XUJINKAI / OneQuick.AHK-legacy

windows快捷键工具(屏幕边缘操作, 剪贴板增强). Autohotkey tool (screen border operation, clipboard manager).
http://onequick.org/?f=gh_ahk
495 stars 61 forks source link

左上调音量的时候能否隐藏音量条的显示? #43

Closed fenglingyu closed 7 years ago

fenglingyu commented 7 years ago

感觉不太想看到这个视觉提示。能否设置关掉?

XUJINKAI commented 7 years ago

你可以修改配置文件 wheeldown: "Send {volume_down}" wheelup: "Send {volume_up}"

换成 wheeldown: "Sys.Volume.Down" wheelup: "Sys.Volume.Up"

fenglingyu commented 7 years ago

非常感谢!

在 2017-03-27 14:32:43,"XJK" notifications@github.com 写道:

你可以修改配置文件 wheeldown: "Send {volume_down}" wheelup: "Send {volume_up}"

换成 wheeldown: "Sys.Volume.Down" wheelup: "Sys.Volume.Up"

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.