Improve capslock escape swapping method

This commit is contained in:
Riyyi
2021-03-29 20:22:46 +02:00
parent 0741ca29d3
commit e1ce0b30ce
4 changed files with 15 additions and 24 deletions
+7
View File
@@ -0,0 +1,7 @@
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "us"
Option "XkbModel" "pc104"
Option "XkbOptions" "caps:swapescape"
EndSection