From 8a27e328c69a9633e8edc7b26b3138b68cdf001c Mon Sep 17 00:00:00 2001 From: Tom Charnock Date: Thu, 23 Jan 2025 13:11:13 +0100 Subject: [PATCH] Changing APPLICATION to GUI for the super key --- characters.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/characters.py b/characters.py index 22ac8fd..84e469f 100644 --- a/characters.py +++ b/characters.py @@ -46,11 +46,11 @@ try: "\u006c": [Keycode.L], "\u004c": [Keycode.SHIFT, Keycode.L], "\u007e": [Keycode.SHIFT, Keycode.GRAVE_ACCENT], - "\u21da": [Keycode.APPLICATION, Keycode.LEFT_ARROW], + "\u21da": [Keycode.GUI, Keycode.LEFT_ARROW], "\u007a": [Keycode.Z], "\u005a": [Keycode.SHIFT, Keycode.Z], "\u003e": [Keycode.SHIFT, Keycode.PERIOD], - "\u21db": [Keycode.APPLICATION, Keycode.RIGHT_ARROW], + "\u21db": [Keycode.GUI, Keycode.RIGHT_ARROW], "\u0064": [Keycode.D], "\u0044": [Keycode.SHIFT, Keycode.D], "\u0060": [Keycode.GRAVE_ACCENT], @@ -87,7 +87,7 @@ try: "\u0071": [Keycode.Q], "\u0051": [Keycode.SHIFT, Keycode.Q], "\u003f": [Keycode.SHIFT, Keycode.FORWARD_SLASH], - "\u21c0": [Keycode.APPLICATION, Keycode.SPACEBAR], + "\u21c0": [Keycode.GUI, Keycode.SPACEBAR], "\u0079": [Keycode.Y], "\u0059": [Keycode.SHIFT, Keycode.Y], "\u0024": [Keycode.SHIFT, Keycode.FOUR], @@ -116,7 +116,7 @@ try: "\u0074": [Keycode.T], "\u0054": [Keycode.SHIFT, Keycode.T], "\u0026": [Keycode.SHIFT, Keycode.SEVEN], - "\uf31a": [Keycode.APPLICATION], + "\uf31a": [Keycode.GUI], } except: pass