Skip to content

Commit

Permalink
v1.27.2: final final commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lailloken authored Jul 27, 2022
1 parent 054ae6b commit 4dddf86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Lailloken UI.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -6219,7 +6219,9 @@ If (GuiControl_copy = "reset_omnikey_hotkey") && (omnikey_hotkey != "")
Hotkey, IfWinActive, ahk_group poe_ahk_window
Hotkey, *~%omnikey_hotkey%,, Off
omnikey_hotkey := ""
Hotkey, *~MButton, Omnikey, On
If (omnikey_conflict_c != 1)
Hotkey, *~MButton, Omnikey, On
Else Hotkey, *~MButton, Omnikey2, On
IniWrite, % omnikey_hotkey, ini\config.ini, Settings, omni-hotkey
}

Expand Down

0 comments on commit 4dddf86

Please sign in to comment.