1 line
1.3 KiB
Plaintext
1 line
1.3 KiB
Plaintext
<!-- SC_OFF --><div class="md"><p>The Arch Wiki on keyboard layouts set to edit this file to change the keyboard layout:</p> <p>/etc/X11/xorg.conf.d/00-keyboard.conf</p> <p>These are the contents of this file:</p> <pre><code># Written by systemd-localed(8), read by systemd-localed and Xorg. It's # probably wise not to edit this file manually. Use localectl(1) to # instruct systemd-localed to update it. Section "InputClass" Identifier "system-keyboard" MatchIsKeyboard "on" Option "XkbLayout" "us,us" Option "XkbModel" "pc104" Option "XkbVariant" "qwerty,colemak" Option "XkbOptions" "grp:shift_caps_toggle" EndSection </code></pre> <p>What I want it to do is set the default layout to qwerty, and an alternative layout colemak. To switch between layout, I want to press shift and capslock. This does not work. Pressing shift and capslock does not switch to colemak.</p> </div><!-- SC_ON -->   submitted by   <a href="https://www.reddit.com/user/SaltyMaybe7887"> /u/SaltyMaybe7887 </a> <br/> <span><a href="https://www.reddit.com/r/archlinux/comments/r3028m/alternative_keyboard_layout_not_working/">[link]</a></span>   <span><a href="https://www.reddit.com/r/archlinux/comments/r3028m/alternative_keyboard_layout_not_working/">[comments]</a></span> |