Skip to content

Commit 3b8c90f

Browse files
committed
Updated shortcuts to avoid override sublime text hot keys in Linux and OSX (Issue: #132)
QuickPanel shorcut will be the same in all platforms (ctrl+alt+q)
1 parent 400ff24 commit 3b8c90f

3 files changed

+25
-25
lines changed

shortcuts/Default (Linux).sublime-keymap

+12-12
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
{ "key": "setting.deviotInputText", "operator": "equal", "operand": true }
1616
]
1717
},{
18-
"keys": ["alt+q"],
18+
"keys": ["ctrl+shift+q"],
1919
"command": "show_overlay",
2020
"args": {
2121
"overlay": "command_palette",
2222
"text": "Deviot: "
2323
}
2424
},{
25-
"keys": ["ctrl+shift+n"],
25+
"keys": ["alt+n"],
2626
"command": "deviot_new_sketch"
2727
},{
2828
"keys": ["ctrl+shift+b"],
@@ -31,7 +31,7 @@
3131
"keys": ["ctrl+shift+e"],
3232
"command": "deviot_select_environment"
3333
},{
34-
"keys": ["ctrl+shift+f"],
34+
"keys": ["ctrl+shift+alt+f"],
3535
"command": "deviot_search_library"
3636
},{
3737
"keys": ["ctrl+shift+r"],
@@ -52,16 +52,16 @@
5252
"keys": ["ctrl+alt+r"],
5353
"command": "deviot_remove_extra_library_folder"
5454
},{
55-
"keys": ["ctrl+shift+c"],
55+
"keys": ["alt+d"],
5656
"command": "deviot_compile_sketch"
5757
},{
58-
"keys": ["ctrl+shift+u"],
58+
"keys": ["alt+e"],
5959
"command": "deviot_upload_sketch"
6060
},{
6161
"keys": ["ctrl+shift+o"],
6262
"command": "deviot_overwrite_upload_baud"
6363
},{
64-
"keys": ["ctrl+shift+l"],
64+
"keys": ["alt+x"],
6565
"command": "deviot_clean_sketch"
6666
},{
6767
"keys": ["ctrl+shift+i"],
@@ -73,19 +73,19 @@
7373
"keys": ["ctrl+alt+c"],
7474
"command": "deviot_hide_console"
7575
},{
76-
"keys": ["ctrl+shift+t"],
76+
"keys": ["alt+shift+t"],
7777
"command": "deviot_show_terminal"
7878
},{
79-
"keys": ["ctrl+alt+t"],
79+
"keys": ["alt+shift+h"],
8080
"command": "deviot_hide_terminal"
8181
},{
82-
"keys": ["ctrl+shift+s"],
82+
"keys": ["alt+shift+s"],
8383
"command": "deviot_select_port"
8484
},{
85-
"keys": ["ctrl+shift+w"],
85+
"keys": ["alt+shift+p"],
8686
"command": "deviot_set_password"
8787
},{
88-
"keys": ["ctrl+shift+m"],
88+
"keys": ["alt+m"],
8989
"command": "deviot_toggle_serial_monitor"
9090
},{
9191
"keys": ["ctrl+alt+s"],
@@ -103,7 +103,7 @@
103103
"keys": ["ctrl+alt+a"],
104104
"command": "deviot_auto_clean"
105105
},{
106-
"keys": ["ctrl+alt+p"],
106+
"keys": ["ctrl+shift+alt+p"],
107107
"command": "deviot_upgrade_pio"
108108
},{
109109
"keys": ["ctrl+alt+d"],

shortcuts/Default (OSX).sublime-keymap

+12-12
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
{ "key": "setting.deviotInputText", "operator": "equal", "operand": true }
1616
]
1717
},{
18-
"keys": ["alt+q"],
18+
"keys": ["ctrl+shift+q"],
1919
"command": "show_overlay",
2020
"args": {
2121
"overlay": "command_palette",
2222
"text": "Deviot: "
2323
}
2424
},{
25-
"keys": ["ctrl+shift+n"],
25+
"keys": ["alt+n"],
2626
"command": "deviot_new_sketch"
2727
},{
2828
"keys": ["ctrl+shift+b"],
@@ -31,7 +31,7 @@
3131
"keys": ["ctrl+shift+e"],
3232
"command": "deviot_select_environment"
3333
},{
34-
"keys": ["ctrl+shift+f"],
34+
"keys": ["ctrl+shift+alt+f"],
3535
"command": "deviot_search_library"
3636
},{
3737
"keys": ["ctrl+shift+r"],
@@ -52,16 +52,16 @@
5252
"keys": ["ctrl+alt+r"],
5353
"command": "deviot_remove_extra_library_folder"
5454
},{
55-
"keys": ["ctrl+shift+c"],
55+
"keys": ["alt+d"],
5656
"command": "deviot_compile_sketch"
5757
},{
58-
"keys": ["ctrl+shift+u"],
58+
"keys": ["alt+e"],
5959
"command": "deviot_upload_sketch"
6060
},{
6161
"keys": ["ctrl+shift+o"],
6262
"command": "deviot_overwrite_upload_baud"
6363
},{
64-
"keys": ["ctrl+shift+l"],
64+
"keys": ["alt+x"],
6565
"command": "deviot_clean_sketch"
6666
},{
6767
"keys": ["ctrl+shift+i"],
@@ -73,19 +73,19 @@
7373
"keys": ["ctrl+alt+c"],
7474
"command": "deviot_hide_console"
7575
},{
76-
"keys": ["ctrl+shift+t"],
76+
"keys": ["alt+shift+t"],
7777
"command": "deviot_show_terminal"
7878
},{
79-
"keys": ["ctrl+alt+t"],
79+
"keys": ["alt+shift+h"],
8080
"command": "deviot_hide_terminal"
8181
},{
82-
"keys": ["ctrl+shift+s"],
82+
"keys": ["alt+shift+s"],
8383
"command": "deviot_select_port"
8484
},{
85-
"keys": ["ctrl+shift+w"],
85+
"keys": ["alt+shift+p"],
8686
"command": "deviot_set_password"
8787
},{
88-
"keys": ["ctrl+shift+m"],
88+
"keys": ["alt+m"],
8989
"command": "deviot_toggle_serial_monitor"
9090
},{
9191
"keys": ["ctrl+alt+s"],
@@ -103,7 +103,7 @@
103103
"keys": ["ctrl+alt+a"],
104104
"command": "deviot_auto_clean"
105105
},{
106-
"keys": ["ctrl+alt+p"],
106+
"keys": ["ctrl+shift+alt+p"],
107107
"command": "deviot_upgrade_pio"
108108
},{
109109
"keys": ["ctrl+alt+d"],

shortcuts/Default (Windows).sublime-keymap

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
{ "key": "setting.deviotInputText", "operator": "equal", "operand": true }
1616
]
1717
},{
18-
"keys": ["alt+q"],
18+
"keys": ["ctrl+shift+q"],
1919
"command": "show_overlay",
2020
"args": {
2121
"overlay": "command_palette",

0 commit comments

Comments
 (0)