Skip to content

Commit

Permalink
Add F6 shortcut for focusing the URL bar
Browse files Browse the repository at this point in the history
Fix brave#4464
Test plan:
Open browser
Hit F6
URL bar should get focus
  • Loading branch information
Kelly King committed Nov 16, 2016
1 parent a8de393 commit 94fd35f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/localShortcuts.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports.register = (win) => {
// the URL bar. In those cases it's acceptable for the individual components to
// listen to the events.
const simpleWebContentEvents = [
['F6', messages.SHORTCUT_FOCUS_URL],
['CmdOrCtrl+Shift+]', messages.SHORTCUT_NEXT_TAB],
['CmdOrCtrl+Shift+[', messages.SHORTCUT_PREV_TAB],
['CmdOrCtrl+Alt+Right', messages.SHORTCUT_NEXT_TAB],
Expand Down

0 comments on commit 94fd35f

Please sign in to comment.