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.
我尝试让音量键在我的笔记本电脑上以纯控制台模式工作(Debian 安装时没有安装 X)。
我可以使用 alsa 命令管理音量,但我想将它们分配给这些键。
由于该showkey命令,我知道键码,但现在我不知道在哪里为它们分配特定命令。它在键盘映射中吗?如何 ?
showkey
非常感谢
在 bash 中,您可以使用bind例如
bind
bind -x '"\C-g": ls'
将使 ctrl-g 运行 ls 命令