OnLayoutKeystrokeTriggers a script to run when one or more characters are entered from the keyboard either directly or via an input method editor (IME). Use the Get(TriggerKeystroke) function to return the characters that activated the script trigger.You can use the Exit Script script step within the triggered script to return True or False.
• Use the Get(TriggerModifierKeys), Code, and Char functions to work with special characters such as navigational keys like the Tab and the arrow keys, and with general Unicode characters. See the Code function for a list of navigational keys and the codes reported to a script. The Char function returns the characters for Unicode code points.
3. An active object with an OnObjectKeystroke script trigger can process a character.
• See Changing object data without activating script triggers for a list of other actions that do not activate this script trigger.