INTERACT FORUM

Please login or register.

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

Author Topic: Disable specific global keyboard shortcut  (Read 2748 times)

Atreyu

  • Member
  • *
  • Posts: 2
Disable specific global keyboard shortcut
« on: September 02, 2012, 12:31:21 pm »

When playing in the background, the global keyboard shortcut ctrl-shift-F12 (default GoToNextError in Visual Studio) is taken by JRiver.
I was unable to find a section in the settings where I would be able to alter this shortcut. Any Ideas where I can find these settings?
Logged

MrC

  • Citizen of the Universe
  • *****
  • Posts: 10462
  • Your life is short. Give me your money.
Re: Disable specific global keyboard shortcut
« Reply #1 on: September 02, 2012, 09:17:52 pm »

It is defined in

   C:\Program Files\J River\Media Jukebox 14\Data\Default Resources\Resource.xml

here:

   <ACCELERATORS>

    <!-- Global shortcuts -->
    <Entry Key="Ctrl;Shift;F12" Command="25015" Param="1" Global="1" />

Quit MJ and delete this key shortcut definition line.

I don't know if there is a way to un-define an entry, so you might have to re-delete this entry each time MJ is updated (i.e. installed).  If there is a way to un-define an entry, you could do this in your own Custom Resources\Resource.xml file.
Logged
The opinions I express represent my own folly.

Atreyu

  • Member
  • *
  • Posts: 2
Re: Disable specific global keyboard shortcut
« Reply #2 on: September 03, 2012, 03:23:00 am »

Wow, hardcore, changed it, thanks.
Logged
Pages: [1]   Go Up