Ristomatti Airo

Results 186 comments of Ristomatti Airo

For the curious, I've just updated my public (slightly redacted) gist of the full config [here](https://gist.github.com/ristomatti/7295775781ad697bd274bad858427281).

Last night I noticed I had also missed the "optional comma" within context definitions. It's like you've read my thoughts on this one, or did you spot it from some...

@kbilsted Have you tried this: ``` J{K} >> Enter K{J} >> Enter ``` For me this works reliably to trigger enter. It breaks key repeat though. I was able to...

@kbilsted Might want to make it `>> End ';' Enter`, so that you can also use it to complete a line regardles of the location. But note that there might...

These both ways seem to work reliably for me on v4.0.0: ```ini NoModifier = !ControlLeft !ControlRight !MetaLeft !MetaRight !AltLeft !AltRight !ShiftLeft !ShiftRight [default] J{F} >> Enter F{J} >> Enter #...

@kbilsted Here's a few more utility aliases: ```ini # Exact modifiers _Meta = !ControlLeft !ControlRight !MetaRight !AltLeft !AltGr MetaLeft _MetaRight = !ControlLeft !ControlRight !MetaLeft !AltLeft !AltGr MetaRight _Alt = !ControlLeft...

Go right ahead. I'm been planning on posting some of my keeper config hacks here https://github.com/houmain/keymapper/discussions/categories/show-and-tell but I never seem to find time (even though I seem to have infinite...

Yup.. Or any other context block.

I wonder if it would be practical to step debug through the code. With a lot of googling and handhelding from JetBrains CLion IDE I might even be able to...

Yep surely adding verbose logging would be the most practical approach (behind a build flag not to affect performance). It'd clutter the codebase though so I can imagine why it's...