AutoHotKey 的使用 —— 使用键盘调节 windows 声音
生活随笔
收集整理的這篇文章主要介紹了
AutoHotKey 的使用 —— 使用键盘调节 windows 声音
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
AutoHotKey 下載地址 AutoHotkey Downloads
- 首先進行 AutoHotKey 的安裝
編寫如下 .ahk 文件(F10:打開關閉聲音,F11:增加聲音,F12:減少聲音,當然也可根據自己的喜好,設置為其他的熱鍵):
F10::SoundSet, +1,, mute F11:: SoundSet +10, MASTER SoundSet, +10, WAVE Return F12:: SoundSet -10, MASTER SoundSet, -10,WAVE Return ; ; AutoHotkey Version: 1.x ; Language: English ; Platform: Win9x/NT ; Author: A.N.Other <myemail@nowhere.com> ; ; Script Function: ; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder) ;#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
普通鍵盤怎樣控制電腦音量大小?
轉載于:https://www.cnblogs.com/mtcnn/p/9423456.html
總結
以上是生活随笔為你收集整理的AutoHotKey 的使用 —— 使用键盘调节 windows 声音的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: nyoj298_点的变换_错误
- 下一篇: mtool安装