diff options
author | vdrfan <vdrfan-nospam-@xbmc.org> | 2011-10-09 23:49:31 +0200 |
---|---|---|
committer | vdrfan <vdrfan-nospam-@xbmc.org> | 2011-10-09 23:49:31 +0200 |
commit | 1c6c572bec489f2525e458409b9c296a88c9d4af (patch) | |
tree | 1455a5fd4f7c32c75c92c852a785dd0393d4ea9d /system/keymaps | |
parent | be32e6d2c42483c746244191af7be1791e30e2b8 (diff) |
fixed: close the addon information dialog by pressing 'i' (for the sake of consistency)
Diffstat (limited to 'system/keymaps')
-rw-r--r-- | system/keymaps/keyboard.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/keymaps/keyboard.xml b/system/keymaps/keyboard.xml index 557ff48c1a..3c4a65d286 100644 --- a/system/keymaps/keyboard.xml +++ b/system/keymaps/keyboard.xml @@ -462,4 +462,9 @@ <s>Back</s> </keyboard> </ShutdownMenu> + <AddonInformation> + <keyboard> + <i>Back</i> + </keyboard> + </AddonInformation> </keymap> |