Skip to content

Commit d04d317

Browse files
committed
remap default key binding to ctrl+shift+alt+enter for linux and windows
1 parent 843ab8d commit d04d317

3 files changed

+4
-4
lines changed

Default (Linux).sublime-keymap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[
2-
// { "keys": ["ctrl+shift+enter"], "command": "task"}
2+
{ "keys": ["ctrl+shift+alt+enter"], "command": "task"}
33
]

Default (Windows).sublime-keymap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[
2-
// { "keys": ["ctrl+shift+enter"], "command": "task"}
2+
{ "keys": ["ctrl+shift+alt+enter"], "command": "task"}
33
]

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ TODO: add this Package to [sublime_package_control](https://github.com/wbond/sub
3030

3131
##Shortcut Key & Key Binding
3232

33-
By default, I mapped Command+Ctr+Enter (OS X) and Ctrl+Shift+Enter (Windows, Linux, disabled by default) for toggling the task status, you can simply remap to what’s the most comfortable for you in your Default User keymap file.
33+
By default, I mapped Command+Ctr+Enter (OS X) and Ctrl+Shift+Alt+Enter (Windows, Linux) for toggling the task status, you can simply remap to what’s the most comfortable for you in your Default User keymap file.
3434

3535
* OS X:
3636

@@ -41,7 +41,7 @@ By default, I mapped Command+Ctr+Enter (OS X) and Ctrl+Shift+Enter (Windows, Lin
4141
* Linux, Windows:
4242

4343
[
44-
{ "keys": ["ctrl+shift+enter"], "command": "task"}
44+
{ "keys": ["ctrl+shift+alt+enter"], "command": "task"}
4545
]
4646

4747
##Customization

0 commit comments

Comments
 (0)