diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/keymap.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/data/keymap.xml b/data/keymap.xml index f2fae39b..2426f35a 100644 --- a/data/keymap.xml +++ b/data/keymap.xml @@ -97,13 +97,6 @@ <key id="KEY_EXIT" mapto="back" flags="m" /> </map> - <map context="MinuteInputActions"> - <key id="KEY_UP" mapto="up" flags="mr" /> - <key id="KEY_DOWN" mapto="down" flags="mr" /> - <key id="KEY_OK" mapto="ok" flags="m" /> - <key id="KEY_EXIT" mapto="cancel" flags="m" /> - </map> - <map context="InfobarMenuActions"> <key id="KEY_MENU" mapto="mainMenu" flags="mr" /> </map> @@ -180,6 +173,10 @@ <key id="KEY_YELLOW" mapto="timeshiftActivateEndAndPause" flags="m" /> </map> + <map context="MovieSelectionActions"> + <key id="KEY_MENU" mapto="contextMenu" flags="m" /> + </map> + <map context="InfobarMovieListActions"> <key id="KEY_UP" mapto="up" flags="m" /> <key id="KEY_DOWN" mapto="down" flags="m" /> |
