User Defined Global Keyboard Shortcuts: Difference between revisions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
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: |
|||
⚫ | |||
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 15: | Line 17: | ||
You can use any MCC (MC Command) in this file. They are described here: |
You can use any MCC (MC Command) in this file. They are described here: |
||
http://wiki.jrmediacenter.com/index.php/Media_Center_windows_messages |
http://wiki.jrmediacenter.com/index.php/Media_Center_windows_messages |
||
''' Sample ''' |
|||
⚫ | |||
⚫ | |||
It shows how to make global shortcuts so that: |
|||
Shift;1...5 will act as player controls |
|||
Ctrl;Shift;1...9 will play designated playlists |
Revision as of 21:34, 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
You will need to create a file: 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: 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
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
Here is a sample file: Media:Keyboard Shortcuts Resource.xml
It shows how to make global shortcuts so that: Shift;1...5 will act as player controls Ctrl;Shift;1...9 will play designated playlists