20250115 autohotkey
明昧 Lv7

前言

onenote for win10长点心吧

onenote切换画笔搞一个快捷键很难吗??

微软开发谁把快捷键裁剪了

解决方案

写个autohotkey

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
!1:: () => {
Send("!d") ; 绘图选项卡快捷键
MouseClick("left", 286, 100)
}

!2:: () => {
Send("!d")
MouseClick("left", 336, 110)
}

!3:: () => {
Send("!d")
MouseClick("left", 814.5, 110)
}

!4:: () => {
Send("{Down}")
}

!5:: () => {
Send("{Right}")
}

!6:: () => {
Send("{Left}")
}

参考

http://ahkv2.mallocx.com/Hotkeys.htm

https://www.zhihu.com/question/41781966?sort=created

注意下载的时候v2和v1的区别

还有,不要相信cahtgpt告诉你的语法

 Comments
Comment plugin failed to load
Loading comment plugin
Powered by Hexo & Theme Keep
Unique Visitor Page View