hook up a keyboard shortcut for invoking the advanced search addresses dialog.
git-svn-id: svn://10.0.0.236/trunk@162715 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3a329723fe
commit
aad1e7a2ad
@ -132,6 +132,11 @@
|
||||
<key id="key_paste" key="&pasteCmd.key;" modifiers="accel"/>
|
||||
<key id="key_delete" keycode="VK_DELETE" command="cmd_delete"/>
|
||||
<key id="key_selectAll" key="&selectAllCmd.key;" modifiers="accel"/>
|
||||
#ifdef MOZ_WIDGET_GTK2
|
||||
<key id="key_searchAddresses" key="&searchAddressesCmd.key;" oncommand="onAdvancedAbSearch();" modifiers="shift"/>
|
||||
#else
|
||||
<key id="key_searchAddresses" key="&searchAddressesCmd.key;" oncommand="onAdvancedAbSearch();" modifiers="accel, shift"/>
|
||||
#endif
|
||||
<key id="key_properties" command="cmd_properties" key="&propertiesCmd.key;" modifiers="accel"/>
|
||||
|
||||
<!-- Tab/F6 Keys -->
|
||||
@ -273,7 +278,7 @@
|
||||
|
||||
<menuseparator/>
|
||||
<menuitem label="&searchAddressesCmd.label;" accesskey="&searchAddressesCmd.accesskey;"
|
||||
id="menu_search_addresses" oncommand="onAdvancedAbSearch();"/>
|
||||
id="menu_search_addresses" key="key_searchAddresses" oncommand="onAdvancedAbSearch();"/>
|
||||
|
||||
<menuseparator/>
|
||||
<!-- LOCALIZATION NOTE: set "hideSwapFnLnUI" to false in .dtd to enable the UI -->
|
||||
|
||||
@ -65,6 +65,7 @@
|
||||
<!ENTITY deleteCardsCmd.label "Delete Selected Cards">
|
||||
<!ENTITY selectAllCmd.label "Select All">
|
||||
<!ENTITY selectAllCmd.key "A">
|
||||
<!ENTITY searchAddressesCmd.key "f">
|
||||
<!ENTITY selectAllCmd.accesskey "a">
|
||||
<!ENTITY swapFirstNameLastNameCmd.label "Swap First/Last Name">
|
||||
<!ENTITY swapFirstNameLastNameCmd.accesskey "w">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user