You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I replace *Space by a it works unless the key sent is also a so it seems KeySend makes the key tp be considered as released (this is not the case on AutoHotkey)
*Space::
send, {Space}
send, {Space down}
echo down
send, {LAlt down}
KeyWait, Space
echo up
I leave the issue open as it is not behaving like AutoHotkey
I don't know if it is relevant but I'm on EndeavourOS and my desktop environment is Cinnamon
Magikh42
changed the title
Can't remap to modifiers (Space to Alt)
send make the key being considered as released (unlike AutoHotkey)
Dec 13, 2024
Hello, I have this script that works in Windows but not in AHK_X11:
It should make pressing Space send the Space character then Alt is considered down until Space is released
The text was updated successfully, but these errors were encountered: