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``
|
||
|---|---|---|
| .. | ||
| cocoa | ||
| gtk | ||
| windows | ||
| x11 | ||
| authors.txt | ||
| backend-docs.factor | ||
| backend.factor | ||
| summary.txt | ||