Closed Thibaut-tech closed 10 months ago
"%L"
actually sends Alt+Shift+L
. When L is uppercase, VkKeyScan will parse it as Shift+L
. You should use "%l"
instead.
Ok thanks it's work for me. I just have one other question FSR 3 or frame generation are planned for magpie?
Magpie version 程序版本
v0.10.4
Windows version 系统版本
Win 10 22H2
Related screenshot (optional) 相关截图(可选)
No response
Reproduction steps 复现步骤
I use the powershell command [System.Windows.Forms.SendKeys]::SendWait('%L') to send Alt + L (my upscale shortcut) but it's not working. With an older version of magpie (v0.8.1) the powershell command work.
Log files 日志文件