Bug #101153 --> hook up ctrl-w to close the AB search, message search and filter list
dialogs. git-svn-id: svn://10.0.0.236/branches/AVIARY_1_0_20040515_BRANCH@162897 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -64,6 +64,7 @@
|
||||
<broadcaster id="Communicator:WorkMode"/>
|
||||
|
||||
<keyset id="mailKeys">
|
||||
<key key="&closeCmd.key;" modifiers="accel" oncommand="onSearchStop(); closeWindow(true);"/>
|
||||
<key keycode="VK_ESCAPE" xulkey="false" oncommand="onSearchStop(); closeWindow(true);"/>
|
||||
</keyset>
|
||||
|
||||
|
||||
@@ -46,6 +46,7 @@
|
||||
<keyset id="dialogKeys"/>
|
||||
|
||||
<keyset>
|
||||
<key key="&closeCmd.key;" modifiers="accel" oncommand="onFilterClose();"/>
|
||||
<key keycode="VK_ESCAPE" xulkey="false" oncommand="onFilterClose();"/>
|
||||
</keyset>
|
||||
|
||||
|
||||
@@ -68,6 +68,7 @@
|
||||
|
||||
<keyset id="mailKeys">
|
||||
<key id="key_delete" oncommand="goDoCommand('cmd_delete');"/>
|
||||
<key key="&closeCmd.key;" modifiers="accel" oncommand="onSearchStop(); closeWindow(true);"/>
|
||||
<key keycode="VK_ESCAPE" xulkey="false" oncommand="onSearchStop(); closeWindow(true);"/>
|
||||
#ifdef XP_MACOSX
|
||||
<key id="cmd_shiftDelete" keycode="VK_BACK" xulkey="false" oncommand="goDoCommand('cmd_shiftDelete');" modifiers="shift"/>
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
<!ENTITY fileHereMenu.accesskey "F">
|
||||
<!ENTITY fileButton.label "File">
|
||||
<!ENTITY fileButton.accesskey "i">
|
||||
<!ENTITY closeCmd.key "W">
|
||||
<!ENTITY goToFolderButton.label "Open Message Folder">
|
||||
<!ENTITY goToFolderButton.accesskey "r">
|
||||
<!ENTITY saveAsVFButton.label "Save as Virtual Folder">
|
||||
|
||||
@@ -26,3 +26,4 @@
|
||||
<!ENTITY choosethisnewsserver.label "choose this news server">
|
||||
<!ENTITY helpButton.label "Help">
|
||||
<!ENTITY helpButton.accesskey "H">
|
||||
<!ENTITY closeCmd.key "W">
|
||||
|
||||
Reference in New Issue
Block a user