25EA7 |
Ck&DecKeyLoc
|
( %rc.p → #kc #p )
Converts from user key representation format
to system. Does handle shift-hold keys.
|
25EA9 |
CodePl>%rc.p
|
( #kc #p → %rc.p )
Converts from system key representation
format to user. Does handle shift-hold
keys.
|
25EDC |
H/W>KeyCode
|
( # → #' )
Converts the keycode offset for shift keys to
the keycode of the shift key, i.e. 80h->32d,
40h->37d, C0h->42d
|
25EDD |
H/WKey>KeyOb
|
|
25EEA |
ModifierKey?
|
( #kc #pl → flag )
Is the key any of the three modifiers
right-shift, left-shift, or alpha?
|
2594E |
KeyOb@
|
( → id/romptr )
Returns the object assigned the the key which
caused the current program to be executed, or
whatever has been stored with KeyOb!
|
25949 |
KeyOb!
|
( ob → )
Store ob as the KeyOb .
|
2593F |
KeyOb0
|
( → )
Clear the KeyOb .
|
25944 |
(KeyOb0?)
|
( → flag )
Is the KeyOb clear?
|