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.
我有用 bash 编写的简单脚本:
#!/bin/bash while true; do read -rsn1 input if [ "$input" = "a" ]; then firefox; fi done
是否可以读取不是字符名称而是字符代码对 xmodmap 命令正确?