diff --git a/dist/mp-server-v2.exe b/dist/mp-server-v2.exe index 1854541..363ef1d 100644 Binary files a/dist/mp-server-v2.exe and b/dist/mp-server-v2.exe differ diff --git a/mp-server-v2.py b/mp-server-v2.py index 3889734..bb9afdf 100644 --- a/mp-server-v2.py +++ b/mp-server-v2.py @@ -25,7 +25,7 @@ class MacroPadServer: self.configure_styles() # Set Version Str - self.version_str = "0.5.3 Beta" + self.version_str = "0.5.4 Beta" # Set up directories if getattr(sys, 'frozen', False): @@ -907,6 +907,7 @@ setTimeout(() => { errorStatus.style.display = 'none'; }, 2000); if str(macro["command"]) and len(str(macro["command"])) == 1: pyautogui.keyDown(macro["command"]) time.sleep(0.5) + pyautogui.keyUp(macro["command"]) else: pyautogui.typewrite(macro["command"], interval=0.02) # Release modifier keys in reverse order diff --git a/version.txt b/version.txt index c52db98..167b000 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.5.3 \ No newline at end of file +0.5.4 \ No newline at end of file