/dev/urandom

Results 18 comments of /dev/urandom

Figured out the event handling part, now I have a working version. Here's [the patch file](https://gist.github.com/slashdevslashurandom/ea596861bdd2c5c43ab6f963c0d8d62f) for the changes I made so far. The `process_pointer_motion` function is copied from the...

Adding configuration options seems more complicated than I thought. Your suggestion of using `input.xml` would work for adding a global option, but hotspots are configured individually -- a user has...

oh, another idea: when a key is in an "unfinished word" mode, you could display the other potential words in the corner of the key (but probably not the same...

This feature would be reminiscent of the "Compose key" that is available on Linux systems. [Here is a list](https://www.x.org/releases/X11R7.7/doc/libX11/i18n/compose/en_US.UTF-8.html) of X11 dead key and compose key combinations (in this situation...

For comparison, [this](https://github.com/Julow/Unexpected-Keyboard/blob/master/srcs/juloo.keyboard2/KeyModifier.java) is how the developers of Unexpected Keyboard do character composing -- seems like they just have a list of predefined characters for specific accents, and if that's...

Perhaps the same could be done with the `items` array in the `ncselector_options` struct used for `ncselector_create` -- as its contents are also copied into the actual selector's structure, and...

I wonder if something like this could be implemented: On every row of the keyboard layout, a `` can be added. By default, it does nothing, but when a "split...

An option for separate bold and bold+italic fonts would also be nice.