1
0
mirror of https://github.com/HorlogeSkynet/CDNUpdates synced 2025-06-04 16:00:12 +02:00

Cleans up the key-binding stuff and the Settings edition πŸ‘Œ

This commit is contained in:
Samuel FORESTIER 2017-12-22 16:34:37 -05:00
parent d6d49d8134
commit 7ba278626f
5 changed files with 24 additions and 65 deletions

@ -1,8 +0,0 @@
[
{
"keys": [
"ctrl+shift+c"
],
"command": "c_dNUpdates"
}
]

@ -0,0 +1,3 @@
[
{ "keys": ["ctrl+shift+c"], "command": "c_dNUpdates" }
]

@ -0,0 +1,3 @@
[
{ "keys": ["ctrl+super+c"], "command": "c_dNUpdates" }
]

@ -0,0 +1,3 @@
[
{ "keys": ["ctrl+shift+c"], "command": "c_dNUpdates" }
]

@ -23,6 +23,7 @@
]
},
{
"caption": "Preferences",
"id": "preferences",
"children":
[
@ -36,65 +37,22 @@
"children":
[
{
"command": "open_file",
"args": {"file": "${packages}/CDNUpdates/Preferences.sublime-settings"},
"caption": "Settings – Default"
"caption": "Settings",
"command": "edit_settings",
"args":
{
"base_file": "${packages}/CDNUpdates/Preferences.sublime-settings",
"default": "${packages}/User/Preferences.sublime-settings"
}
},
{
"command": "open_file",
"args": {"file": "${packages}/User/Preferences.sublime-settings"},
"caption": "Settings – User"
},
{
"caption": "-"
},
{
"command": "open_file",
"args": {
"file": "${packages}/CDNUpdates/Default (Windows).sublime-keymap",
"platform": "Windows"
},
"caption": "Key Bindings – Default"
},
{
"command": "open_file",
"args": {
"file": "${packages}/CDNUpdates/Default (OSX).sublime-keymap",
"platform": "OSX"
},
"caption": "Key Bindings – Default"
},
{
"command": "open_file",
"args": {
"file": "${packages}/CDNUpdates/Default (Linux).sublime-keymap",
"platform": "Linux"
},
"caption": "Key Bindings – Default"
},
{
"command": "open_file",
"args": {
"file": "${packages}/User/Default (Windows).sublime-keymap",
"platform": "Windows"
},
"caption": "Key Bindings – User"
},
{
"command": "open_file",
"args": {
"file": "${packages}/User/Default (OSX).sublime-keymap",
"platform": "OSX"
},
"caption": "Key Bindings – User"
},
{
"command": "open_file",
"args": {
"file": "${packages}/User/Default (Linux).sublime-keymap",
"platform": "Linux"
},
"caption": "Key Bindings – User"
"caption": "Key Bindings",
"command": "edit_settings",
"args":
{
"base_file": "${packages}/CDNUpdates/Keymaps/Default ($platform).sublime-keymap",
"default": "${packages}/User/Default ($platform).sublime-keymap"
}
},
{
"caption": "-"