我是 AHK 的初学者。
如何ctrl+t
使用 AutoHotKey 禁用 OneNote 中的快捷方式?
到目前为止,我对脚本的尝试:
; use regular expressions for matching titles
SetTitleMatchMode,RegEx
#IfWinActive, ^ONENOTE.*
+insert::msgbox ctrl+t
#IfWinActive
我只是说insert::msgbox
,但如果什么都没有发生,我更愿意。
我是 AHK 的初学者。
如何ctrl+t
使用 AutoHotKey 禁用 OneNote 中的快捷方式?
到目前为止,我对脚本的尝试:
; use regular expressions for matching titles
SetTitleMatchMode,RegEx
#IfWinActive, ^ONENOTE.*
+insert::msgbox ctrl+t
#IfWinActive
我只是说insert::msgbox
,但如果什么都没有发生,我更愿意。