Blame


1 f0b2b442 2020-12-19 op #+TITLE: =sndio.el=
2 f0b2b442 2020-12-19 op
3 f0b2b442 2020-12-19 op =sndio.el= is a major mode to interact with =sndio(8)=.
4 f0b2b442 2020-12-19 op
5 eacea6f9 2020-12-19 op #+CAPTION: sndio.el screencast
6 eacea6f9 2020-12-19 op #+NAME: screencast.png
7 eacea6f9 2020-12-19 op [[file:screencast.gif]]
8 f0b2b442 2020-12-19 op
9 f0b2b442 2020-12-19 op Activate it with =M-x sndio RET=, then the following bindings will be available:
10 f0b2b442 2020-12-19 op
11 f0b2b442 2020-12-19 op | =d= | sndio-decrease |
12 f0b2b442 2020-12-19 op | =g= | sndio-update |
13 f0b2b442 2020-12-19 op | =i= | sndio-increase |
14 f0b2b442 2020-12-19 op | =m= | sndio-mute |
15 f0b2b442 2020-12-19 op | =t= | sndio-toggle |
16 f0b2b442 2020-12-19 op | =n= | forward-line |
17 f0b2b442 2020-12-19 op | =p= | previous-line |
18 ae8308bc 2021-11-09 op
19 ae8308bc 2021-11-09 op or call =M-x sndio-win-open RET= to open a popup window to quickly
20 ae8308bc 2021-11-09 op change the volume and then =q= to quit.