From eadd63151c1f97f68e86efa188faae8d62894f16 Mon Sep 17 00:00:00 2001 From: Marek Vrbka Date: Thu, 28 Mar 2024 03:08:52 +0100 Subject: [PATCH] Show how you can set keyboard layout variants per layout (#559) --- pages/Configuring/Uncommon-tips-&-tricks.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/Configuring/Uncommon-tips-&-tricks.md b/pages/Configuring/Uncommon-tips-&-tricks.md index 0c3b093..a88f510 100644 --- a/pages/Configuring/Uncommon-tips-&-tricks.md +++ b/pages/Configuring/Uncommon-tips-&-tricks.md @@ -10,11 +10,14 @@ example: ``` input { - kb_layout = us,pl + kb_layout = us,cz + kb_variant = ,qwerty kb_options = grp:alt_shift_toggle } ``` +Variants are set per layout. + {{< callout >}} The first layout defined in the input section will be the one used for binds by default.