Philip Waritschlager
Philip Waritschlager
I'm not sure I follow here. If there is a Alt KeyUp event *before* the A KeyDown event, isn't that exactly what's supposed to happen? I have no RAlt key,...
Hi! That's because `\` is part of the default hotstring end chars https://phil294.github.io/AHK_X11/#h_Hotstring.htm. If you include this in your script ```ahk #Hotstring EndChars -()[]{}':;"/,.?!`n `t`r ``` you'll essentially be removing...
It does work for me! :/ which keyboard layout do you use?
Thanks for looking this up. this is unfortunate, but I can't be bothered to chase after a replacement for something that was needlessly removed. If the Crystal team decides to...
Hello @ysbaddaden, thanks, these are some very valuable suggestions! I'm glad we have a `wait_readable` again now, and wrapping `spawn` as you suggested seems like a good idea. I'm not...
So the suggestions have been implemented in #112 and cda4acef6fa91feadb2d7bf1d2f675fe08997d82. I thought that everything is fine but after building it, running `./ahk_x11.AppImage` (which should open up the installer) still results...
> Do you compile with `--no-debug` for releases? That would explain why there's no dwarf info and thus an unhelpful backtrace. @ysbaddaden No, just with `--release` as you should, but...
right, looks like a bug 🤔 probably an easy fix though.
Yup let's make it configurable with two variables, `{AUTHOR}` and `{TIME_AGO}`
Even worse, when you have GitLens installed (as many do), you'll have THREE of these 😅 