RedBearAK
RedBearAK
> It did remind me of that... but in this case we can trigger the [shift lines] combo 6 times (3 up, 3 down)... and it seems ALL the output...
@rbreaves Oh, sorry, I was using the wrong keys. So it's like Alt+Shift+up/down (logical), Super+Shift+up/down (physical) in VSCodes, to expand the multi-cursor. I've been using that a lot lately in...
@rbreaves Ubuntu 22.04, GNOME 42.2 I was definitely doing it faster than a 1-sec delay between up/down.
On my laptop where I've always had the problem with macros there are times when it seems to work perfectly, even without the delay. Other times a macro falls flat...
@rbreaves I still don't understand how this issue was even an issue (since I couldn't replicate it with or without `bind` involved), but now I'm wondering if my recently discovered...
Yikes. Had no idea it was going to be this complicated. And the only thing that makes it work in Kinto is that there's no suspension delay on the modifier(s)...
@tieugene > I don't know about Cmd-Click, but Shift-Click (select text from text cursor up to trackpad cursor) not works too. > To be precise an hour ago (with 20220715...
> > Does it work if you hold the modifier key for at least one second before clicking? If so you just need to adjust the timeout length. > >...
@joshgoebel I just made a slight modification to `output.py` that seems to have dramatically improved the Mod+click (or Mod+tap) situation with my laptop touchpad. But I'm not going to try...
Treating it separately like this also seems to work fine, adding it to the `_KEYBOARD_KEYS` set the same way. ```py # Remove all buttons so udev doesn't think keyszer is...