Blinue / Magpie

An all-purpose window upscaler for Windows 10/11.
GNU General Public License v3.0
9.66k stars 496 forks source link

Powershell command not working ? #811

Closed Thibaut-tech closed 10 months ago

Thibaut-tech commented 10 months ago

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 日志文件

Blinue commented 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.

Thibaut-tech commented 10 months ago

Ok thanks it's work for me. I just have one other question FSR 3 or frame generation are planned for magpie?

Blinue commented 10 months ago

802