1
0
mirror of https://github.com/HorlogeSkynet/CDNUpdates synced 2025-06-23 20: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", "id": "preferences",
"children": "children":
[ [
@ -36,65 +37,22 @@
"children": "children":
[ [
{ {
"command": "open_file", "caption": "Settings",
"args": {"file": "${packages}/CDNUpdates/Preferences.sublime-settings"}, "command": "edit_settings",
"caption": "Settings Default" "args":
{
"base_file": "${packages}/CDNUpdates/Preferences.sublime-settings",
"default": "${packages}/User/Preferences.sublime-settings"
}
}, },
{ {
"command": "open_file", "caption": "Key Bindings",
"args": {"file": "${packages}/User/Preferences.sublime-settings"}, "command": "edit_settings",
"caption": "Settings User" "args":
}, {
{ "base_file": "${packages}/CDNUpdates/Keymaps/Default ($platform).sublime-keymap",
"caption": "-" "default": "${packages}/User/Default ($platform).sublime-keymap"
}, }
{
"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": "-" "caption": "-"