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
tags.txt
x11.factor core/basis/extra: use flags{ } in places. 2020-02-11 13:27:42 -08:00