This is an old revision of the document!
⇐ Index
Available in version 1.4 and later.
GetMappedKeyStrings({-key) ->keySecondary ->keyPrimary
Given the name of a mapped key, returns the primary and secondary binding strings, if defined. Note that for modifier keys, things like “Shift-W” will be returned.
if (GetKey(<-keyPrimary FALSE)) #code goes here endif
⇐ Index