Post Reply 
Swap View/Copy, Menu/Paste functions?
08-17-2016, 12:04 PM (This post was last modified: 08-17-2016 12:50 PM by Fortin.)
Post: #2
RE: Swap View/Copy, Menu/Paste functions?
I've solved a similar problem for a slightly different purpose, but my solution won't help your specific case. ISKEYDOWN() can help you determine if the press is physical or not. Also keeping a persistent local variable as a flag to indicate that the system is acting on the return from the previous user key call instead of an actual key press (even though the key may currently still be pressed) can help. If I recall correctly, the keycode+51 is the shifted key code (9+51).
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Swap View/Copy, Menu/Paste functions? - Fortin - 08-17-2016 12:04 PM



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