You are not logged in.
Pages: 1
Will someone please tell me what I have done wrong with this command:
localectl --no-convert set-x11-keymap us pc105+inet ,colemak grp:win_space_toggle shift:both_capslock caps:escape It's telling me "Too many arguments."
I assume it's because I need some separator between my three options:
grp:win_space_toggle shift:both_capslock caps:escape
Would it break anything if I manually edit /etc/X11/xorg.conf.d like this?
# 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"
Option "XkbVariant" ",colemak"
Option "XkbModel" "pc105+inet"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
Option "XkbOptions" "caps:escape"
Option "XkbOptions" "shift:both_capslock"
EndSectionI have read through the localectl manual, and I am coming up empty. I assume it's something super obvious that I am just not seeing. ![]()
Last edited by pasturegliding (2022-03-24 22:27:15)
Offline
IIRC⁽¹⁾ commas between options (with no spaces).
____
⁽¹⁾ And a quick search seems to confirm it.
Last edited by mpan (2022-03-24 22:09:32)
Offline
IIRC⁽¹⁾ commas between options (with no spaces).
____
⁽¹⁾ And a quick search seems to confirm it.
Ahhhh I tried with commas with spaces. I should have known. Thanks, friend. That worked perfectly.
Offline
Pages: 1