Skip to content

Commit

Permalink
Fix keybinding for toggle query results panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
jensopetersen authored and wolfgangmm committed Jun 22, 2014
1 parent 3d7a239 commit 4ee5f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keybindings.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"extractVariable": ["Ctrl-Shift-E", "Command-Ctrl-E"],
"gotoSymbol": ["Ctrl-Shift-U", "Command-Shift-U"],
"openTab": ["Ctrl-Alt-O", "Command-Ctrl-O"],
"toggleQueryResults": ["Ctrl-Shift-F12", "Command-Shift-F12"],
"toggleQueryResults": ["Ctrl-Shift-E", "Command-Shift-E"],
"commandPalette": ["Ctrl-Alt-K", "Command-Shift-K"],
"findFiles": ["Ctrl-Alt-F", "Command-Option-F"]
}

0 comments on commit 4ee5f5e

Please sign in to comment.