Thread Rating:
  • 3 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Created QM video tutorials
#12
Thank you for pointing that out.

Create function "hk_MakeHr"

And put the below code in it

Function hk_MakeHr
Code:
Copy      Help
function int'hk str&hr

;Retrieves the human-readable format of an virtual keycode which is in integer format

;hk - hotkey in string format, example: "577"
;hr - the human readable format will be put in this variable

int k_vk
int k_mod
str human_readable

k_vk=hk&255
k_mod=hk>>8


FormatKeyString k_vk k_mod &human_readable
hr=human_readable
human_readable=""

ret 1


Messages In This Thread
Created QM video tutorials - by r0n - 01-02-2017, 05:52 PM
RE: Created QM video tutorials - by win - 05-11-2018, 03:25 PM
RE: Created QM video tutorials - by r0n - 05-16-2018, 04:52 PM
RE: Created QM video tutorials - by win - 05-17-2018, 01:49 AM
RE: Created QM video tutorials - by win - 11-14-2018, 12:03 AM
RE: Created QM video tutorials - by win - 04-05-2019, 12:08 AM
RE: Created QM video tutorials - by r0n - 04-06-2019, 04:39 PM
RE: Created QM video tutorials - by win - 04-06-2019, 09:14 PM
RE: Created QM video tutorials - by r0n - 04-06-2019, 10:07 PM
RE: Created QM video tutorials - by win - 04-06-2019, 10:15 PM
RE: Created QM video tutorials - by r0n - 04-06-2019, 10:46 PM
RE: Created QM video tutorials - by win - 04-06-2019, 10:49 PM
RE: Created QM video tutorials - by win - 04-07-2019, 03:21 AM
RE: Created QM video tutorials - by r0n - 04-07-2019, 04:01 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)