Bug 310844 shift+space doesn't scroll message pane unless focussed r+sr=bienvenu
This commit is contained in:
Родитель
96a5400fa3
Коммит
9e354e8808
|
@ -306,7 +306,7 @@
|
|||
#endif
|
||||
|
||||
<keyset id="mailKeys">
|
||||
<key id="space" key=" " oncommand="SpaceHit(event)"/>
|
||||
<key id="space" key=" " modifiers="space any" oncommand="SpaceHit(event);"/>
|
||||
|
||||
<!-- File Menu -->
|
||||
<key id="key_close"/>
|
||||
|
|
|
@ -312,7 +312,7 @@
|
|||
</commandset>
|
||||
|
||||
<keyset id="mailKeys">
|
||||
<key id="space" key=" " oncommand="SpaceHit(event)"/>
|
||||
<key id="space" key=" " modifiers="space any" oncommand="SpaceHit(event);"/>
|
||||
|
||||
<!-- File Menu -->
|
||||
<key id="key_newNavigator"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче