diff options
author | vdrfan <vdrfan@svn> | 2010-10-23 08:33:09 +0000 |
---|---|---|
committer | vdrfan <vdrfan@svn> | 2010-10-23 08:33:09 +0000 |
commit | cd592fbc19a9bba664b705d7d95f0bb01c41793c (patch) | |
tree | e215f377d482d571406ea4cfcabf72a85493adab /system/keymaps | |
parent | feaffe0400ba752b7bc1484c146c2bf96257112b (diff) |
fixed: numeric input dialog missing in various keymaps
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@34961 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'system/keymaps')
-rw-r--r-- | system/keymaps/joystick.AppleRemote.xml | 5 | ||||
-rw-r--r-- | system/keymaps/joystick.Logitech.RumblePad.2.xml | 7 | ||||
-rw-r--r-- | system/keymaps/joystick.PS3.Remote.Keyboard.xml | 12 | ||||
-rw-r--r-- | system/keymaps/keyboard.xml | 5 |
4 files changed, 27 insertions, 2 deletions
diff --git a/system/keymaps/joystick.AppleRemote.xml b/system/keymaps/joystick.AppleRemote.xml index c9d74bf2d7..51adb6bc5e 100644 --- a/system/keymaps/joystick.AppleRemote.xml +++ b/system/keymaps/joystick.AppleRemote.xml @@ -273,4 +273,9 @@ <button id="6">Close</button> </joystick> </TextViewer> + <NumericInput> + <joystick name="AppleRemote"> + <button id="6">Close</button> + </joystick> + </NumericInput> </keymap> diff --git a/system/keymaps/joystick.Logitech.RumblePad.2.xml b/system/keymaps/joystick.Logitech.RumblePad.2.xml index 57d872224d..c639e9d060 100644 --- a/system/keymaps/joystick.Logitech.RumblePad.2.xml +++ b/system/keymaps/joystick.Logitech.RumblePad.2.xml @@ -289,4 +289,11 @@ </joystick> </TextViewer> + <NumericInput> + <joystick name="Logitech Logitech Cordless RumblePad 2"> + <altname>Logitech Cordless RumblePad 2</altname> + <button id="3">Close</button> + </joystick> + </NumericInput> + </keymap> diff --git a/system/keymaps/joystick.PS3.Remote.Keyboard.xml b/system/keymaps/joystick.PS3.Remote.Keyboard.xml index d3e4a2a99d..b96cd3c9e1 100644 --- a/system/keymaps/joystick.PS3.Remote.Keyboard.xml +++ b/system/keymaps/joystick.PS3.Remote.Keyboard.xml @@ -316,12 +316,20 @@ </joystick> </PictureInfo> - <FullscreenInfo> + <FullscreenInfo> <joystick name="PLAYSTATION(R)3 Remote Keyboard"> <altname>PS3 Remote Keyboard</altname> <altname>MoSart PS3 Remote Keyboard</altname> <button id="1">Close</button> <button id="4">OSD</button> </joystick> - </FullscreenInfo> + </FullscreenInfo> + + <NumericInput> + <joystick name="PLAYSTATION(R)3 Remote Keyboard"> + <altname>PS3 Remote Keyboard</altname> + <altname>MoSart PS3 Remote Keyboard</altname> + <button id="3">Close</button> + </joystick> + </NumericInput> </keymap> diff --git a/system/keymaps/keyboard.xml b/system/keymaps/keyboard.xml index 1dcdaddb0d..441e27c8fe 100644 --- a/system/keymaps/keyboard.xml +++ b/system/keymaps/keyboard.xml @@ -563,4 +563,9 @@ <backspace>Close</backspace> </keyboard> </Favourites> + <NumericInput> + <keyboard> + <backspace>Close</backspace> + </keyboard> + </NumericInput> </keymap> |