From b151ffd29fc3bff3d943d3877a668b59e08f8dc9 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 6 Oct 2020 17:37:04 -0700 Subject: linux: manage xmodmap I want to map caps-lock to control. --- Xmodmap | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Xmodmap (limited to 'Xmodmap') diff --git a/Xmodmap b/Xmodmap new file mode 100644 index 0000000..0553230 --- /dev/null +++ b/Xmodmap @@ -0,0 +1,4 @@ +clear lock +clear control +keycode 66 = Control_L +add control = Control_L Control_R -- cgit v1.2.3