doc(actions): Start supported actions table

This commit is contained in:
patrick96 2020-10-26 23:50:14 +01:00 committed by Patrick Ziegler
parent d45ae7954a
commit 5e64361ed8
1 changed files with 75 additions and 1 deletions

View File

@ -111,7 +111,81 @@ also be used to trigger actions:
Supported Actions
-----------------
.. TODO
.. TODO Finish table. Maybe one section per module type (table not really convenient)
+-------------------------+---------------+----+---------------------+
|Module Type |New Action Name|Data|Description |
+=========================+===============+====+=====================+
|``internal/date`` |``toggle`` |no ||date_toggle_desc| |
+-------------------------+---------------+----+---------------------+
|``internal/alsa`` |``inc`` |no | |
| +---------------+----+---------------------+
| |``dec`` |no | |
| +---------------+----+---------------------+
| |``toggle`` |no | |
+-------------------------+---------------+----+---------------------+
|``internal/pulseaudio`` |``inc`` |no | |
| +---------------+----+---------------------+
| |``dec`` |no | |
| +---------------+----+---------------------+
| |``toggle`` |no | |
+-------------------------+---------------+----+---------------------+
|``internal/xbacklight`` |``inc`` |no | |
| +---------------+----+---------------------+
| |``dec`` |no | |
+-------------------------+---------------+----+---------------------+
|``internal/backlight`` |``inc`` |no | |
| +---------------+----+---------------------+
| |``dec`` |no | |
+-------------------------+---------------+----+---------------------+
|``internal/xkeyboard`` |``switch`` |no | |
+-------------------------+---------------+----+---------------------+
|``internal/mpd`` |``play`` |no | |
| +---------------+----+---------------------+
| |``pause`` |no | |
| +---------------+----+---------------------+
| |``stop`` |no | |
| +---------------+----+---------------------+
| |``prev`` |no | |
| +---------------+----+---------------------+
| |``next`` |no | |
| +---------------+----+---------------------+
| |``repeat`` |no | |
| +---------------+----+---------------------+
| |``single`` |no | |
| +---------------+----+---------------------+
| |``random`` |no | |
| +---------------+----+---------------------+
| |``consume`` |no | |
| +---------------+----+---------------------+
| |``seek`` |yes | |
+-------------------------+---------------+----+---------------------+
|``internal/xworkspaces`` |``focus`` |yes | |
| +---------------+----+---------------------+
| |``next`` |no | |
| +---------------+----+---------------------+
| |``prev`` |no | |
+-------------------------+---------------+----+---------------------+
|``internal/bspwm`` |``focus`` |yes | |
| +---------------+----+---------------------+
| |``next`` |no | |
| +---------------+----+---------------------+
| |``prev`` |no | |
+-------------------------+---------------+----+---------------------+
|``internal/i3`` |``focus`` |yes | |
| +---------------+----+---------------------+
| |``next`` |no | |
| +---------------+----+---------------------+
| |``prev`` |no | |
+-------------------------+---------------+----+---------------------+
|``custom/menu`` |``open`` |yes | |
| +---------------+----+---------------------+
| |``close`` |no | |
| +---------------+----+---------------------+
| |``exec`` |yes | |
+-------------------------+---------------+----+---------------------+
.. |date_toggle_desc| replace:: Toggles the date/time format between ``date``/``time`` and ``date-alt``/``time-alt``.
Legacy Action Names
-------------------