factor/basis/ui/backend/x11/keys
Doug Coleman b1f29dc497 ui.backend.x11.keys: Enable numpad navigation keys for when numlock is off.
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``
2020-05-22 18:18:31 -05:00
..
keys-tests.factor ui.backend.x11.keys: typo on F12 2016-08-17 03:37:57 +02:00
keys.factor ui.backend.x11.keys: Enable numpad navigation keys for when numlock is off. 2020-05-22 18:18:31 -05:00