Closed boardtc closed 1 hour ago
V1:
+SPACE:: Winset, Alwaysontop, , A
V2 (Converted):
+SPACE::[WinSetAlwaysontop](https://www.autohotkey.com/docs/v2/lib/WinSetAlwaysOnTop.htm)(, "A")
V2 (Expected):
+SPACE::[WinSetAlwaysontop](https://www.autohotkey.com/docs/v2/lib/WinSetAlwaysOnTop.htm)(-1, "A")
Note: Difference between WinSet AlwaysOnTop (v1) and WinSetAlwaysOnTop (v2) when omitting the setting parameter: : The former toggles, the latter turns on.
Source: https://www.autohotkey.com/boards/viewtopic.php?f=82&t=134000&p=588883#p588883
Duplicate of #307
V1:
V2 (Converted):
V2 (Expected):
Note: Difference between WinSet AlwaysOnTop (v1) and WinSetAlwaysOnTop (v2) when omitting the setting parameter: : The former toggles, the latter turns on.
Source: https://www.autohotkey.com/boards/viewtopic.php?f=82&t=134000&p=588883#p588883