mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
Issue #1751 -- Remove XP_MACOSX conditionals from /dom
This commit is contained in:
parent
434b3269fb
commit
d29e4f8306
71 changed files with 100 additions and 5342 deletions
|
|
@ -167,13 +167,8 @@ nsXBLPrototypeHandler::InitAccessKeys()
|
|||
return;
|
||||
}
|
||||
|
||||
// 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
|
||||
// Compiled-in defaults, in case we can't get the pref
|
||||
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