mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug #242947 --> Keyboard shortcut for 'search messages' (Shift-Ctrl-F) doesn't work on Linux GTK2
Bug #221360 --> support F5 and/or F9 for checking mail Patches by Patricky Henry
This commit is contained in:
parent
364d128e2a
commit
f586af5860
@ -336,6 +336,11 @@
|
||||
<key id="key_saveAsFile" key="&saveAsFileCmd.key;" oncommand="goDoCommand('cmd_saveAsFile')" modifiers="accel"/>
|
||||
<key id="key_viewPageSource" key="&pageSourceCmd.key;" oncommand="goDoCommand('cmd_viewPageSource')" modifiers="accel"/>
|
||||
<key id="key_getNewMessages" key="&getNewMsgCmd.key;" oncommand="goDoCommand('cmd_getNewMessages')" modifiers="accel"/>
|
||||
#ifdef XP_WIN
|
||||
<key id="key_getNewMessages2" keycode="VK_F5" oncommand="goDoCommand('cmd_getNewMessages')"/>
|
||||
#elifdef XP_UNIX
|
||||
<key id="key_getNewMessages2" keycode="VK_F9" oncommand="goDoCommand('cmd_getNewMessages')"/>
|
||||
#endif
|
||||
<key id="key_getAllNewMessages"
|
||||
key="&getAllNewMsgCmd.key;"
|
||||
oncommand="goDoCommand('cmd_getMsgsForAuthAccounts');"
|
||||
@ -375,7 +380,11 @@
|
||||
<key id="key_label5" charcode="&labelCmd5.key;" oncommand="goDoCommand('cmd_label5')"/>
|
||||
|
||||
<!-- Tools Keys -->
|
||||
#ifdef MOZ_WIDGET_GTK2
|
||||
<key id="key_searchMail" key="&searchMailCmd.key;" oncommand="MsgSearchMessages();" modifiers="shift"/>
|
||||
#else
|
||||
<key id="key_searchMail" key="&searchMailCmd.key;" oncommand="MsgSearchMessages();" modifiers="accel, shift"/>
|
||||
#endif
|
||||
<key id="key_mail" key="&messengerCmd.commandkey;" oncommand="toMessengerWindow();" modifiers="accel"/>
|
||||
<key id="key_addressbook" key="&addressBookCmd.commandkey;" oncommand="toAddressBook();" modifiers="accel"/>
|
||||
#ifdef XP_MACOSX
|
||||
|
Loading…
Reference in New Issue
Block a user