зеркало из https://github.com/mozilla/pjs.git
updating/fixing for current syntax
This commit is contained in:
Родитель
684d95631f
Коммит
c96702c60f
|
@ -129,10 +129,10 @@ nsresult nsKeyBindMgr::ProcessKeyEvent(
|
|||
nsString theChar = tempChar;
|
||||
// NOTE - convert theChar and keyName to upper
|
||||
if (theChar == keyName) {
|
||||
keyElement->GetAttribute(nsAutoString("modifiedcommand"), modCommand);
|
||||
keyElement->GetAttribute(nsAutoString("modifiercommand"), modCommand);
|
||||
keyElement->GetAttribute(nsAutoString("modifiershift"), modShift);
|
||||
keyElement->GetAttribute(nsAutoString("modifieralt"), modAlt);
|
||||
keyElement->GetAttribute(nsAutoString("onclick"), cmdToExecute);
|
||||
keyElement->GetAttribute(nsAutoString("onkeypress"), cmdToExecute);
|
||||
do {
|
||||
// Test Command attribute
|
||||
#ifdef XP_MAC
|
||||
|
|
Загрузка…
Ссылка в новой задаче