mirror of
https://gitlab.com/dbrw/ansible-setup.git
synced 2026-02-05 19:45:32 +07:00
initial commit
This commit is contained in:
8
roles/common/files/user_home/.local/bin/update-keyboard-keys
Executable file
8
roles/common/files/user_home/.local/bin/update-keyboard-keys
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/sh
|
||||
|
||||
# make CapsLock behave like Ctrl:
|
||||
setxkbmap -option ctrl:nocaps
|
||||
|
||||
# make short-pressed Ctrl behave like Escape:
|
||||
xcape -e 'Control_L=Escape'
|
||||
|
||||
Reference in New Issue
Block a user