8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb055b3 commit f749534Copy full SHA for f749534
README.md
@@ -10,11 +10,13 @@ are separated by a space.
10
Two-keypress sequences like `g c` and `g i` would be stored
11
under the 'g' key in a nested object with keys 'c' and 'i'.
12
13
+```
14
mappings =
15
'c' : <a href="/rails/rails/issues/new" data-hotkey="c">New Issue</a>
16
'g' :
17
'c' : <a href="/rails/rails" data-hotkey="g c">Code</a>
18
'i' : <a href="/rails/rails/issues" data-hotkey="g i">Issues</a>
19
20
21
So both `g c` and `c` could be available hotkeys on the same
22
page, but `g c` and `g` couldn't coexist. If the user presses
0 commit comments