diff options
author | Arne Morten Kvarving <spiff@kodi.tv> | 2018-08-07 07:36:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-07 07:36:42 +0200 |
commit | c009049e3641bc44e2d30a40ef664731be5672bd (patch) | |
tree | 090a0fc75533eb5169b2716e1665907f0fd34af6 /system | |
parent | dbbb8e07ec4e8e0953a5877514476476a748f56c (diff) | |
parent | de4211b95a6adc1a22537e80613206ab228fb331 (diff) |
Merge pull request #14259 from notspiff/keymap_video_stream
added: mappable action for toggling video streams
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/keyboard.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/keymaps/keyboard.xml b/system/keymaps/keyboard.xml index dea45a5330..b7488f4cba 100644 --- a/system/keymaps/keyboard.xml +++ b/system/keymaps/keyboard.xml @@ -374,6 +374,7 @@ <escape>Fullscreen</escape> <c>Playlist</c> <v>ActivateWindow(Teletext)</v> + <v mod="ctrl">VideoNextStream</v> <text>ActivateWindow(Teletext)</text> <up mod="ctrl">SubtitleShiftUp</up> <down mod="ctrl">SubtitleShiftDown</down> |