Update i38.sh

This commit is contained in:
aaron-gh 2022-11-30 14:52:21 +00:00
parent 2da7081ff3
commit 9e66815ef7

2
i38.sh
View File

@ -146,7 +146,7 @@ done
# Configuration questions # Configuration questions
#Prevent setting ratpoison mode key to the same as default mode key #Prevent setting ratpoison mode key to the same as default mode key
while [ "$escapeKey == "$mod" ] while [ "$escapeKey" == "$mod" ]
do do
escapeKey="$(menulist "Ratpoison mode key:" Control+t Control+z Control+Escape Alt+Escape Control+Space Super)" escapeKey="$(menulist "Ratpoison mode key:" Control+t Control+z Control+Escape Alt+Escape Control+Space Super)"
escapeKey="${escapeKey//Alt/Mod1}" escapeKey="${escapeKey//Alt/Mod1}"