Closed gab-gil closed 3 months ago
Change the keys order for Switch Keyboard Layout in the Keybinds page
Switch Keyboard Layout
I just spent 1 hour trying to understand why the 'Switch Keyboard Layout' keybind wasn't working to finally see the bindn in the UserKeybinds.conf
bindn = ALT_L, SHIFT_L, exec, $scriptsDir/SwitchKeyboardLayout.sh # Changing the keyboard layout
And understand that it's not Shift + ALT_L but ALT_L+Shift. Otherwise if you try the first combination it'll do nothing
Shift + ALT_L
ALT_L+Shift
https://github.com/JaKooLit/Hyprland-Dots/wiki/Keybinds
Reverse the order to match what the actual keybind is ALT_L + SHIFT
ALT_L + SHIFT
Thanks bro. Keybinds updated
Documentation Update
Description
Change the keys order for
Switch Keyboard Layout
in the Keybinds pageI just spent 1 hour trying to understand why the 'Switch Keyboard Layout' keybind wasn't working to finally see the bindn in the UserKeybinds.conf
bindn = ALT_L, SHIFT_L, exec, $scriptsDir/SwitchKeyboardLayout.sh # Changing the keyboard layout
And understand that it's not
Shift + ALT_L
butALT_L+Shift
. Otherwise if you try the first combination it'll do nothingCurrent Documentation
https://github.com/JaKooLit/Hyprland-Dots/wiki/Keybinds
Proposed Documentation
Reverse the order to match what the actual keybind is
ALT_L + SHIFT