Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
View Source shortcut should be Ctrl+U, not Ctrl+Alt+U.
Browse files Browse the repository at this point in the history
Fixes #7702
  • Loading branch information
mrpapercut committed Mar 14, 2017
1 parent 1a2f1fc commit 00de470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/localShortcuts.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports.register = (win) => {
['Ctrl+PageUp', messages.SHORTCUT_PREV_TAB],
['CmdOrCtrl+9', messages.SHORTCUT_SET_ACTIVE_FRAME_TO_LAST],
['CmdOrCtrl+G', messages.SHORTCUT_ACTIVE_FRAME_FIND_NEXT],
['CmdOrCtrl+Alt+U', messages.SHORTCUT_ACTIVE_FRAME_VIEW_SOURCE],
['CmdOrCtrl+U', messages.SHORTCUT_ACTIVE_FRAME_VIEW_SOURCE],
['CmdOrCtrl+Shift+G', messages.SHORTCUT_ACTIVE_FRAME_FIND_PREV],
['CmdOrCtrl+Alt+J', messages.SHORTCUT_ACTIVE_FRAME_TOGGLE_DEV_TOOLS],
['CmdOrCtrl+Shift+=', messages.SHORTCUT_ACTIVE_FRAME_ZOOM_IN],
Expand Down

0 comments on commit 00de470

Please sign in to comment.