Clarify doc more

Co-authored-by: Oliver Blanthorn <freedom4cows@gmail.com>
This commit is contained in:
treapster 2022-11-16 23:53:32 +03:00 committed by GitHub
parent 84be5a36f5
commit 103e6c626b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"