Data |
Prev: F2EB | Up: Map | Next: F32B |
This is a table that maps key codes to glyph indices. Each table entry is a character (a glyph index) OR if its top bit is set then bottom seven bits are an index into special_key_names.
|
||||
keycode_to_glyph | F303 | DEFB $01,$02,$03,$04,$05 | table_12345 | |
F308 | DEFB $00,$09,$08,$07,$06 | table_09876 | ||
F30D | DEFB $19,$1F,$0E,$1A,$1C | table_QWERT | ||
F312 | DEFB $18,$00,$12,$1D,$21 | table_POIUY | ||
F317 | DEFB $0A,$1B,$0D,$0F,$10 | table_ASDFG | ||
F31C | DEFB $80,$15,$14,$13,$11 | table_ENTERLKJH | ||
F321 | DEFB $86,$22,$20,$0C,$1E | table_SHIFTZXCV | ||
F326 | DEFB $92,$8B,$16,$17,$0B | table_SPACESYMSHFTMNB |
Prev: F2EB | Up: Map | Next: F32B |