From 834f127ef8d3952bfe0deaa2abc31075d0d45de4 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 9 May 2026 17:42:30 +0200 Subject: Add shortcut for fixing keyboard --- scripts/xkfix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/xkfix (limited to 'scripts') diff --git a/scripts/xkfix b/scripts/xkfix new file mode 100755 index 0000000..8697362 --- /dev/null +++ b/scripts/xkfix @@ -0,0 +1,7 @@ +#!/bin/sh + +# Swap Esc and Caps Lock and set compose key to Right Alt +# Requires: setxkbmap + +setxkbmap -option caps:swapescape +setxkbmap -option compose:ralt -- cgit v1.3