Skip to content
This repository was archived by the owner on Nov 15, 2017. It is now read-only.

Commit ac1bee5

Browse files
Keyboard shortcuts
Don't know what the default shortcuts should be. I just used "ASDF". The user can set it to whatever they want in ```chrome://extensions/```.
1 parent ec5b918 commit ac1bee5

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

manifest.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,31 @@
5555
"web_accessible_resources": [
5656
"css/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf",
5757
"css/noop.css"
58-
]
58+
],
59+
"commands": {
60+
"open-statistics": {
61+
"suggested_key": {
62+
"default": "Alt+S"
63+
},
64+
"description": "Open Statistics"
65+
},
66+
"open-scoped-rules": {
67+
"suggested_key": {
68+
"default": "Alt+F"
69+
},
70+
"description": "Open Rule Manager"
71+
},
72+
"open-settings": {
73+
"suggested_key": {
74+
"default": "Alt+A"
75+
},
76+
"description": "Open Settings"
77+
},
78+
"open-ubiquitous-rules": {
79+
"suggested_key": {
80+
"default": "Ctrl+D"
81+
},
82+
"description": "Open Ubiquitous Rules"
83+
}
84+
}
5985
}

0 commit comments

Comments
 (0)