From 143d299a329a2c484bd1dd0b01bbc69a5aa39d99 Mon Sep 17 00:00:00 2001 From: Jeremiah Ticket Date: Tue, 29 Nov 2022 22:57:02 -0700 Subject: [PATCH] Fixed Control+space ratpoison key --- i38.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i38.sh b/i38.sh index 8f539ec..a11818f 100755 --- a/i38.sh +++ b/i38.sh @@ -145,7 +145,7 @@ while getopts "${args}" i ; do done # Configuration questions -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//Super/Mod4}" mod="$(menulist "I3 mod key, for top level bindings:" Alt Control Super)"