在官方论坛看到个最小化的方法,不过用了autohotkey的脚本,供参考。
BenRe: Matt's Solution Running StrokeIt on Windows 10 December 04, 2016 03:43PM Registered: 5 years agoPosts: 11
Hi,
I'm not sure what problem this solution fixes.
But I may have found another one : strokeit winminimize changes the normal window z-order, with the minimized window getting stuck "always on top" (on my Win 10 Pro).
I didn't see that mentioned on this forum and spent quite a while tracing the pb back to strokeit.
Solution : as for a number of things that are a bit broken in Strokeit, Autohotkey can help. I use this script:
^!+n::PostMessage 0x112, 0xF020, , , A
with Strokeit sending Ctrl+Alt+Shift+n on the minimize gesture