lk/hardware/keyboard/xmodmap.md

13 lines
208 B
Markdown
Raw Normal View History

2022-01-16 18:20:39 +00:00
---
title: "xmodmap"
tags: [ "Documentation", "hardware" ]
---
2020-01-03 19:03:34 +00:00
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'