Skip to content

Commit d367117

Browse files
committed
Make goPrevious advanced to be consistent with goNext
1 parent bc723ce commit d367117

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

background_scripts/commands.coffee

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ Commands =
110110
advancedCommands: [
111111
"scrollToLeft", "scrollToRight", "moveTabToNewWindow",
112112
"goUp", "goToRoot", "focusInput", "LinkHints.activateModeWithQueue",
113-
"LinkHints.activateModeToOpenIncognito", "goNext", "Marks.activateCreateMode", "Marks.activateGotoMode"]
113+
"LinkHints.activateModeToOpenIncognito", "goNext", "goPrevious", "Marks.activateCreateMode",
114+
"Marks.activateGotoMode"]
114115

115116
defaultKeyMappings =
116117
"?": "showHelp"

0 commit comments

Comments
 (0)