diff options
author | JustOff <Off.Just.Off@gmail.com> | 2018-08-23 23:29:38 +0300 |
---|---|---|
committer | JustOff <Off.Just.Off@gmail.com> | 2018-08-23 23:29:38 +0300 |
commit | 11c17e69a9ce07777644d8c638341dea3d0b0368 (patch) | |
tree | 34092f689e5e5dc43a6461a3c2ab3c9eb97671de /application/palemoon/base/content/browser-sets.inc | |
parent | c78bee9c135c1b645dd30501f65cb2cd864761a4 (diff) | |
download | UXP-11c17e69a9ce07777644d8c638341dea3d0b0368.tar UXP-11c17e69a9ce07777644d8c638341dea3d0b0368.tar.gz UXP-11c17e69a9ce07777644d8c638341dea3d0b0368.tar.lz UXP-11c17e69a9ce07777644d8c638341dea3d0b0368.tar.xz UXP-11c17e69a9ce07777644d8c638341dea3d0b0368.zip |
[PALEMOON] Fix document navigation using F6
Diffstat (limited to 'application/palemoon/base/content/browser-sets.inc')
-rw-r--r-- | application/palemoon/base/content/browser-sets.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/application/palemoon/base/content/browser-sets.inc b/application/palemoon/base/content/browser-sets.inc index 64228678e..25794a65c 100644 --- a/application/palemoon/base/content/browser-sets.inc +++ b/application/palemoon/base/content/browser-sets.inc @@ -79,7 +79,6 @@ <command id="Browser:NextTab" oncommand="gBrowser.tabContainer.advanceSelectedTab(1, true);"/> <command id="Browser:PrevTab" oncommand="gBrowser.tabContainer.advanceSelectedTab(-1, true);"/> <command id="Browser:ShowAllTabs" oncommand="allTabs.open();"/> - <command id="Browser:FocusNextFrame" oncommand="focusNextFrame(event);"/> <command id="cmd_fullZoomReduce" oncommand="FullZoom.reduce()"/> <command id="cmd_fullZoomEnlarge" oncommand="FullZoom.enlarge()"/> <command id="cmd_fullZoomReset" oncommand="FullZoom.reset()"/> @@ -251,8 +250,6 @@ #ifndef XP_MACOSX <key id="showAllHistoryKb" key="&showAllHistoryCmd.commandkey;" command="Browser:ShowAllHistory" modifiers="accel,shift"/> <key keycode="VK_F5" command="Browser:ReloadSkipCache" modifiers="accel"/> - <key keycode="VK_F6" command="Browser:FocusNextFrame"/> - <key keycode="VK_F6" command="Browser:FocusNextFrame" modifiers="shift"/> <key id="key_fullScreen" keycode="VK_F11" command="View:FullScreen"/> #else <key id="key_fullScreen" key="&fullScreenCmd.macCommandKey;" command="View:FullScreen" modifiers="accel,control"/> |