Swap encoding for code escape

Tiny bit neater
This commit is contained in:
Oliver Blanthorn 2021-02-12 09:52:58 +00:00 committed by GitHub
parent c1af1a5b5a
commit d625036c6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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", &lt;Tab&gt; 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"