Skip to content
This repository has been archived by the owner on Sep 27, 2020. It is now read-only.

[WIP] Add Kodi key binding: hotkey - Menu #675

Open
wants to merge 1 commit into
base: rb-4.1.X
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -21,6 +21,7 @@
<input scope="global" name="joystick2down" value="Down" />
<input scope="global" name="joystick2left" value="Left" />
<input scope="global" name="joystick2right" value="Right" />
<input scope="global" name="hotkey" value="Menu" />
<input scope="FullscreenVideo" name="up" value="ChapterOrBigStepForward" />
<input scope="FullscreenVideo" name="down" value="ChapterOrBigStepBack" />
<input scope="FullscreenVideo" name="right" value="StepForward" />
Expand Down