AdamRoden
AdamRoden
Using KeyStateService does work. I built a crude version where a key will toggle every 500ms of fixation from nothing at 0, a single-click at 500, a double-click at 1000,...
@kmcnaught Here is a start: 00fdd907363f7b07c1817cb29fd686afc7aeda41 Here is a sample key: ~~~ MouseMoveAndRightClick MouseMoveAndLeftClick Left ClickMouseLeftClickIcon
@kmcnaught I did say it was just a start ;-) Not being able to stop a looping key is something that can happen in the current release. However it is...
I think if we have a key in a continuous running state then we should process events from both key and point sources in parallel. I can imagine use cases...
I've experienced this as well. I'll look into a fix. Similarily, but different is that on dynamic keys the ShiftDownLabel does not have a functional impact on the key sent...
I don't have a proposed way forward, but here are my thoughts. I'm concerned about not knowing or understanding the implications of all the dynamic keyboard options. We do have...
I like where this is going. The tool is based on the dynamic keyboards from before I got involved, so to cover all functionality it will need all the new...
@Hizoul It is looking good! I tried it out just now and have 3 comments: 1. Some fields need to be XML attributes rather than elements 2. The text box...
@JuliusSweetland @Hizoul It's pretty good. The global setting for width and height need to allow the "%" symbol. I cannot create a KeyGroup. Clicking "Add" triggers the screen to go...
@Hizoul Great work! Here are a couple more corrections and suggestions. 1. Change 'CompletionTime' to 'CompletionTimes' and make it allow commas in the value 2. If you add KeyGroup to...