mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Clarify doc more
Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
This commit is contained in:
parent
84be5a36f5
commit
103e6c626b
1 changed files with 5 additions and 1 deletions
|
@ -536,7 +536,11 @@ export class default_config {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether to use the keytranslatemap
|
* Whether to use the keytranslatemap. For example, useful for changing the effective base layout when using [[alwaysqwerty]].
|
||||||
|
*
|
||||||
|
* To make your `alwaysqwerty` layout more like a GB layout, run `:keymap @ "` and then no matter which layout you are using, pressing the `"` key on a physical GB layout will trigger `"` binds rather than `@` binds.
|
||||||
|
*
|
||||||
|
* As a rule of thumb: `:keymap [equivalent US key] [key you want to press on your physical layout]`
|
||||||
*/
|
*/
|
||||||
usekeytranslatemap: "true" | "false" = "false"
|
usekeytranslatemap: "true" | "false" = "false"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue