mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-06 00:55:37 +00:00
Forward/Back commandkeys were reversed (29450) r=pavlov
This commit is contained in:
parent
d58e87701b
commit
df042b1d20
@ -51,8 +51,8 @@ Contributor(s): ______________________________________. -->
|
|||||||
<key id="key_selectAll"/>
|
<key id="key_selectAll"/>
|
||||||
<key id="key_preferences"/>
|
<key id="key_preferences"/>
|
||||||
|
|
||||||
<key id="goForwardKb" xulkey="true" key="&goBackCmd.commandkey;" observes="Browser:GoForward" />
|
<key id="goForwardKb" xulkey="true" key="&goForwardCmd.commandkey;" observes="Browser:GoForward" />
|
||||||
<key id="goBackwardKb" xulkey="true" key="&goForwardCmd.commandkey;" observes="Browser:GoBackwards" />
|
<key id="goBackwardKb" xulkey="true" key="&goBackCmd.commandkey;" observes="Browser:GoBackwards" />
|
||||||
<key id="goHomeKb" xulkey="true" key="&goHomeCmd.commandkey;" observes="Browser:GoHome" />
|
<key id="goHomeKb" xulkey="true" key="&goHomeCmd.commandkey;" observes="Browser:GoHome" />
|
||||||
|
|
||||||
<key id="addBookmarkKb" xulkey="true" key="&addCurPageCmd.commandkey;" observes="Browser:AddBookmark" />
|
<key id="addBookmarkKb" xulkey="true" key="&addCurPageCmd.commandkey;" observes="Browser:AddBookmark" />
|
||||||
|
Loading…
Reference in New Issue
Block a user