factor/basis/ui/backend
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
..
cocoa ui.backend.cocoa.views: fix jittery resize. 2020-05-22 08:23:20 -07:00
gtk continuations[-docs]: add the finally word 2019-04-22 21:57:51 -07:00
windows windows: Fix user32/shcore DPI functions. 2020-03-09 21:59:10 -05:00
x11 ui.backend.x11.keys: Enable numpad navigation keys for when numlock is off. 2020-05-22 18:18:31 -05:00
authors.txt
backend-docs.factor ui: more docs and tests 2017-06-27 23:47:35 +02:00
backend.factor ui: better handling of cascading errors 2017-06-27 23:47:35 +02:00
summary.txt