User Defined Global Keyboard Shortcuts: Difference between revisions

From wiki.jriver.com
Jump to navigation Jump to search
No edit summary
No edit summary
Line 23: Line 23:
''' Sample '''
''' Sample '''


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



Revision as of 21: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.