gostwriter icon indicating copy to clipboard operation
gostwriter copied to clipboard

A virtual keyboard for linux, which makes use of /dev/uinput to inject key events.

Results 6 gostwriter issues
Sort by recently updated
recently updated
newest added

Currently you can synthesize mouse-clicks in the same way as if a mouse-button were a key (as of https://github.com/galaktor/gostwriter/pull/7 ; an example code name is `key.CODE_BTN_LEFT`). We would like be...

For ASCII alpha-numeric characters and very common keys such as Enter, shift, ctrl, arrows... create an abstraction on the keyboard the exposes those with utmost simplicity, i.e. type LazyKey interface...

enhancement

Push can be too easily confused with Press Find a better name, I think "punch" is a bit clearer Or maybe something else?

enhancement

The virtual key sends a sync with each press/release operaiton which might be a bit chatty with higher frequency of key events. Make it smarter or optional.

enhancement

Currently still uses stub values like "123". Would make more sense to use values as close to real as possible, e.g. version matching git hash or something.

enhancement