Sviatoslav Abakumov
Sviatoslav Abakumov
Maybe something like this will do? ```fish seq 10 | tee (in-psub -o out1 -- rev) (in-psub -o out2 -- tac) (in-psub -o out3 -- shuf) ``` So `in-psub` creates...
Sorry, my bad! However, the same happens if I change sleep to wait_for_timeout. ``` $ env SELENIUM_REMOTE_URL=http://localhost:4444/wd/hub python playwright_playground.py sleeping... ^C ^CTraceback (most recent call last): File "/home/sviatoslav/Workspace/playground/playwright_playground.py", line 9,...
Hello @t89! I'm glad AutoHotkey.py is useful for you! I'm also happy that you could get to the bottom of this issue, the information you've provided is really helpful. I'll...
> Any idea how I could debug the problem without cloning this repo and doing the pip install -e . shenanigans? I've found out that you can uncover the error...
Hello @e-r-n-i-e! I believe here's what happens: 1. A normal AutoHotkey script [installs a low-level keyboard hook](https://www.autohotkey.com/docs/v1/lib/_InstallKeybdHook.htm) for the "xxx" hotstring. 2. The AutoHotkey.py script gets the [input mode](https://ahkpy.readthedocs.io/en/latest/api.html#ahkpy.Settings.send_mode) from...
BTW I didn't think about using the constants like `CTRL = '^'`. This is cool, thanks!
Hey @cn0360, you can put the path to the AutoHotkey v1.1 executable in the `AUTOHOTKEY` environment variable. Or you can associate .ahk files with AutoHotkey v1.1. I'll see if there's...
No, currently AutoHotkey.py doesn't support AutoHotkey v2.0. I may consider implementing it, but I don't think it would be practical (or desirable) to support both AutoHotkey v1.1 and v2.0.
Actually I remapped SwitchDesktop modifier to Alt. This happens not only on my PC, but also in a newly imported Windows 10 Preview (15.15063) VM provided by [modern.ie](https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/). **Edit**: Here's...
It looks like this only happens when `SwitchDesktop=Alt`. The bar appears on windows of Edge, Firefox and foobar2000, but not on Total Commander and Sublime Text.