Inicio > GlovePie, Scripts > Media Player Classic – Script GlovePie

Media Player Classic – Script GlovePie

Sábado, 12 de Enero de 2008

Para controlar nuestro querido Media Player Classic. Pensado para ir abriendo archivos ya que incluso tiene la opción de tabulación, aunque creo que la selección de botones no es la correcta. A ver si lo mejoro :)

// Media Player Classic functions and basic Explorer
// (the file manager, not the browser) keyboard functions

// Browse your media files and watch them without motion or
// IR control.  Tack on any mouse script with (+) and (-)
// as mouse buttons for DVD control

// CONTROLS:
//
// (D-Pad) = up, down, left and right
// (A) = Space bar
// (B) = Ctrl
// (Home) = Return
// (1) = tab
// (2) = alt

// Media Player Classic (default key layout)
//
// Play/Pause = (A)
// Medium Skip forward/back = (B) + (>) / (<)
// Large Skip forward/back = (2) + (>) / (<)
// Volume = (^) / (v)
// Fullscreen toggle = (2) + (Home)
// If you retask Mute to Ctrl + down in MPC options, then toggle
//   mute = (B) + (v)

// Explorer / XP keys
//
// Change app focus [alt+tab] = (2) + (1)
// Open explorer (requires shortcut key to be assigned
//    up down right or left) = (B) + (1) + (x)
// Navigate up and down in folder/file frames = (^) and (v)
// Collapse subfolders = (<)
// Expand subfolders = (>)
// Move from folder frame to file frame and back [tab] = (2)
// Execute file = (Home)
// Focus on excuted media file = (2) + (1)

// Code
Alt + Enter     = Wiimote1.B and Wiimote1.A
Key.Up          = Wiimote1.Up or Wiimote1.Plus
Key.Down        = Wiimote1.Down or Wiimote1.Minus
Key.Space       = Wiimote1.A
key.enter       = Wiimote1.Home
Key.LeftAlt     = Wiimote1.Two
key.tab         = Wiimote1.One
Key.Left        = Wiimote1.Left
Key.Right       = Wiimote1.Right
Key.LeftControl = Wiimote1.B

Sonycrow GlovePie, Scripts

  1. Sin comentarios aún.
  1. Sin trackbacks aún.