酱瓜的快捷键设置 [PC]

文章目录
  1. 1. 涉及软件
  2. 2. X-Mouse Button Control
    1. 2.1. Google Chrome
    2. 2.2. Git Bash

涉及软件

  • X-Mouse Button Control(鼠标按键充当快捷键)
  • Twinkle Tray(台式机亮度调节)

X-Mouse Button Control

Google Chrome

  • 鼠标侧键「上」
    • Simulated Keys: {CTRL}H
    • 历史记录
  • 鼠标侧键「下」
    • Simulated Keys: {CTRL}J
    • 下载内容

Git Bash

程序路径:C:\Program Files\Git\usr\bin\mintty.exe

  • 鼠标侧键「上」
    • Simulated Keys: git add . && git commit -m "update" && git push
    • Git 上传到云端
  • 鼠标侧键「下」
    • Simulated Keys: hexo clean && hexo g && hexo d && hexo b
    • Hexo 推送