Skip to content

Commit

Permalink
fixed ESC binding problem
Browse files Browse the repository at this point in the history
  • Loading branch information
DaLeberkasPepi authored Jan 16, 2018
1 parent 9aa9e50 commit 8ca3237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CubeConverter.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GUI, Submit
IniWrite, %Globalsleep%, Hotkeys.ini, Settings, Globalsleep
Return

F1::
~F1::
GUI, Show,,CubeConverter Hotkeys
Return

Expand All @@ -65,7 +65,7 @@ GuiClose:
GUI, Hide
Return

ESC::Reload
~ESC::Reload
Return

Label1: ;Hotkey for 1 Slot Items
Expand Down
Binary file modified CubeConverter.exe
Binary file not shown.

0 comments on commit 8ca3237

Please sign in to comment.