INTERACT FORUM

Please login or register.

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

Author Topic: Keyboard control ...  (Read 1396 times)

shAf

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 854
Keyboard control ...
« on: April 24, 2010, 12:47:20 pm »

I've long wondered about JRiver's philosophy regarding keyboard control.  That is, when the focus for mouse and keyboard are primarily music or video playback, why have you adopted keyboard control that demands 2 hands ... (e.g., ctrl-6 for detach display, ctrl-shift+arrow for forward/back).  It seems to me, when the focus is playback, keyboard control should be a lot simpler (... e.g., spacebar = toggle play/pause, 'F' = Fastforward, 'R' = rewind).  Am I missing something?

Thanx again for an otherwise nice piece of software  :)
Logged
cheerios from the Avalon Peninsula, Newfoundland

StFeder

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 1493
  • Fight! You may win. If you don't, you already lost
Re: Keyboard control ...
« Reply #1 on: April 25, 2010, 04:00:01 am »

In a way you are missing something. Per default you are right but there is a powerful tool called resource.xml. You find some Information in the wiki [here] and in the Resource.xml file itself. You can find the file at JRiver Media Center\Data\Custom Resources\Resource.xml. A list of MC comands can be found in the wiki [here]

And have a look at these options you are able to set for each command:
Code: [Select]
     don't translate in edits, comboboxes, and other data entry controls
     don't translate in fullscreen mode or theater view
     don't translate in any type of popup window
     only translate in fullscreen
     don't translate in IE, VB controls, or other unknown rich controls
     targets playback engine / display (DVD, image playback, etc.)
     only translate when Action Window is focused
You're also able to set a shortcut as a global which also works when MC is out of focus.


If you eg. want to set spacebar to toggle play/pause always if MC is in focus but not if you're writing something within MC, you could add this line:
<Entry Key="Space" Command="10000" TranslateFlags="1" Global="0"/>

If you eg. want to set Insert to toggle play/pause always even if MC is NOT in focus, you could add this line:
<Entry Key="Insert" Command="10000" Global="1"/>
Logged

kurushi

  • Citizen of the Universe
  • *****
  • Posts: 683
Re: Keyboard control ...
« Reply #2 on: April 25, 2010, 04:29:07 am »

And with this methos  u can assign shortcuts for ratings too ^^
Logged
Pages: [1]   Go Up