QtScrcpy
QtScrcpy copied to clipboard
Disable Shortcuts when Playing / 禁用快捷键,游戏时
HyperFront is a Valorant Clone for mobile
I copied Valorant Keybind my Crouch button is Control
But Scrcpy will Intervene when I try to move
Resize window to remove black borders | Ctrl+w | Double-click¹ Click on APP_SWITCH | Ctrl+s
Is it possible to Disable this Two When Gaming
///////////
HyperFront是Valorant的手机克隆版
我复制了Valorant的绑定键 我的蹲下按钮是控制
但当我试图移动时,Scrcpy会介入。
调整窗口大小以消除黑边|Ctrl+w|双击¹ 点击APP_SWITCH | Ctrl+s
是否有可能禁用这两个 当游戏
我不会说中文
If u are on windows can use autohotkey to remap Ctrl key like this:
#IfWinActive ahk_exe QtScrcpy.exe ahk_class Qt5151QWindowIcon LCtrl::Send, {C}
The script above remap "Left Ctrl" to "C" if QtScrcpy application is active (focused)