Post Reply 
User Key for built in Features?
10-29-2016, 10:23 PM
Post: #2
RE: User Key for built in Features?
Righteo, so I found that if you return the key id number, you can get the "original key".

For example,
Code:
KEY K_PAREN()
BEGIN
RETURN 17;
END;
converts the () key into the xtθn key.

However, I still don't know how to access the shift or alpha versions of those keys. Is there a way to modify the key ID to do so? Like K_SHIFT(17) or something?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
User Key for built in Features? - CH3791 - 10-25-2016, 06:10 AM
RE: User Key for built in Features? - CH3791 - 10-29-2016 10:23 PM



User(s) browsing this thread: 1 Guest(s)