diff options
author | vdrfan <vdrfan-nospam-@xbmc.org> | 2011-11-06 14:05:57 +0100 |
---|---|---|
committer | vdrfan <vdrfan-nospam-@xbmc.org> | 2011-11-06 14:06:23 +0100 |
commit | c847bf94355c2f1ec9a3cea64332c4d6aa25c872 (patch) | |
tree | da227d9427f64ac2a01dff2e2aced6f0574ffbc6 /system | |
parent | 73c776baa67db57fb10897050afafd0a5e4f3637 (diff) |
fixed: updated keymap in order to make sure we can rotate images via enter/return key on remotes that are sending keyboard presses
Diffstat (limited to 'system')
-rw-r--r-- | system/keymaps/keyboard.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/keymaps/keyboard.xml b/system/keymaps/keyboard.xml index 7c1d034d14..fe15ce2518 100644 --- a/system/keymaps/keyboard.xml +++ b/system/keymaps/keyboard.xml @@ -329,6 +329,8 @@ <comma>PreviousPicture</comma> <plus>ZoomIn</plus> <minus>ZoomOut</minus> + <return>Rotate</return> + <enter>Rotate</enter> <r>Rotate</r> </keyboard> </SlideShow> |