I recently got a Model F keyboard and the arrow keys weren't mapped.
To see the keycodes on Linux:
```
IN: ui.backend.x11.keys
: code>sym ( code -- name/code/f action? )
dup . flush
dup codes at* [ nip dup t and ] when ;
```
Also try ``USE: gesture-logger``
|
||
|---|---|---|
| .. | ||
| backend | ||
| baseline-alignment | ||
| clipboards | ||
| commands | ||
| debugger | ||
| event-loop | ||
| gadgets | ||
| gestures | ||
| images | ||
| operations | ||
| pens | ||
| pixel-formats | ||
| render | ||
| text | ||
| theme | ||
| tools | ||
| traverse | ||
| authors.txt | ||
| summary.txt | ||
| ui-docs.factor | ||
| ui.factor | ||