Skip to content

Commit

Permalink
refactor(win): 调整焦距搜索快捷键
Browse files Browse the repository at this point in the history
  • Loading branch information
shaddollxz committed Jun 8, 2024
1 parent 17439fb commit 8e4a47a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions win/modules/mode-mac.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ RAlt::RCtrl
}
}

; ctrl + space 打开搜索
<^Space:: {
; win + space 打开搜索
<#Space:: {
Send(keyMap.win . "s")
}

; ctrl + 左键 右键
; win + 左键 右键
<#LButton:: {
Click("Right")
}

0 comments on commit 8e4a47a

Please sign in to comment.