Skip to content

Commit

Permalink
feat(win): 新增标签页快捷键
Browse files Browse the repository at this point in the history
  • Loading branch information
shaddollxz committed Nov 13, 2023
1 parent 64c068f commit 0a10bc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions win/modules/mode-caps.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ mode_caps := useMode("CapsLock", keyMap.onlyCaps)
*c:: {
Send(keyMap.ctrl . "w")
}
; 新增标签页
*t:: {
Send(keyMap.ctrl . "t")
}

*v:: {
if (isBrowser()) {
Expand Down

0 comments on commit 0a10bc9

Please sign in to comment.