Skip to content

Commit

Permalink
Fix keybind on Linux and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kbaba1001 committed Nov 11, 2013
1 parent bcd9ab9 commit 93095d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Default (Linux).sublime-keymap
Expand Up @@ -35,7 +35,7 @@
} ]
}, // switch between code and test in single mode

{ "keys": ["ctrl+ctrl+period"],
{ "keys": ["ctrl+shift+period"],
"command": "switch_between_code_and_test",
"args": {"split_view": true},
"context": [ { "key": "selector", "operator": "equal",
Expand Down
2 changes: 1 addition & 1 deletion Default (Windows).sublime-keymap
Expand Up @@ -35,7 +35,7 @@
} ]
}, // switch between code and test in single mode

{ "keys": ["ctrl+ctrl+period"],
{ "keys": ["ctrl+shift+period"],
"command": "switch_between_code_and_test",
"args": {"split_view": true},
"context": [ { "key": "selector", "operator": "equal",
Expand Down

0 comments on commit 93095d2

Please sign in to comment.