Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions WIH w3c.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ gui, add, checkbox, vWinModifier x+0 gHotkey_UpdateHotkey, &Win

gui, add, groupbox,x10 w220 h180, Keys

gui, add, radio, xp+5 yp+30 vRadioKey gHotkey_UpdateKeyList Checked, Standart
gui, add, radio, xp+5 yp+30 vRadioKey gHotkey_UpdateKeyList Checked, Standard
gui, add, radio, y+10 gHotkey_UpdateKeyList, Function
gui, add, radio, y+10 gHotkey_UpdateKeyList, Numpad
gui, add, radio, y+10 gHotkey_UpdateKeyList, Mouse
Expand Down Expand Up @@ -762,7 +762,9 @@ VK(Param)
if InStr(Param,".")
return % RegExReplace(Param, "\.$", "VKBE")
if InStr(Param,"/")
return % RegExReplace(Param, "\/$", "VKBF")
return % RegExReplace(Param, "\.$", "VKBE")
if InStr(Param,"``")
return % RegExReplace(Param, "\``$", "VKDF")
Hotkey:=RegExReplace(Param, "[\^\!\+\#]+(.*)", "$1")
If StrLen(Hotkey) > 1
return Param
Expand Down
Binary file removed images/wih_inventory.png
Binary file not shown.