Hot Keys

I remember years ago someone created an app that would look at a module and give you a list of all the hot keys currently defined. Is that app still available and if not has anyone created something similar? Would be very helpful in modifying a module created by someone else.

OK, trying something on my own.

In the build file I see that 65,520 means ALT-A and 91,195 means CTRL-ALT-[

What does 91,195 mean? What’s the backslash change?

Thanks.

The backslash will be there because that value is being added to a comma-separated list of values, and it should not be split when reading it back in.