From e3f7507823981379115494940ad2ebac017e595a Mon Sep 17 00:00:00 2001 From: TLBail <62939298+TLBail@users.noreply.github.com> Date: Thu, 30 Dec 2021 22:55:07 +0100 Subject: [PATCH] fix CTRL command --- app/src/main/assets/commands.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/assets/commands.properties b/app/src/main/assets/commands.properties index f49fd38..eff2030 100644 --- a/app/src/main/assets/commands.properties +++ b/app/src/main/assets/commands.properties @@ -11,8 +11,8 @@ PAUSE=pause ESC=escape ESCAPE=escape SHIFT=left-shift -CTRL=left-control -CONTROL=left-control +CTRL=left-ctrl +CONTROL=left-ctrl ALT=left-alt ALT-SHIFT=left-alt left-shift CTRL-ALT=left-ctrl left-alt