Skip to content

Commit

Permalink
fix(capslockx): home
Browse files Browse the repository at this point in the history
home
  • Loading branch information
snomiao committed Aug 15, 2023
1 parent 59c8b52 commit 04fd255
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Modules/App-OneNote2019.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ OneNote快速笔记窗口启动(){
}
OneNote2019主页启动(){
OneNote快速笔记窗口启动()
SendEvent !{Home}^{Home}!{Enter}{Left}
; SendEvent ^{End}!{Enter}
; SendEvent !{Home}^{Home}!{Enter}{Left}
SendEvent !{Home}^{End}!{Enter}
Return
}
OneNote2019搜索启动() {
Expand Down Expand Up @@ -563,4 +563,3 @@ OneNote剪贴板收集(){
WinActivate, ahk_id %current%
BlockInput, off
}

0 comments on commit 04fd255

Please sign in to comment.