xboxscene.org forums

Author Topic: Controls  (Read 31 times)

:GrAnD:

  • Archived User
  • Newbie
  • *
  • Posts: 36
Controls
« on: January 22, 2004, 04:02:00 PM »

XBMC key mappings
-----------------

You may change these settings for yourself, by editing the keymap.xml file.

general key mappings in GUI:
 page up/down                                  controller: L/R trigger     remote    : REVERSE/FORWARD
 up/down/left/right                            controller: use DPAD        remote    : use up/down/left/right
 selecting stuff:                              controller: A button        remote    : select
 back to previous menu                         controller: back            remote    : back
 goto previous folder                          controller: B               remote    : ?
       
Keymappings when playing audio songs:
 switch between Visualisation/GUI:                     controller: X button        remote:   : menu button  
 next/previous song                            controller: ?               remote    : skip- and skip+
 pause song                                    controller: ?               remote    : pause
 stop song                                     controller: ?               remote    : stop
         
Keymappings when playing movies:
 switch between fullscreen video/GUI:          controller: X button        remote:   : menu button        
 in fullscreen mode:
   zoom/stretch/normal                         controller: START button    remote    : DISPLAY button
   pause                                       controller: BACK            remote    : pause
   stop                                        controller: A               remote    : stop
   step forward  +1 min                        controller: DPAD right      remote    : right
   step backward -1 min                        controller: DPAD left       remote    : left    
   step forward  +10 min                       controller: DPAD up         remote    : up
   step backward -10 min                       controller: DPAD down       remote    : down
   toggle OSD                                  controller: black           remote    : info
   toggle subtitles                            controller: white           remote    : title
   Next Subtitle Language                      controller: B                        remote    :
   show info                                   controller: Y               remote    : ?
 
My Pictures when viewing a slideshow or picture:
 move when in zoom mode                        controller: DPAD            remote    : use up/down/left/right or thumbstick left
 next/prev picture                             controller: triggers        remote    : skip- and skip+
 show file info                                controller: black           remote    : info
 pause/continue                                controller: start           remote    : pause
 zoom out                                      controller: X               remote    : 0-9
 zoom in                                       controller: A               remote    : 0-9
 
my files:
 switch between source/destination window      controller: BLACK           remote    : DISPLAY
 (de)select files/directory                    controller: Y button        remote    : play button
 
my music:
 switch between files & playlist               controller: BLACK           remote    : DISPLAY
 add/remove file 2/from playlist               controller: Y button        remote    : title button
 find album info for file                      controller: WHITE button    remote    : info button
     
my videos:
 find IMDB info for file                       controller: WHITE button    remote    : info button
Logged

DizzyT

  • Archived User
  • Newbie
  • *
  • Posts: 11
Controls
« Reply #1 on: January 25, 2004, 04:07:00 PM »

QUOTE
how do i fast foward?


I'm not sure that you can fast forward or go in reverse.  huh.gif   I know with XBMP that you could play at 2x, 4x.  But I don't know about XBMC.  Does anyone else know?

-DizzyT
Logged

nemesis01

  • Archived User
  • Newbie
  • *
  • Posts: 9
Controls
« Reply #2 on: January 25, 2004, 05:12:00 PM »

well, i dont know if u would call this fast forwarding, but if u press right on the d-pad, it will ff 1 min, press up and it will ff 10 mins. Left and it will reverse 1 min and down will reverse 10 mins.
Logged

Bertthehappycamper

  • Archived User
  • Newbie
  • *
  • Posts: 1
Controls
« Reply #3 on: February 03, 2004, 09:41:00 AM »

using the fast foward and fast reverse buttons on the remote controll will enable 2x, 4x, etc..
dunno how to do it on the controller :? anyone ?

ps. using build 2004-02-01
Logged

fatzel

  • Archived User
  • Newbie
  • *
  • Posts: 2
Controls
« Reply #4 on: February 04, 2004, 02:03:00 AM »

QUOTE (Bertthehappycamper @ Feb 3 2004, 07:41 PM)
using the fast foward and fast reverse buttons on the remote controll will enable 2x, 4x, etc..
dunno how to do it on the controller :? anyone ?

ps. using build 2004-02-01

Edit your keymap.xml:

<action>
     <description>FastForward</description>
     <id>16</id>
     <gamepad>righttrigger</gamepad>
     <remote>forward</remote>
   </action>
   <action>
     <description>Rewind</description>
     <id>17</id>
     <gamepad>lefttrigger</gamepad>
     <remote>reverse</remote>
   </action>
Logged