Difference between revisions of "AMOSi:Key"

From Amiga Coding
Jump to: navigation, search
(Extracted from the AMOSPro V2.00 helpfile)
m (1 revision(s))
 
(No difference)

Latest revision as of 01:51, 17 November 2007

Set a keyboard short-cut. Assigns a control key combination to the current button definition.


KY ascii,shift;


ascii enters the ASCII code of your chosen key. Values from 128 onwards represent scan codes instead.


shift specifies on option list of shift,alt,or control settings. These are entered using a simple bit-map. See KEY SHIFT for more details.