From ba52be13157c5cf526dc92280d52de3d2f0c3000 Mon Sep 17 00:00:00 2001 From: Ryan Reaves Date: Sun, 18 Aug 2019 12:12:38 -0500 Subject: [PATCH] - Still need to include all 4 parameters for chromebook usage in manual keyswap. --- system-config/keyswap_toggle.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system-config/keyswap_toggle.sh b/system-config/keyswap_toggle.sh index 9c22539..81ac8ba 100755 --- a/system-config/keyswap_toggle.sh +++ b/system-config/keyswap_toggle.sh @@ -1,7 +1,9 @@ #!/bin/bash # Manual keyswap systemtype=$1 -swapbehavior=$2 +internalid=$2 +usbid=$3 +swapbehavior=$4 swapcmd_term="setxkbmap -option;setxkbmap -option altwin:swap_alt_win" fallbackcmd_gui=""