Remote Control VRC-1100 problem in "Pictures" in XBMC ?
This is the cheapest ($15) XBMC Remote Control that work 95% out of the BOX
http://wiki.xbmc.org/images/e/e2/Remote-VRC1100.jpg
http://wiki.xbmc.org/index.php?title=Rem...s#VRC-1100
My Qs,
I'm using XBMC 11 Eden, Win7
Under
http://wiki.xbmc.org/index.php?title=Pictures
"Zooming in/out on Pictures
This can be performed while viewing individual pictures or in a slideshow. While viewing press 0–9 on remote or keyboard to zoom in and out. While zoomed you can use the arrow buttons the keyboard to scroll the edges of the picture.
NOTE: If done during a slideshow, it will pause it until you stop pressing a button. If you are zoomed in during a slideshow and the picture changes it will not keep those setting from one picture to another."
But When I press press 0–9 on remote, nothing happen , why ? Is there any setting I'm missing ?
Remote Control VRC-1100 problem in "Pictures" in XBMC ?
sfbay99
Member Posts: 83 Joined: Jan 2011 Reputation: 0 |
2012-08-06 22:41
Post: #1
|
| find quote |
artrafael
Team-XBMC Forum Moderator Posts: 4,424 Joined: Jul 2010 Reputation: 78 Location: USA |
2012-08-07 07:40
Post: #2
First, verify in System > Settings > System > Input devices that the "Remote control sends keyboard presses" option is enabled. If 0-9 still don't work with that option enabled, proceed with the following.
Enable debug logging in XBMC, view a picture/slideshow and press various numeric buttons on your remote and then press the same numeric buttons on your keyboard (top row), exit XBMC, locate and review your debug log to see how XBMC identifies those numeric buttons presses for the remote control vs. the keyboard. I suspect they are being interpreted as numeric pad numbers rather than as keyboard numbers (e.g., remote button "1" is treated as "numpadone" and keyboard "1" is treated as "one").
(This post was last modified: 2012-08-07 07:48 by artrafael.)
|
| find quote |
sfbay99
Member Posts: 83 Joined: Jan 2011 Reputation: 0 |
2012-08-08 17:57
Post: #3
Thanks, will try that.
|
| find quote |
sfbay99
Member Posts: 83 Joined: Jan 2011 Reputation: 0 |
2012-08-09 05:59
Post: #4
I've change setting in "System > Settings > System > Input devices that the "Remote control sends keyboard presses" option is enabled" , Still 0-9 doesn't zoom picture .
Then I Enable debug logging in XBMC, below is what I believe is the part when I try 0-9 , any idea ? === Code: 20:49:41 T:5232 DEBUG: SDLKeyboard: scancode: 50, sym: 0102, unicode: 0032, modifier: 0
(This post was last modified: 2012-08-09 07:11 by sfbay99.)
|
| find quote |
artrafael
Team-XBMC Forum Moderator Posts: 4,424 Joined: Jul 2010 Reputation: 78 Location: USA |
2012-08-09 07:20
Post: #5
Yep, just as I thought... the numeric buttons are sending numpadzero - numpadnine instead of zero - nine. You can create or edit a keyboard.xml file and add the following override entries, which will use the numpadzero - numpadnine keys (the numeric pad 0-9 keys on a standard keyboard or the 0-9 buttons on your remote control) to zoom pictures:
Code: <keymap>See the HOW-TO:Modify keyboard.xml page in the wiki for instructions on how to create a custom keyboard.xml file, if you don't already have one, and then add all the lines in the code block above into your new file. If you already have one, just add the lines from <Slideshow> through </Slideshow> inclusive into your existing keyboard.xml file. |
| find quote |
sfbay99
Member Posts: 83 Joined: Jan 2011 Reputation: 0 |
2012-08-09 08:25
Post: #6
It works, thanks .
|
| find quote |

Search
Help