Last active
November 20, 2023 04:23
-
-
Save jsta/7356d8dae7e42426b9e4d9c3a0e20470 to your computer and use it in GitHub Desktop.
setxkbmap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
setxkbmap us -variant colemak_dh | |
setxkbmap us | |
man xkeyboard-config | |
setxkbmap -query | |
# git clone [email protected]:DreymaR/BigBagKbdTrixXKB.git | |
./install-dreymar-xmod.sh -s -i ~/test2 -n | |
setxkbmap -I /home/jemma/test/BigBagKbdTrixXKB/xkb-data_xmod/xkb -model pc105awide -layout us(cmk_ed_us) -option misc:extend,lv5:caps_switch_lock,grp:shifts_toggle,compose:menu -v 9 | |
setxkbmap -model pc105awide -layout us(cmk_ed_us) -option misc:extend,lv5:caps_switch_lock,grp:shifts_toggle,compose:menu -v 9 | |
# ---- | |
xmodmap | |
https://trunc8.github.io/2022/09/17/tut-fix-xmodmap | |
https://linuxconfig.org/reprogram-keyboard-keys-with-xmodmap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment