diff options
author | Joe <bousset.rudy@gmail.com> | 2023-06-27 01:22:09 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2023-06-27 01:22:09 +0200 |
commit | da3c651f6a49efb11535082875edd9196a9fdcbd (patch) | |
tree | 63d5222498b774c425346d54bd3374fb9ee92b85 /.local | |
parent | up (diff) | |
download | dotfiles-bsd-da3c651f6a49efb11535082875edd9196a9fdcbd.tar.gz dotfiles-bsd-da3c651f6a49efb11535082875edd9196a9fdcbd.tar.bz2 dotfiles-bsd-da3c651f6a49efb11535082875edd9196a9fdcbd.tar.xz dotfiles-bsd-da3c651f6a49efb11535082875edd9196a9fdcbd.tar.zst dotfiles-bsd-da3c651f6a49efb11535082875edd9196a9fdcbd.zip |
up
Diffstat (limited to '')
-rwxr-xr-x | .local/bin/kb | 6 | ||||
-rwxr-xr-x | .local/bin/rkb | 3 |
2 files changed, 5 insertions, 4 deletions
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 |