diff options
author | Arne Morten Kvarving <arne.morten.kvarving@sintef.no> | 2018-08-03 09:55:22 +0200 |
---|---|---|
committer | Arne Morten Kvarving <spiff@kodi.tv> | 2018-08-03 12:47:35 +0200 |
commit | de4211b95a6adc1a22537e80613206ab228fb331 (patch) | |
tree | 6f23118c72161530891729859dabc053674cfe5c /system/keymaps | |
parent | 1012f78d8fbd3dd5292769ffaee91803377fa77d (diff) |
added: mappable action for toggling video streams
Diffstat (limited to 'system/keymaps')
-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> |