forked from andonome/lk
put keyboard under hardware
This commit is contained in:
8
hardware/keyboard/xmodmap.md
Normal file
8
hardware/keyboard/xmodmap.md
Normal 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'
|
||||
|
Reference in New Issue
Block a user