factor/basis/ui/backend/x11
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 ui.backend.x11.keys: Enable numpad navigation keys for when numlock is off. 2020-05-22 18:18:31 -05:00
authors.txt Remove executable bit from tons of files that aren't 2014-11-05 20:40:42 -08:00
tags.txt Replace 'untested' tag with 'not loaded' and 'not tested' tags 2010-04-13 18:43:01 -07:00
x11.factor core/basis/extra: use flags{ } in places. 2020-02-11 13:27:42 -08:00