diff --git a/system-config/xactive.sh b/system-config/xactive.sh index 7517303..f64f0cd 100755 --- a/system-config/xactive.sh +++ b/system-config/xactive.sh @@ -23,6 +23,7 @@ elif [[ "$systemtype" == "mac_only" ]]; then swapcmd_gui="setxkbmap -option;xkbcomp -w0 -I$HOME/.xkb ~/.xkb/keymap/kbd.mac.gui $DISPLAY" check_gt="setxkbmap -query | grep -v 'alt_super_win' 1>/dev/null" check_tg="setxkbmap -query | grep -q 'alt_super_win'" + swapcmd_term="setxkbmap -option" # Chromebook options elif [[ "$swapbehavior" == "both_mac" ]]; then swapcmd_gui="setxkbmap -option;setxkbmap -option ctrl:swap_lwin_lctl; xkbcomp -w0 -i $internalid -I$HOME/.xkb ~/.xkb/keymap/kbd.chromebook.gui $DISPLAY"