私は.screenrcに次の行を追加しました
bind -c music u exec amixer sset Master,0 5+ >& /dev/null
bind -c music d exec amixer sset Master,0 5- >& /dev/null
bind -c music t exec amixer sset Master,0 toggle >& /dev/null
bind -c music k exec > /home/g/stop.n; pkill mpg123
bind -c music m exec . /home/g/newmusic.sh
bind -c music n exec pkill mpg123
bind -c music s exec . /mnt/1/setnewt.sh
bindkey "^y" command -c music # ^y [udt] for volume, [kmns] play/stop music
最初の 3 つは期待どおりに動作しますが、^yn
は mpg123 を終了するはずですが、 を押したときにたまたま使用していた画面内のアプリを終了します^yn
。 希望する効果を得るにはどのように記述すればよいでしょうか?