AMOSi:Key

From Amiga Coding
Revision as of 01:51, 17 November 2007 by Spellcoder (talk | contribs) (1 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.