The Rickster schrieb am Samstag, 26. August 2023 um 02:24:43 UTC+2:
from
twapi source code input.tcl
...
SHIFT {0x10 0}
CONTROL {0x11 0}
ALT {0x12 0}
ENTER {0x0D 0}
proc twapi::_parse_send_keys {keys}
array set modifier_vk {+ 0x10 ^ 0x11 % 0x12}
{ENTER] as default
...
As far as I understand the code, there are only these 4 modifiers for pressed keys.
That's why the LWIN Key + H doesn't work