From e80da75e95fb9232d389e3ef72cc783340ed0790 Mon Sep 17 00:00:00 2001 From: Ben Reaves Date: Sun, 25 Aug 2019 22:55:20 -0500 Subject: [PATCH] - Added proper term switch command for mac_only aka driverless Apple keyboards. --- system-config/xactive.sh | 1 + 1 file changed, 1 insertion(+) 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"