Kevin Conway

Results 9 comments of Kevin Conway

I appreciate that you're interested in fixing this issue. It's a complicated issue, though. I understand that the double slashes look odd but they are not a bug. The POSIX...

This is similar in nature to https://github.com/kevinconway/remouseable/issues/11 where I outline the work required to implement true multi-monitor support. However, your suggestion of using a static offset could be an easier/quicker...

It's not possible without changes as far as I know. This project uses code from to control the mouse. That project only supports x11 for linux. There is an open...

I'm glad you're enjoying the tool. The short answer is: I think it's possible but too much work for me to do because I don't have a personal use for...

SSH key based authentication does not work on Windows right now but I think it's possible to fix this. Currently, if you do not give the app your tablet root...

This is a feature of Go and not something I intended. I think there are two things that would improve this. One is replacing use of `panic` in `main.go` with...

The eraser related events might not be in the debug stream if they aren't related to pen positioning. This was an oversight on my part. https://github.com/kevinconway/remouseable/blob/master/main.go#L104-L110 is the code branch...

I think that idea makes sense for pens with secondary buttons. It would require a more complex state machine to handle the new inputs and a relaxation of the raw...

Currently, all of the scaling operations use the main display's resolution which would definitely cause skew or stretching when drawing on a second monitor if they aren't exactly the same...