easystroke
easystroke copied to clipboard
X11 gesture recognition application
All bugfixes available in pull requests and forks (same as [described here](https://github.com/thjaeger/easystroke/pull/10#issuecomment-444132355)) merged together properly.
## which works on both X11 and Wayland. It is written in Rust, and also has a nice GUI since a few months Easystroke's original author is not responding, and...
The template member functions Stroke::save and Stroke::load get called via the serialize() function generated by boost's macro BOOST_SERIALIZATION_SPLIT_MEMBER() in gesture.h. Since the definitions of save()/load() are only available in gesture.cc,...
Todo
Hi. First off, love this application. Was using StrokesPlus for a long time on Windows. It came with several stock / standardized gestures for left, right, up, down, diagonals, single...
Since updating my laptop to Ubuntu 18.04, easystroke keeps crashing. Running it in gdb shows that the crash happens in Stroke::drawEmpty_ (win.cc:143), because it gets called with size == 0....
Wouldn't compile on Ubuntu 18.10 (gcc-8) without these changes.
Would someone else have use for the possibility to assign the default button differently for different devices? As a workaround, I tested enabling the grabbing for the additional buttons of...
Would easystroke have a way to decrease the size of gesture popups and other settings like transparency, etc?
I've been using easystroke with the bspwm window manager to create touchscreen actions (like draw a w to open a web browser etc). It is working really well but I...