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:
parent
d6d49d8134
commit
7ba278626f
@ -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",
|
||||
"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": "-"
|
||||
|
Loadingβ¦
x
Reference in New Issue
Block a user