Jump to content

Retrieve List of Currently Declared Hotkeys?


ken82m
 Share

Recommended Posts

Working on a UDF, just curious:

Does anyone know if and how you can retrieve a list or array of keys declared using HotKeySet?

Thanks,

Kenny

 "I believe that when we leave a place, part of it goes with us and part of us remains... Go anywhere, when it is quiet, and just listen.. After a while, you will hear the echoes of all our conversations, every thought and word we've exchanged.... Long after we are gone our voices will linger in these walls for as long as this place remains."

Link to comment
Share on other sites

Link to comment
Share on other sites

True, but how can I do that if it's a compiled exe?

I'd like to use the UDF to read any hotkeys declared in the script calling it.

-Kenny

 "I believe that when we leave a place, part of it goes with us and part of us remains... Go anywhere, when it is quiet, and just listen.. After a while, you will hear the echoes of all our conversations, every thought and word we've exchanged.... Long after we are gone our voices will linger in these walls for as long as this place remains."

Link to comment
Share on other sites

Well a "compiled" exe isn't really compiled. It's just the actual script coupled with a real binary file (the interpreter). You could talk to the dev team and ask them for help or you could read the file in binary mode, remove the binary of the interpreter (easy enough to find out, just open a script that you wrote in binary,store that data somewhere,compile the script,read the new "compiled" script in binary,remove the script data,anything you have left is for the interpreter), and read through the script data to find the part of HotKeySet().

Link to comment
Share on other sites

hmm maybe I'll do that.

It wasn't a must have just a would be nice.

I think I'll just work everything else out and when it's working I'll come back to this part.

I appreciate the replies and the info.

Thanks,

-Kenny

 "I believe that when we leave a place, part of it goes with us and part of us remains... Go anywhere, when it is quiet, and just listen.. After a while, you will hear the echoes of all our conversations, every thought and word we've exchanged.... Long after we are gone our voices will linger in these walls for as long as this place remains."

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...