25F78 |
Ck&DecKeyLoc
|
( %rc.p → #kc #p )
Converts from user key representation format
to system. Does handle shift-hold keys.
|
26068 |
CodePl>%rc.p
|
( #kc #p → %rc.p )
Converts from system key representation
format to user. Does handle shift-hold
keys.
|
23F90 |
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
|
23FC7 |
ModifierKey?
|
( #kc #pl → flag )
Is the key any of the three modifiers
right-shift, left-shift, or alpha?
|