Philip Waritschlager

Results 359 comments of Philip Waritschlager

Thanks for the report, I didn't know this was an issue. I'll have a look soon but unsure if it will be easily fixable

Hi! Thanks for the kind words. `#Include` is a directive and as such isn't part of the normal execution flow. You can't use conditions https://phil294.github.io/AHK_X11/#h_Include.htm and in the mainstream windows...

I guess you could use `%A_ScriptDir%` as *part of* the `#Include` statement, but I don't think it will work. That's something that should be fixed, if this is the case,...

Yeah pretty much as expected. Unsure when I'll fix that, so for now it seems you will have to specify full paths. Or you just cd into the actual directory...

wow, now the SO question got deleted for no apparent reason, other than that it had a score of -1. I guess 9k reputation isn't enough... I still think it's...

good question, I have honestly no idea. It doesn't appear to work with the popular `xdotool` either, but there isn't even an issue about it (?) would definitely be good...

fwiw, `SendRaw` probably works much better than `Send` in this case

Probably the same problem as #32 - will still take a bit until this is fixed. In the meantime, you can do for example ```ahk +f::SendRaw é ```

note to self, please ignore: ```ahk ;Arrows !a::Send {Left} !d::Send {Right} !w::Send {Up} !s::Send {Down} ```