kmcnaught
kmcnaught
@lsaranto fyi Adam's changes are lined up for bringing into Optikey once we've managed to do a bunch of testing. There will hopefully be a new stable release soon and...
A couple of simple approaches here could be 1 - add a setting so that the pause always happens (or not, depending on user preference) 2 - add a new...
@JuliusSweetland I'm looking at this. How were you imagining it interacting with trigger source? Would it only ever make sense to touch as [both point source and trigger], or would...
A few thoughts. I've adapted the proposed class to use events instead of polling, and use `GetPrimaryTouchPoint` instead of cursor position. This fixes an issue where the mouse and touch...
wow, past-me actually wrote some good notes here. I've been looking into the multikey selection behaviour here. The behaviour I'd been seeing was that the swipe gesture didn't get processed...
@JuliusSweetland also a separate discussion about MultiKey selection with touch input. If I put `MultiKeySelectionFixationMinDwellTime` down to `1ms` then swiping with touch works really pretty well. It has a slight...
More UX thoughts (sorry!) I've just done lots of typing with multikey. It's really nice. On my Surface Pro, it deals well with my palm resting on the screen and...
@JuliusSweetland I need some input on preferred UX for changing settings together. I am of the opinion that 99% of the time, if someone wants Touch as a PointSource they...
good shout, I'll do it in both directions, and also make sure they are not left with a touch trigger and a non-touch source
I've done the settings-coercion and tidied up a lot of the loose ends, and thought it was all coming together and then remembered that I haven't solved the issue of...