Philip Waritschlager

Results 359 comments of Philip Waritschlager

sorry but I have no idea what you are talking about

Ah, ok, right, doesn't seem to work. On my system, not even sending a normal dash works... worrying. This is related to #32 and will be fixed, I presume, in...

I have noticed this happening too yesterday for the very first time ever. Do you have an idea when or how this can happen? Like under which circumstances, is it...

it seems to be related to UTF-8 so perhaps fixable after all: ``` (AppRun.wrapped:1099777): Gtk-WARNING **: 18:27:54.270: Error converting from UTF-8 to ASCII: Partial character sequence at end of input...

yeah that's pretty annoying

Sure, you can write your own key repeat logic: ```ahk !+k:: send {up} sleep 300 loop { sleep 100 ; or how fast else you want this to behave GetKeyState,...

Hello, Ahkx11 was itself *built with* Crystal, but you use this thing to code in AutoHotkey. Please forget Crystal. May I ask why you thought the Crystal docs mattered for...

oh, indeed, there's a bug in the documentation, will fix No, the problem is that it simply isn't possible to "send" a mouse button / click, while you're holding down...

agreed, that would make sense. PR welcome.

> trickle works only for non-forking processes. if you try with e.g. curl it works :) No, unfortunately, this does not help. Tried `wget`, `curl`, and `pacman -Syyu`. The weird...