Skip to content

Commit

Permalink
fix: 去掉长按锁定CLX, 尝试增加长按显示热键提示
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Feb 27, 2022
1 parent 2944734 commit 489ee64
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions Modules/00-QuickTips.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ return

#if CapsLockXMode

/:: 环境热键提示()
/:: 环境热键提示切换()

环境热键提示()
环境热键提示切换()
{
环境热键提示 := !环境热键提示
if ( 环境热键提示) {
Expand Down Expand Up @@ -42,3 +42,11 @@ SceneTips()
ToolTip %msg%
}
}
CapsLockX_LongPressDown()
{
SceneTips()
}
CapsLockX_LongPressUp()
{
SceneTipsRemove()
}

0 comments on commit 489ee64

Please sign in to comment.