I have simple script written in bash:
#!/bin/bash while true; do read -rsn1 input if [ "$input" = "a" ]; then firefox; fi done
Is it possibile to read not char name but charcode correct to xmodmap command?
1.4m articles
1.4m replys
5 comments
57.0k users