From 51ed2a1a304361ee33c76b6bd0fc038ebb88f661 Mon Sep 17 00:00:00 2001 From: Ian C Date: Mon, 9 Jan 2023 17:57:45 +0000 Subject: Fixed removal and setting of sticky shift for GUI input routines --- source/main.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/main.c') diff --git a/source/main.c b/source/main.c index 30e9359..af91d19 100644 --- a/source/main.c +++ b/source/main.c @@ -349,6 +349,9 @@ int main(int argc, char *argv[]) SK_SetSticky (SK_SHIFT, DSSPEC_Config[DSSPEC_STICKY_SHIFT]); + SK_SetSticky + (SK_SYMBOL, + DSSPEC_Config[DSSPEC_STICKY_SHIFT]); SPECReconfigure(); break; -- cgit v1.2.3