Useful Tool Collection
A collection of useful tools I'm using
tech
43 views

#windows

#MacOS

#website

#vfox

跨平台、可拓展的版本管理器

  • 安装插件
    vfox search <name>

  
  • 却换版本
    vfox use -g nodejs

vfox use -p nodejs

  

#AutoHotKet

使用大写锁定切换中英文

    #Requires AutoHotkey v2.0
#SingleInstance Force

; 后台运行
Persistent

CapsLock::
{
    if (KeyWait("CapsLock", "T0.5")) {
        ; 点击CapsLock,切换中英文
        Send "{Alt Down}{Shift Down}{Alt Up}{Shift Up}"
    } else {
        ; 长按CapsLock,切换大小写锁定
        SetCapsLockState !GetKeyState("CapsLock", "T")
    }
}

  
Total PV : 0|UV : 0
Current Online:1
From :