mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
parent
470a6e4401
commit
13fcc4a046
949 changed files with 95662 additions and 444 deletions
|
|
@ -167,8 +167,13 @@ nsXBLPrototypeHandler::InitAccessKeys()
|
|||
return;
|
||||
}
|
||||
|
||||
// Compiled-in defaults, in case we can't get the pref
|
||||
// Compiled-in defaults, in case we can't get the pref --
|
||||
// mac doesn't have menu shortcuts, other platforms use alt.
|
||||
#ifdef XP_MACOSX
|
||||
kMenuAccessKey = 0;
|
||||
#else
|
||||
kMenuAccessKey = nsIDOMKeyEvent::DOM_VK_ALT;
|
||||
#endif
|
||||
|
||||
// Get the menu access key value from prefs, overriding the default:
|
||||
kMenuAccessKey =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue