Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Commit

Permalink
disable f10 outside game window
Browse files Browse the repository at this point in the history
  • Loading branch information
T2hhbmEK committed Oct 4, 2023
1 parent bf7a008 commit ec6e052
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GenshinClicker.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,9 @@ ToggleClickDialogue(ItemName := TrayMenu_Enabler, ItemPos?, MyMenu := A_TrayMenu

; Shortcuts
#MaxThreadsPerHotkey 2
~F10:: ToggleClickDialogue
HotIfWinactive GenshinTitle
~F10::ToggleClickDialogue
HotIf
F12:: Reload

; Start
Expand Down

0 comments on commit ec6e052

Please sign in to comment.