put keyboard under hardware

This commit is contained in:
Malin Freeborn
2020-02-08 00:06:20 +01:00
parent c1f86fcf0c
commit a2d30a17ff
4 changed files with 8 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
Ensure you're not stuck in CAPS on mode:
> xmodmap -e 'clear Lock'
Remap the keyboard so CAPS LOCK=ESC:
> xmodmap -e 'keycode 0x42=Escape'