Difference between revisions of "User Defined Global Keyboard Shortcuts"

From JRiverWiki
Jump to: navigation, search
Line 11: Line 11:
 
C:\Program Files\J River\Media Center 12\Data\Custom Resources\Resource.xml<br><br>
 
C:\Program Files\J River\Media Center 12\Data\Custom Resources\Resource.xml<br><br>
  
Then edit this file with Notepad.  It has some instructions at the top of the file.
+
Then edit this file with Notepad.  It has some instructions at the top of the file.<br><br>
 
 
The shortcuts specified in this file will be merged with the default keyboard shortcuts specified here:<br><br>
 
  
 +
The shortcuts specified in this file will be merged with the default keyboard shortcuts specified here:<br>
 
C:\Program Files\J River\Media Center 12\Data\Default Resources\Resource.xml<br><br>
 
C:\Program Files\J River\Media Center 12\Data\Default Resources\Resource.xml<br><br>
  

Revision as of 16:56, 22 May 2007

Media Center 12.0.240 and later support user defined keyboard shortcuts. These shortcuts can be made global so that they are available even with Media Center minimized.

Currently, defining these shortcuts requires working with XML in a text editor. Below we'll step through how to get them up and running.

Setup

Place this sample file:
ftp://ftp.jriver.com/pub/downloads/music/tmp/Resource.xml

In this folder: (you'll need to create the Custom Resources folder)
C:\Program Files\J River\Media Center 12\Data\Custom Resources\Resource.xml

Then edit this file with Notepad. It has some instructions at the top of the file.

The shortcuts specified in this file will be merged with the default keyboard shortcuts specified here:
C:\Program Files\J River\Media Center 12\Data\Default Resources\Resource.xml

Commands

You can use any MCC (MC Command) in this file. They are described here:
http://wiki.jrmediacenter.com/index.php/Media_Center_windows_messages

Sample

The sample shows how to make global shortcuts so that: Shift;1...5 will act as player controls Ctrl;Shift;1...9 will play designated playlists

MCE Remote

It would be possible to create a shortcut block to support the MCE remote. Please share it on Interact (or here) if you do this.