【资料图】
if IsKeyLockOn("capslock") then
if(event == "MOUSE_BUTTON_PRESSED" and arg == 2 )then
PressKey("F");
else
if(event == "MOUSE_BUTTON_RELEASED" and arg == 2) then
ReleaseKey("F");
end
这样有时候会出现,我松开右键时,再按键盘的F键,会无效的情况,应该如何调整
标签: