Skip to content

Instantly share code, notes, and snippets.

@transtone
Last active July 11, 2019 06:42
Show Gist options
  • Save transtone/767b21daab393ebbeb84766ceda99a43 to your computer and use it in GitHub Desktop.
Save transtone/767b21daab393ebbeb84766ceda99a43 to your computer and use it in GitHub Desktop.
#NoTrayIcon
ScrollLock::Capslock
Capslock::Ctrl
#t::#Up
^space::#space
!q::!F4
;==================================================
;** 快捷键 Win+ESC 使当前窗口置顶/取消置顶
;==================================================
#Esc::
WinSet, AlwaysOnTop, toggle,A
WinGetTitle, getTitle, A
Winget, getTop,ExStyle,A
if (getTop & 0x8)
TrayTip 已置顶, 窗口标题: `n%getTitle%,10,1
else
TrayTip 取消置顶, 窗口标题:`n %getTitle%,10,1
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment