From ae84face17afd48bd601a2ba8452818da31059a8 Mon Sep 17 00:00:00 2001 From: TheBestPessimist Date: Mon, 23 Dec 2024 10:45:30 +0200 Subject: [PATCH] Change menu mask key in the hope it fixes Flow Launcher shortcut leaving Ctrl key stuck --- AutoHotkey64.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AutoHotkey64.ahk b/AutoHotkey64.ahk index f92913a..4f493f2 100644 --- a/AutoHotkey64.ahk +++ b/AutoHotkey64.ahk @@ -1,8 +1,8 @@ #Requires AutoHotkey v2.0 #SingleInstance Force -A_MenuMaskKey := "vkE8" -;#WinActivateForce ; disabled to check if AHK v2 works better than AHK V1 +A_MenuMaskKey := "vkFF" +;#WinActivateForce ; disabled because AHK v2 works better than AHK V1 InstallKeybdHook InstallMouseHook ; these 2 settings are killing the telegram starter, since the telegram process exists,