Difference between revisions of "User Defined Global Keyboard Shortcuts"

From JRiverWiki
Jump to: navigation, search
Line 5: Line 5:
 
'''Setup'''
 
'''Setup'''
  
You will need to create a file:
+
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
 
C:\Program Files\J River\Media Center 12\Data\Custom Resources\Resource.xml
  
This file will be merged with the default keyboard shortcuts specified here:
+
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
 
C:\Program Files\J River\Media Center 12\Data\Default Resources\Resource.xml
 
At the top of this file, you will see a description of how the file operates.
 
  
 
''' Commands '''
 
''' Commands '''
Line 20: Line 23:
 
''' Sample '''
 
''' Sample '''
  
Here is a sample file:
+
The sample shows how to make global shortcuts so that:
ftp://ftp.jriver.com/pub/downloads/music/tmp/Resource.xml
 
 
 
It shows how to make global shortcuts so that:
 
 
Shift;1...5 will act as player controls
 
Shift;1...5 will act as player controls
 
Ctrl;Shift;1...9 will play designated playlists
 
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.

Revision as of 16:47, 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.