INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: My Mac Custom Keyboard Shortcuts (key mapping)  (Read 3477 times)

blgentry

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 8009
My Mac Custom Keyboard Shortcuts (key mapping)
« on: June 28, 2015, 10:27:01 am »

At least one person said they were interested in my keyboard shortcuts, so here they are.  These can be pasted into the end of the Resources.xml file in your directory at:

~/Library/Application Support/J River/Media Center 20/Data/Custom Resources/Resource.xml

Mappings:

Code: [Select]
    <!-- DSP Studio -->
    <Entry Key="Ctrl;D" Command="10016" Param="0" />
    <!-- Play/Pause -->
    <Entry Key="Space" Command="10000" Param="0" TranslateFlags="21" />
    <!-- Next and Previous track -->
    <Entry Key="Ctrl;Right" Command="10003" Param="0" TranslateFlags="21" />
    <Entry Key="Ctrl;Left" Command="10004" Param="0" TranslateFlags="21" />
    <!-- Show Now Playing -->
    <Entry Key="Ctrl;N" Command="10013" Param="1" />
    <!-- Ratings Commands with Alt/Option 0 to clear 1 through 5 to rate -->
    <Entry Key="Alt;0" Command="10023" Param="0" />
    <Entry Key="Alt;1" Command="10023" Param="1" />
    <Entry Key="Alt;2" Command="10023" Param="2" />
    <Entry Key="Alt;3" Command="10023" Param="3" />
    <Entry Key="Alt;4" Command="10023" Param="4" />
    <Entry Key="Alt;5" Command="10023" Param="5" />
    <!-- Volume Up and Down 5% -->
    <Entry Key="Ctrl;Up" Command="10018" Param="5" />
    <Entry Key="Ctrl;Down" Command="10019" Param="5" />
   

Brian.
Logged

dfortney

  • Galactic Citizen
  • ****
  • Posts: 310
Re: My Mac Custom Keyboard Shortcuts (key mapping)
« Reply #1 on: June 28, 2015, 11:29:09 am »

are these only active while the MC20 window is in focus because I don't see how using space as a hotkey could be a good idea.  I mean i use it all the time for typing.
Logged

blgentry

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 8009
Re: My Mac Custom Keyboard Shortcuts (key mapping)
« Reply #2 on: June 28, 2015, 11:52:46 am »

Correct.  These mappings only work when Media Center is the active application.  Switch to another application and these mappings won't do anything with MC.

There are third party apps that do global key mappings under OSX, but I don't know much about them.

Finally, MC seems to globally map the media control keys on the Mac keyboard to play/pause and track forward and backward.  Those keys are labeled on the Mac keyboard on the top row.  I don't use them, but they've worked every time I've tested them with MC.

Brian.
Logged

bMinor

  • World Citizen
  • ***
  • Posts: 158
Re: My Mac Custom Keyboard Shortcuts (key mapping)
« Reply #3 on: June 28, 2015, 12:00:10 pm »

At least one person said they were interested in my keyboard shortcuts, so here they are.

thanks Brian!
Logged
Pages: [1]   Go Up