diff --git a/config.c b/config.c index 2c1fe1e..dd5ea34 100644 --- a/config.c +++ b/config.c @@ -307,6 +307,13 @@ configure() str += 5; } else + if ((strncmp(str, "Control", 7)) == 0) + { + modifier |= ControlMask; + fprintf(stderr, " [Control]"); + str += 7; + } + else { break; }