diff --git a/script/setkeys b/script/setkeys index 4a1270b..cb4ed2e 100755 --- a/script/setkeys +++ b/script/setkeys @@ -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