Skip to content

Commit

Permalink
feat(win): tab allow space key
Browse files Browse the repository at this point in the history
  • Loading branch information
shaddollxz committed Apr 3, 2024
1 parent 1d29492 commit 5d97a9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion win/README.md

This file was deleted.

5 changes: 4 additions & 1 deletion win/modules/mode-tab.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,7 @@ mode_tab := useMode("Tab", keyMap.onlyTab)
*/:: {
Send(keyMap.ctrl . keyMap.alt . "/")
}
#HotIf
*Space:: {
Send(keyMap.ctrl . keyMap.alt . keyMap.Space)
}
#HotIf

0 comments on commit 5d97a9c

Please sign in to comment.