KeyDown 16,1 //并非必须用<右Shift>才能选择文字
VBSBegin
dim wshshell
set WshShell = CreateObject("WScript.Shell")
WshShell.sendkeys "{END}" //改用VBS按键
VBSEnd
KeyUp 16,1 //按下后能正常弹起
参考链接:https://tieba.baidu.com/p/618069418/#post_content_6735780170
KeyDown 16,1 //并非必须用<右Shift>才能选择文字
VBSBegin
dim wshshell
set WshShell = CreateObject("WScript.Shell")
WshShell.sendkeys "{END}" //改用VBS按键
VBSEnd
KeyUp 16,1 //按下后能正常弹起
参考链接:https://tieba.baidu.com/p/618069418/#post_content_6735780170