Philip Waritschlager

Results 359 comments of Philip Waritschlager

a few problems here, most of which are not your fault: - `DEL` hotkey doesn't work since yesterday (bug #27), it needs to be `del` or `Del` - the `$`...

Hi @kokqi, some parts of this are now fixed with 0.4.1 from a few minutes ago. However, spamming send for the same key that you are pressing down is quite...

It's not fixed yet, but here is a similar code sample: Instead of waiting for Space release, you just toggle the space spamming. So press once to start, press again...

Hi @docelic! Thanks for the report. The detailed stack trace was very helpful. The problem is probably that your system doesn't support `_NET_ACTIVE_WINDOW`. I didn't know that was actually possible...

try `send +@` or `send +2` (`+` stands for shift in autohotkey), this will work

`send @` should obviously also work though, this is a bug

...actually, `sendraw @` should work, it also does so on my machine. Are you sure that's not working for you?

great! you're welcome. and welcome to the dark side :D

for anyone following, I'm afraid I won't fix this in the foreseeable future as it would require substantial rewriting of the key name -> keysym mapping logic. I'm assuming the...

Not a silly question at all. Currently, all Hotkey logic etc. is heavily based on Xorg, so it would significant work, if possible at all. But I guess it will...