jtroo

Results 329 comments of jtroo

Toggling out of num may be possible by building upon the configuration you have but I can't think of a way off the top of my head - it would...

Here's the original issue that sparked the creation of the workaround: https://github.com/jtroo/kanata/issues/138 In summary, without the workaround, in some cases the `lsft` button state gets stuck because of Windows weirdness....

I wonder if this problem fixed by using winiov2.. Worth testing

I question the desirability of creating a symbol for specifically fake keys. Unlike variables which can be substituted in place of most elements and aliases which can be substituted in...

Interesting! https://crates.io/crates/embed-resource looks like a popular way to do this

It looks like the new files are missing conditional compilation for their mod declarations

> So how can these not match? Not sure, but to me it seems better to, instead of modifying `new` / `new_arc`, to create another entire `new_x` function that calls...

Core kanata lib/deps now pass CI but I kicked out simulated input and simulated passthru from the top-level workspace. Could try reintroducing them so that they are kept maintained with...

Thanks! The fix would be a code change in the vicinity of this area: https://github.com/jtroo/kanata/blob/87db6b4e26c7f87609298520aaba5c0419407b0f/parser/src/cfg/mod.rs#L2942-L2946

https://docs.microsoft.com/en-us/answers/questions/255509/send-mouse-wheel-click-properly-sendinput-mouseeve.html This is how to send it, for anyone looking to implement.