#[SOLVED] Switching keyboard layouts in wayland

5 messages · Page 1 of 1 (latest)

tepid kraken
#

How do I change the keyboard layout from us qwerty to us colemak and back? I am using Sway

glad hollow
#

Check out the sway man pages (e.g. man 5 sway-input) and the github wiki page https://github.com/swaywm/sway/wiki#keyboard-layout.
Sway is well documented in the form of man pages, reading them should be helpful pacman -Qlq sway | awk -F/ '/man\/man[1-7]\/[a-z]/ {sub(/\.gz$/,""); print $6}'.

GitHub

i3-compatible Wayland compositor. Contribute to swaywm/sway development by creating an account on GitHub.

#

Specifically, you can bind a key that calls swaymsg input ***** xkb_layout *****.

fast quailBOT
#

memchr received a thank you cookie!