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:
caillon%redhat.com 2004-10-06 22:25:07 +00:00
Родитель 7e21833fa9
Коммит 56391de33c
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -747,6 +747,8 @@ function ctrlNumberTabSelection(event)
#ifdef XP_MACOSX
if (!event.metaKey)
#elifdef XP_UNIX
if (!event.altKey)
#else
if (!event.ctrlKey)
#endif