Skip to content

Commit efe684f

Browse files
authored
Added the hotkey configuration note
1 parent d577b6a commit efe684f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,22 @@ You can look up the word under the cursor or selected text in Dash using `ctrl+h
1313
1. Install the [Sublime Package Control][6] package.
1414
2. Use Package Control to install this package (DashDoc)
1515

16+
### Hotkey configuration
17+
18+
DashDoc no longer comes with a default hotkey.
19+
20+
To set up the hotkey for dash open the Preferences > Key Bindings from the menu
21+
and add a new entry that looks like this:
22+
23+
{ "keys": ["YOUR HOTKEY"], "command": "dash_doc"}
24+
25+
for the default mode
26+
27+
{ "keys": ["YOUR HOTKEY"], "command": "dash_doc",
28+
"args": { "flip_syntax_sensitive": true } }
29+
30+
for the flipped case sensitive mode.
31+
1632
### Dependencies
1733

1834
[xdg-utils][9] on Linux.

0 commit comments

Comments
 (0)