按键精灵吧 关注:500,183贴子:1,026,624
  • 1回复贴,共1
求助

求助大佬 增加一个界面使R键可以更改为其他按键

取消只看楼主收藏回复

Private Declare Function GetKeyState Lib"user32"(ByVal nVirtKey As Long) As IntegerDo If GetKeyState(82) > 1//判断R键是否按下 KeyPress "1", 1 Delay 100 KeyPress "2", 1 Delay 100 KeyPress "3", 1 End IfLoop


IP属地:广东来自iPhone客户端1楼2025-05-25 11:16回复
    有偿求教


    IP属地:广东来自iPhone客户端2楼2025-05-25 14:04
    回复