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:
@ -1,8 +0,0 @@
|
|||||||
[
|
|
||||||
{
|
|
||||||
"keys": [
|
|
||||||
"ctrl+shift+c"
|
|
||||||
],
|
|
||||||
"command": "c_dNUpdates"
|
|
||||||
}
|
|
||||||
]
|
|
3
Keymaps/Default (Linux).sublime-keymap
Normal file
3
Keymaps/Default (Linux).sublime-keymap
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[
|
||||||
|
{ "keys": ["ctrl+shift+c"], "command": "c_dNUpdates" }
|
||||||
|
]
|
3
Keymaps/Default (OSX).sublime-keymap
Normal file
3
Keymaps/Default (OSX).sublime-keymap
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[
|
||||||
|
{ "keys": ["ctrl+super+c"], "command": "c_dNUpdates" }
|
||||||
|
]
|
3
Keymaps/Default (Windows).sublime-keymap
Normal file
3
Keymaps/Default (Windows).sublime-keymap
Normal file
@ -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": "-"
|
||||||
|
Reference in New Issue
Block a user