Skip to navigation

Revs on the BBC Micro

Keyboard: shiftedKeys

Name: shiftedKeys [Show more] Type: Variable Category: Keyboard Summary: Negative inkey values for the configuration keys that are pressed in combination with SHIFT
Context: See this variable in context in the source code References: This variable is used as follows: * ProcessShiftedKeys uses shiftedKeys
.shiftedKeys EQUB &86 \ Right arrow EQUB &8E \ f1 EQUB &8D \ f2 EQUB &8D \ f2 EQUB &EB \ f4 EQUB &8B \ f5 EQUB &DF \ f0 EQUB &96 \ COPY EQUB &A6 \ DELETE EQUB &E9 \ f7 IF _SUPERIOR OR _REVSPLUS EQUB &8C \ f3 EQUB &8A \ f6 ENDIF