[HELP]Multiple Keypress Script
I am using Transcends iphlpapi. Is it possible to detect a keypress to activate a script and have another keypress in addition to the first activate a different script e.g.
Any help whatsoever would be tremendously appreciated! Thanks
[Keys]
; VK_ADD = 0x6B
; VK_SHIFT = 0x10
1 = 0x6B
2 = (0x6B and 0x10)
[Scripts]
1 = Script1.lua
2 = Script2.lua
; VK_ADD = 0x6B
; VK_SHIFT = 0x10
1 = 0x6B
2 = (0x6B and 0x10)
[Scripts]
1 = Script1.lua
2 = Script2.lua
