Skip to content

Commit

Permalink
fix(Modules): i18n
Browse files Browse the repository at this point in the history
i18n
  • Loading branch information
snomiao committed May 26, 2024
1 parent 213db9a commit 7afacd2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Modules/CLX-WindowManager.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,7 @@ FastResizeWindow(hWnd, x, y, w, h, Active := 0, zIndex := 0)
, "UInt", SWP_NOZORDER | SWP_NOACTIVATE | SWP_ASYNCWINDOWPOS) ; SWP_ASYNCWINDOWPOS
}
}

CurrentWindowSetAsBackground()
{
; 后置当前窗口
Expand Down Expand Up @@ -717,6 +718,7 @@ CLX_MoveCurrentWindowTo(x)
!e:: Send ^#{Right} ; 向右切换多桌面

#if

CtrlShiftAlt按下() {
FLAG_CtrlShiftAlt按下 := 1
}
Expand All @@ -741,7 +743,7 @@ CtrlShiftAlt弹起() {
FLAG_CtrlShiftAlt按下 := 0

上次CtrlShiftAlt锁 := 1
ToolTip, % "双击 LCtrl LAlt LShift 来最后置当前窗口(主要用于虚拟机和远程桌面)"
ToolTip, % t("双击 LCtrl LAlt LShift 来最后置当前窗口(主要用于虚拟机和远程桌面)")
SetTimer, 窗口增强_RemoveToolTip, -1024
现在 := A_TickCount
间隔 := 现在 - 上次CtrlShiftAlt时刻
Expand Down

0 comments on commit 7afacd2

Please sign in to comment.