зеркало из https://github.com/mozilla/pjs.git
Change default "option" key from Alt to Ctrl for Neutrino.
This is for PHOTON only.
This commit is contained in:
Родитель
950a90f05b
Коммит
14764fb096
|
@ -1140,7 +1140,7 @@ nsMenuFrame::BuildAcceleratorText(nsString& aAccelString)
|
|||
// Set the default for the xul key modifier
|
||||
#ifdef XP_MAC
|
||||
commandValue = "true";
|
||||
#elif XP_PC
|
||||
#elif defined(XP_PC) || defined(NTO)
|
||||
controlValue = "true";
|
||||
#else
|
||||
altValue = "true";
|
||||
|
|
Загрузка…
Ссылка в новой задаче