Skip to content

Commit 1ad7359

Browse files
committed
Default keybind to alt+q to avoid extraneous backtick in input
1 parent aa8e4e7 commit 1ad7359

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ It is not the intention of this module to provide commands specific to particula
2929
3030
## Executing Commands
3131

32-
You can open the Commander widget by pressing (by default) Alt+Backtick *(the \` right next to the 1 in english keyboards)*. Shortcut is configurable ingame using the default keybinding menu.
32+
You can open the Commander widget by pressing (by default) `Alt+Q`. Shortcut is configurable ingame using the default keybinding menu.
3333

3434
Then you can start typing! Command suggestions will pop up as you type, you can auto-accept the selected suggestion with `Tab`/`Enter`, or select other suggestions using `Up` or `Down`. An `Enter` when no suggestion is selected sends the Command for execution, else it auto-fills that suggestion.
3535

src/module/keybinding.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const registerKeybindings = (widget: Commander) => {
99
hint: localize('Keybindings.Hint'),
1010
editable: [
1111
{
12-
key: 'Backquote',
12+
key: 'Q',
1313
modifiers: [ALT],
1414
},
1515
],

0 commit comments

Comments
 (0)