Len Trigg

Results 144 comments of Len Trigg

@yoshinari-nomura, @rbreaves Give #129 a try and see if it works for you.

Yes, that's a good idea. I was a little worried things would be getting too verbose but really it would be useful for debugging. I will update the PR. On...

I don't understand how this helps you. Your earlier comment on 70a45f0639b8 was about xkeysnail not detecting when you remove and re-add your "Sony PS3 BD Remote". With this PR,...

The thing is, your patch does not appear to fix your issue in the general case, since if you have any extra keyboards (or remotes) plugged in, xkeysnail won't exit...

`with_mark` and `with_or_set_mark` act with respect to a state variable know as the mark (which can be set to true or false via `set_mark`). When the mark is set, these...

I had this when I tried to use the example config downloaded from here on github here along with an older version of xkeysnail installed via pip (which is somewhat...

`conditional_modmap` (and `conditional_multipurpose_map` from #52) support device name, so you can do like this snippet from my config: ``` # The next global modmap and multipurpose modmap are just when...

I use `launch()` but not as part of a macro sequence. Your config file is evaluated at startup, so those entries in your keymap get executed then. Note that `launch()`...

Yep, you just can't have anything *after* one of the callables in your binding. Agree on the syntax, but it's more a proof of concept, you could make a nicer...

Is there any progress on integrating the display routines from `magit-pretty-graph` by @georgek into magit? It looks and renders super nice, I find it much more intelligible than the disconnected...