forked from phil65/KodiDevKit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Default.sublime-keymap
27 lines (27 loc) · 1.3 KB
/
Default.sublime-keymap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[
{ "keys": ["shift+enter"], "command": "open_source_from_log",
"context": [{ "key": "selector", "operator": "equal", "operand": "text.kodi.traceback" }]
},
{ "keys": ["ctrl+enter"], "command": "preview_image",
"context": [{ "key": "selector", "operator": "equal", "operand": "text.xml" }]
},
{ "keys": ["ctrl+shift+m"], "command": "move_to_language_file",
// "context": [{ "key": "selector", "operator": "equal", "operand": "text.xml" }]
},
{ "keys": ["ctrl+shift+x"], "command": "create_element_row",
"context": [{ "key": "selector", "operator": "equal", "operand": "text.xml" }]
},
{ "keys": ["ctrl+shift+y"], "command": "evaluate_math_expression_prompt",
},
{ "keys": ["ctrl+shift+w"], "command": "go_to_online_help",
"context": [{ "key": "selector", "operator": "equal", "operand": "text.xml" }]
},
{ "keys": ["shift+enter"], "command": "go_to_tag",
"context": [{ "key": "selector", "operator": "equal", "operand": "text.xml" }]
},
{ "keys": ["shift+ctrl+enter"], "command": "switch_xml_folder",
"context": [{ "key": "selector", "operator": "equal", "operand": "text.xml" }]
},
{ "keys": ["ctrl+shift+o"], "command": "show_overlay",
"args": {"overlay": "command_palette", "text": "KodiDevKit"} },
]