Skip to content

Commit

Permalink
Change menu mask key in the hope it fixes Flow Launcher shortcut leav…
Browse files Browse the repository at this point in the history
…ing Ctrl key stuck
  • Loading branch information
TheBestPessimist committed Dec 23, 2024
1 parent 5eaf07e commit ae84fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AutoHotkey64.ahk
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit ae84fac

Please sign in to comment.