Bug 57510: `Del' key does not delete on Mac; r=db48x, sr=jag

This commit is contained in:
mnyromyr%tprac.de 2006-07-29 04:36:07 +00:00
parent 71ae617732
commit eee64cfd91
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@
</commandset>
<keyset id="historyKeys">
<key id="key_delete"/>
<key id="key_delete2"/>
<key id="key_copy"/>
</keyset>
<popupset id="historyContextMenu"/>

View File

@ -86,6 +86,7 @@
<key id="key_cut"/>
<key id="key_copy"/>
<key id="key_delete"/>
<key id="key_delete2"/>
<key id="key_selectAll"/>
<key id="key_searchHistory" key="&findHisCmd.commandkey;" command="cmd_searchHistory" modifiers="accel"/>
</keyset>