forked from apiad/sublime-browser-integration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Default (OSX).sublime-keymap
61 lines (61 loc) · 1.75 KB
/
Default (OSX).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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
[{
"keys": ["super+ctrl+shift+b"],
"command": "browser_integration_main_menu"
}, {
"keys": ["super+shift+b", "l"],
"command": "browser_integration_launch"
}, {
"keys": ["super+shift+b", "r"],
"command": "browser_integration_reload"
}, {
"keys": ["super+shift+b", "n"],
"command": "browser_integration_navigate"
}, {
"keys": ["super+shift+b", "r"],
"command": "browser_integration_reload"
}, {
"keys": ["super+shift+b", "e", "c"],
"command": "browser_integration_execute"
}, {
"keys": ["super+shift+b", "v", "c"],
"command": "browser_integration_stylesheets"
}, {
"keys": ["super+shift+b", "v", "s"],
"command": "browser_integration_source"
}, {
"keys": ["super+shift+b", "v", "l"],
"command": "browser_integration_localstorage"
}, {
"keys": ["super+shift+b", "i", "s"],
"command": "browser_integration_select"
}, {
"keys": ["super+shift+b", "i", "x"],
"command": "browser_integration_selectxpath"
}, {
"keys": ["super+shift+b", "i", "i"],
"command": "browser_integration_selectint"
}, {
"keys": ["super+shift+b", "i", "c"],
"command": "browser_integration_click"
}, {
"keys": ["super+shift+b", "i", "t"],
"command": "browser_integration_type"
}, {
"keys": ["super+shift+b", "i", "l"],
"command": "browser_integration_class"
}, {
"keys": ["super+shift+b", "m", "r"],
"command": "browser_integration_record"
}, {
"keys": ["super+shift+b", "m", "s"],
"command": "browser_integration_stop"
}, {
"keys": ["super+shift+b", "m", "p"],
"command": "browser_integration_play"
}, {
"keys": ["super+shift+b", "m", "d"],
"command": "browser_integration_playdelay"
}, {
"keys": ["super+shift+b", "q"],
"command": "browser_integration_quit"
}]