Skip to content

Commit

Permalink
key bindings fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
qiray committed Jan 17, 2018
1 parent 0111662 commit 3669ae9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Default (Linux).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"keys": ["Ctrl+f1"],
"keys": ["ctrl+f1"],
"command": "opened_files",
"args": {
"focus": true,
Expand Down
2 changes: 1 addition & 1 deletion Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"keys": ["Cmd+f1"],
"keys": ["super+f1"],
"command": "opened_files",
"args": {
"focus": true,
Expand Down
2 changes: 1 addition & 1 deletion Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"keys": ["Ctrl+f1"],
"keys": ["ctrl+f1"],
"command": "opened_files",
"args": {
"focus": true,
Expand Down

0 comments on commit 3669ae9

Please sign in to comment.