JingEr's recent timeline updates
JingEr

JingEr

V2EX member #161881, joined on 2016-03-04 15:36:10 +08:00
JingEr's recent replies
Mar 14, 2016
Replied to a topic by jeffjade 程序员 来聊一聊 AutoHotKey 有哪些实用技巧呗
@ob

#t::
IfWinNotExist ahk_class Chrome_WidgetWin_1
{
Run "C:\Users\Administrator\AppData\Local\Google\Chrome\Application\chrome.exe"
WinActivate
}
Else IfWinNotActive ahk_class Chrome_WidgetWin_1
{
WinActivate
}
Else
{
WinMinimize
}
Return

这个很好用,收下了,感谢。
Mar 12, 2016
Replied to a topic by jeffjade 程序员 来聊一聊 AutoHotKey 有哪些实用技巧呗
感谢,很有用啊。

^+c::
; null=
send ^c
sleep,200
clipboard=%clipboard% ;%null%
tooltip,%clipboard%
sleep,500
tooltip,
return

点击文件 Ctrl+Shift+C 就能复制其 完全路径;很好使。
快速打开 指定网页地址、本地程序、、取色、常用缩写啥的,都蛮好用的。
Mar 10, 2016
Replied to a topic by jeffjade Windows Windows 下效率必备软件
ShareX 很不错;顶一个。
Mar 4, 2016
Replied to a topic by jeffjade Sublime Text 聊一聊使用 SublimeText3 的奇技淫巧
@zlink 嗯, thx ; 果然如此。
@patsoncy 自己配置下也不错。 thx 。
Mar 4, 2016
Replied to a topic by jeffjade Sublime Text 聊一聊使用 SublimeText3 的奇技淫巧
话说 Sublime ,显示或隐藏左边的目录树怎么玩儿?
Mar 4, 2016
Replied to a topic by jeffjade Sublime Text 聊一聊使用 SublimeText3 的奇技淫巧
lz 这篇总结的不错;
Ctrl+D ( Command+D ) Ctrl+M ( Command+M ) Alt+F3(Ctrl+Comm+g) 正则 Markdown 等很常用。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5465 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 08:38 · PVG 16:38 · LAX 01:38 · JFK 04:38
♥ Do have faith in what you're doing.