Add some hotkeys for yavdr-frontend actions to rc.xml.j2 template
This commit is contained in:
parent
2559779de3
commit
711afd35d0
21
Manual.org
21
Manual.org
@ -3389,6 +3389,27 @@ systemctl --user isolate yavdr-desktop.target
|
|||||||
</dock>
|
</dock>
|
||||||
<keyboard>
|
<keyboard>
|
||||||
<chainQuitKey>C-g</chainQuitKey>
|
<chainQuitKey>C-g</chainQuitKey>
|
||||||
|
<!-- Keybindings for yavdr-frontend -->
|
||||||
|
<keybind key="W-a">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>frontend-dbus-send start</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-s">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>frontend-dbus-send stop</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-x">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>frontend-dbus-send switchbetween kodi vdr</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="XF86HomePage">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>frontend-dbus-send toggle</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
<!-- Keybindings for desktop switching -->
|
<!-- Keybindings for desktop switching -->
|
||||||
<keybind key="C-A-Left">
|
<keybind key="C-A-Left">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
|
@ -178,6 +178,27 @@
|
|||||||
</dock>
|
</dock>
|
||||||
<keyboard>
|
<keyboard>
|
||||||
<chainQuitKey>C-g</chainQuitKey>
|
<chainQuitKey>C-g</chainQuitKey>
|
||||||
|
<!-- Keybindings for yavdr-frontend -->
|
||||||
|
<keybind key="W-a">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>frontend-dbus-send start</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-s">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>frontend-dbus-send stop</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="W-x">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>frontend-dbus-send switchbetween kodi vdr</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
|
<keybind key="XF86HomePage">
|
||||||
|
<action name="Execute">
|
||||||
|
<command>frontend-dbus-send toggle</command>
|
||||||
|
</action>
|
||||||
|
</keybind>
|
||||||
<!-- Keybindings for desktop switching -->
|
<!-- Keybindings for desktop switching -->
|
||||||
<keybind key="C-A-Left">
|
<keybind key="C-A-Left">
|
||||||
<action name="GoToDesktop">
|
<action name="GoToDesktop">
|
||||||
|
Loading…
Reference in New Issue
Block a user