我无法通过 Autohotkey 脚本增加音量

Posted

技术标签:

【中文标题】我无法通过 Autohotkey 脚本增加音量【英文标题】:I can't increase the volume via Autohotkey script 【发布时间】:2013-08-13 15:10:43 【问题描述】:

。 在 VLC 中增加音量的快捷键是 CTRL + UP ARROW。 此脚本不起作用。

SetTitleMatchMode, 2

ControlSend, , CTRLDOWNUPCTRLUP, VLC 媒体播放器

返回

【问题讨论】:

您仍然应该考虑使用更可靠的ahk_class QWidget 作为窗口标识符,如 ElliotDeNolf 的解决方案中所述。例如。如果您打开了google search for VLC media player,脚本可能会意外地将密钥发送到您的浏览器。 【参考方案1】:
#Up::ControlSend,, ^Up, ahk_class QWidget
#Down::ControlSend,, ^Down, ahk_class QWidget

【讨论】:

谢谢艾略特。我提取了击键 ^Up 并编辑了我的脚本。有用。 SetTitleMatchMode, 2 ControlSend, , ^Up, VLC media player Return

以上是关于我无法通过 Autohotkey 脚本增加音量的主要内容,如果未能解决你的问题,请参考以下文章

将键盘中的键转换为 AutoHotKey 脚本时出现问题

如何在 AutoHotkey 中的 SendInput 命令之间添加延迟?

AutoHotKey 的 Atom 脚本包

通过我的 C# 代码自动编译 .au3 脚本

实用AutoHotkey功能展示

首次使用后 AutoHotKey 脚本失败