factor/basis/ui
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
..
backend ui.backend.x11.keys: Enable numpad navigation keys for when numlock is off. 2020-05-22 18:18:31 -05:00
baseline-alignment Revert "ui.baseline-alignment: allow floats in alignment." 2020-05-19 07:41:06 -07:00
clipboards
commands
debugger
event-loop
gadgets ui.gadgets.icons: draw icon on top of selected background. 2020-05-18 20:56:25 -07:00
gestures ui.gestures-docs: add code example to file-drop gesture documentation 2020-04-14 10:41:12 -07:00
images ui.images: fix for gl-scale-factor not being set. 2020-05-19 19:10:51 -07:00
operations
pens Revert "ui.pens.image: allow float math." 2020-05-19 10:00:05 -07:00
pixel-formats
render help.markup: adding a $slots word to document slots, use it. 2020-02-16 22:36:19 -08:00
text basis/extra: replace "/ >integer" with "/i" in a few places. 2020-05-16 11:17:42 -07:00
theme ui.images: load 1x or 2x graphics. 2020-05-19 19:00:25 -07:00
tools ui.tools.error-list: changing icons from tiff to png. 2020-05-21 17:31:41 -07:00
traverse
authors.txt
summary.txt
ui-docs.factor *-docs: remove extra space character at the end of paragraghs 2018-08-21 10:45:52 -07:00
ui.factor continuations[-docs]: add the finally word 2019-04-22 21:57:51 -07:00