This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 取词快捷键 ctrl+shift+d | |
^+d:: | |
clipboard = | |
Send, ^c | |
ClipWait, 1 | |
StringLen, cliplen, clipboard | |
if (cliplen > 1000 or cliplen < 2) { | |
return | |
} | |
Run, %USERPROFILE%\AppData\Local\Wox\Wox.exe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoTrayIcon | |
SendMode("Input") | |
SetWorkingDir(A_ScriptDir) | |
; ----------------------------------------------------------------------- | |
; 1. PowerToys Peek | |
; Use only space key to trigger PowerToys Peek | |
; Credit: https://github.com/deanmongel/use-space-in-peek-of-powertoys |
OlderNewer