![]() |
|
|||||||
| XBMC for Windows Specific Support Need help with XBMC for Windows, or think you've found a bug? Discuss it here. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
|
#1 |
|
Fan
Join Date: Nov 2005
Posts: 638
![]() |
I've figured out what most of the keyboard keys do from trial and error and the keymap.xml, but I still haven't found what brings up the context menu (like the white button on the gamepad or title button on the remote). The only way I can do it is to use the mouse and right-click the bookmark.
Code:
<keyboard>
<p>Play</p>
<q>Queue</q>
<f>FastForward</f>
<r>Rewind</r>
<left>Left</left>
<right>Right</right>
<up>Up</up>
<down>Down</down>
<pageup>PageUp</pageup>
<pagedown>PageDown</pagedown>
<return>Select</return>
<backspace>ParentDir</backspace>
<m>ActivateWindow(PlayerControls)</m>
<s>ActivateWindow(shutdownmenu)</s>
<escape>PreviousMenu</escape>
<i>Info</i>
<menu>ContextMenu</menu>
<space>Pause</space>
<x>Stop</x>
<period>SkipNext</period>
<comma>SkipPrevious</comma>
<tab>FullScreen</tab>
<printscreen>Screenshot</printscreen>
<minus>VolumeDown</minus>
<plus>VolumeUp</plus>
<zero>Number0</zero>
<one>Number1</one>
<two>Number2</two>
<three>Number3</three>
<four>Number4</four>
<five>Number5</five>
<six>Number6</six>
<seven>Number7</seven>
<eight>Number8</eight>
<nine>Number9</nine>
</keyboard>
|
|
|
|
|
|
#2 |
|
Team-XBMC Skinner
Join Date: Jun 2006
Location: Earth
Posts: 2,512
![]() |
its the right click menu button on keyboards thats useally to the right hand side of space and not the windows start key (ie: the special windows keys on a keyboard)
|
|
|
|
|
|
#3 |
|
Fan
Join Date: Nov 2005
Posts: 638
![]() |
This key, right?
![]() It doesn't seem to do anything for me in XBMC. |
|
|
|
|
|
#4 |
|
Member
Join Date: Jun 2006
Posts: 41
![]() |
I just remap it to <c>ContextMenu</c>
|
|
|
|
|
|
#5 |
|
Team-XBMC Skinner
Join Date: Jun 2006
Location: Earth
Posts: 2,512
![]() |
yeah that key and now I remember it didn't work on the SDL version
only on directx
|
|
|
|
|
|
#6 |
|
Team-XBMC Developer
Join Date: Oct 2003
Posts: 15,076
![]() |
Probably the wrong key id in that case (SDLKeyboard.cpp if anyone wants to take a look)
__________________
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|