We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前已经更换为SendEvent SendEvent {Blind}{up}
上方向键发送(n:=1) { ; 在 OneNote 笔记内部直接 Send 上下方向键无反应, 故特殊处理使用 ControlSend 。 if (hWnd := WinActive(".*- OneNote ahk_class Framework\:\:CFrame ahk_exe ONENOTE.EXE")) { ControlGetFocus, focusedClassNN, ahk_id %hWnd% if (focusedClassNN == "OneNote`:`:DocumentCanvas1") { loop %n%{ ControlSend, OneNote::DocumentCanvas1, {Blind}{Up} } } } loop %n%{ ; 这里如果使用 SendInput 则会出现打出kj的情况。 SendEvent {Blind}{up} } }
The text was updated successfully, but these errors were encountered:
#31
Sorry, something went wrong.
snomiao
No branches or pull requests
目前已经更换为SendEvent
SendEvent {Blind}{up}
The text was updated successfully, but these errors were encountered: