XBMC Remote Keyboard allows you to control your XBMC installation from another system as if your keyboard was directly connected
Version:
0.0.1 Alpha
Date:
May, 2014
License:
No License / Open-Source

About

Today i present the initial alpha of my new application “XBMC Remote Keyboard”, As you can probably guess by the name it is a remote keyboard application, Basically it allows you to control your XBMC installation from another system as if the keyboard is directly connected (currently requires ALT to be pressed). This is done via JSON requests sent to XBMC. Controlling the Windows OS side of my Media PC is so easy thanks to Synergy and i wanted the same sort off functionality in the OpenELEC (XBMC) side also. The application is quite early in development and more functionality is planned.

  • GUI to set IP:Port
  • Completely hidden interaction (Global Hooks like in my Keybinder Application)
  • Notification Icon to show infomation, errors and avaliable updates.
  • Supports most basic XBMC controls (full list below)

ALL THE TIME UNLESS DEFINED BELOW

  • Input.Left (ALT + LEFT)
  • Input.Right (ALT + RIGHT)
  • Input.Up (ALT + UP)
  • Input.Down (ALT + DOWN)
  • Player.PlayPause [Toggle]
  • Input.Select (ALT + ENTER)
  • Input.Home (ALT + ESC)
  • Input.Back (ALT + BACK)
  • Input.ContextMenu (ALT + C)
  • Input.Info (ALT + I)

DURING VIDEO PLAYBACK

  • Player.Seek [SmallBackward] (ALT + LEFT)
  • Player.Seek [SmallForward] (ALT + RIGHT)
  • Player.Seek [BigBackward] (ALT + DOWN)
  • Player.Seek [BigForward] (ALT + UP)

Back to Top
cross