From d56b952692587a50be432930ae65de8690c1b6ec Mon Sep 17 00:00:00 2001 From: Andrew Coleman Date: Sat, 12 Dec 2020 15:50:38 -0500 Subject: [PATCH] remap caps lock to control in X --- .Xmodmap | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .Xmodmap diff --git a/.Xmodmap b/.Xmodmap new file mode 100644 index 0000000..dc12776 --- /dev/null +++ b/.Xmodmap @@ -0,0 +1,3 @@ +remove Lock = Caps_Lock +keysym Caps_Lock = Control_L +add Control = Control_L