feat(script): add gb keymap support

This commit is contained in:
Rob Watson 2023-12-31 14:05:08 +01:00
parent 0eb1cfac50
commit a4c0971cfd
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@ case "$1" in
exit 0
;;
"gb")
setxkbmap -model pc105 -layout gb,gb -variant mac, -option compose:rctrl
exit 0
;;
"")
echo "argument required"
exit 1