Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Linux 机器上使用 shell 脚本或 C 程序触发播放/暂停事件。不幸的是,我还没有找到一种方法来做到这一点。起初我想模拟点击 fn-Play 键,但我找不到让它工作的方法。
有任何想法吗?
sudo showkey -k
当您按下 时,这将显示相应的键码Fn + F6。假设播放按钮打开F6。然后,您可以在 C 中模拟适当的按键。