From da3c651f6a49efb11535082875edd9196a9fdcbd Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 27 Jun 2023 01:22:09 +0200 Subject: up --- .local/bin/kb | 6 +++--- .local/bin/rkb | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) (limited to '.local') diff --git a/.local/bin/kb b/.local/bin/kb index ffbf154..0cc6f34 100755 --- a/.local/bin/kb +++ b/.local/bin/kb @@ -47,11 +47,11 @@ xset r rate 200 150 setxkbmap -option setxkbmap -layout us -variant intl -setxkbmap -option ctrl:swapcaps +#setxkbmap -option ctrl:swapcaps setxkbmap -option caps:none xmodmap -e 'keycode 9 = Tab' xmodmap -e 'keycode 23 = Escape' -xmodmap -e 'keycode 37 =' -notify-send -u low -t 2000 'kb' ' Swapped Ctrl/Caps Lock and Esc/Tab' +#xmodmap -e 'keycode 37 =' +notify-send -u low -t 2000 'kb' ' Swapped Esc/Tab' # vim: filetype=sh diff --git a/.local/bin/rkb b/.local/bin/rkb index fd8fe26..ff870d3 100755 --- a/.local/bin/rkb +++ b/.local/bin/rkb @@ -1,4 +1,5 @@ #!/bin/sh -notify-send -u low -t 2000 'kb' ' Restored Ctrl/Caps Lock and Esc/Tab' +notify-send -u low -t 2000 'kb' ' Restored Esc/Tab' setxkbmap -option +setxkbmap -layout us -variant intl -- cgit v1.2.3