mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Swap encoding for code escape
Tiny bit neater
This commit is contained in:
parent
c1af1a5b5a
commit
d625036c6c
1 changed files with 2 additions and 2 deletions
|
@ -793,9 +793,9 @@ export class default_config {
|
|||
ttspitch = 1
|
||||
|
||||
/**
|
||||
* When set to "nextinput", pressing <Tab> after gi selects the next input.
|
||||
* When set to "nextinput", pressing `<Tab>` after gi selects the next input.
|
||||
*
|
||||
* When set to "firefox", <Tab> behaves like normal, focusing the next tab-indexed element regardless of type.
|
||||
* When set to "firefox", `<Tab>` behaves like normal, focusing the next tab-indexed element regardless of type.
|
||||
*/
|
||||
gimode: "nextinput" | "firefox" = "nextinput"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue