зеркало из https://github.com/mozilla/pjs.git
Bug 256635
N-th tab shortcuts should use Alt-1 to Alt-9 rather than Ctrl-1 to Ctrl-9 Linux only. r=mconnor a=asa
This commit is contained in:
Родитель
7e21833fa9
Коммит
56391de33c
|
@ -747,6 +747,8 @@ function ctrlNumberTabSelection(event)
|
|||
|
||||
#ifdef XP_MACOSX
|
||||
if (!event.metaKey)
|
||||
#elifdef XP_UNIX
|
||||
if (!event.altKey)
|
||||
#else
|
||||
if (!event.ctrlKey)
|
||||
#endif
|
||||
|
|
Загрузка…
Ссылка в новой задаче