AdamRoden

Results 77 comments of AdamRoden

@JuliusSweetland @bigmutty I've found something that could be awesome. If we add the linked code, , to Optikey and follow the usage examples, it looks like we could easily create...

@alvitawa It is not possible to trigger Optikey actions from an ahk script.

@kmcnaught Man, that was a tricky little bug to squash, but after exhausting dozens of dead ends, I finally pinpointed the conflict that needed to be fixed and took care...

@SCEhardt Have you tried this: ``` MouseMagnifier MouseMagnifier MouseMoveAndLeftClick ```

@SCEhardt If you use a dynamic keyboard the xml snippet I offered provides an immediate solution without a massive coding effort.

@kmcnaught @SCEhardt Good news, I ran into a situation where I wanted this feature and it motivated me to finally figure out how to make this happen. To be clear,...

@JuliusSweetland @kmcnaught Pardon me for speaking out of turn, but I have given this some thought, and I'd like to lay out how one could approach it from a dynamic...

@JuliusSweetland Normally, we pass the KeyValue, but in the case of a "SwitchKey" where one of two sets of actions are possible we have the dilemma of needing to provide...

@JuliusSweetland Fresh idea... Forget everything I said before. Use a new dictionary in the KeyStateService to keep track of the switched state of a key. The user control Key should...