From a7817cef346137846459dd0e52d7bcd3730e6eeb Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sat, 20 Aug 2022 19:09:47 +0200 Subject: [PATCH] mention keycode binding in ut&t --- pages/Configuring/Uncommon-tips-&-tricks.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/Configuring/Uncommon-tips-&-tricks.md b/pages/Configuring/Uncommon-tips-&-tricks.md index 1ab7a27..121fbb4 100644 --- a/pages/Configuring/Uncommon-tips-&-tricks.md +++ b/pages/Configuring/Uncommon-tips-&-tricks.md @@ -19,6 +19,8 @@ If you are unsure about the key names of your chosen alphabet, refer to the [xkbcommon keysym header](https://github.com/xkbcommon/libxkbcommon/blob/master/include/xkbcommon/xkbcommon-keysyms.h). The keysym name in Hyprland is the XKB define name without the `XKB_KEY_`. +Generally, for switched layouts, it's recommended to bind by a keycode. + {{< hint type=important >}} For proper switching, or avoiding problems / bugs, it's recommended to switch per-device configs instead of global ones.