Never mind, I figured it out. I used the following in an On Exit EEP SET VARIABLE vLast text SET VARIABLE vshift text SET VARIABLE vlast = (LASTKEY(0)) GETPROPERTY RBASE_FORM ShiftIsPressed "vshift" set trace on IF (vLast = "[Tab]" and vshift = "1") THEN --Do something endif
Dennis Hodges Maintenance Management Manager FDOT Office of Maintenance MS #52 PH: (850) 410-5635 FAX: (850) 410-5511 [email protected]<mailto:[email protected]> “You don’t stop laughing when you grow old, you grow old when you stop laughing” George Bernard Shaw This message is intended only for use of the individual or entity to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended recipient, please notify the sender, delete this message, and do not use, disseminate, or copy its contents. From: [email protected] [mailto:[email protected]] On Behalf Of Hodges, Dennis Sent: Tuesday, November 08, 2016 7:44 AM To: [email protected] Subject: [RBASE-L] - Capturing a shift + tab key combination How can I capture a shift+tab keystroke combination in n EEP? Dennis Hodges Maintenance Management Manager FDOT Office of Maintenance MS #52 PH: (850) 410-5635 FAX: (850) 410-5511 [email protected]<mailto:[email protected]> “You don’t stop laughing when you grow old, you grow old when you stop laughing” George Bernard Shaw This message is intended only for use of the individual or entity to which it is addressed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended recipient, please notify the sender, delete this message, and do not use, disseminate, or copy its contents. -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]<mailto:[email protected]>. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "RBASE-L" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

