INTERACT FORUM

Please login or register.

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

Author Topic: Keyboard shortcut for Rating = Empty broken?  (Read 2546 times)

jctcom

  • Citizen of the Universe
  • *****
  • Posts: 654
  • Rush - Styx - Yes - Porcupine Tree - Staple Food!
Keyboard shortcut for Rating = Empty broken?
« on: April 09, 2016, 03:34:14 pm »

Not sure when this happened because I haven't used it in awhile.

But the keyboard shortcut for setting rating to "Empty"  (Shift+Ctrl+0 or Shift+Ctrl+Numpad0) seems to be broken.

The shortcuts for setting 1 - 5 are working fine but the one to set to Empty does not work.

Carl.

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42052
  • Shoes gone again!
Re: Keyboard shortcut for Rating = Empty broken?
« Reply #1 on: April 09, 2016, 03:40:45 pm »

It sure isn't working, but I'm confused about why.

This is in the shortcut file:
    <Entry Key="Ctrl;Shift;0" Command="10023" Param="0" />
    <Entry Key="Ctrl;Shift;1" Command="10023" Param="1" />
    <Entry Key="Ctrl;Shift;2" Command="10023" Param="2" />
    <Entry Key="Ctrl;Shift;3" Command="10023" Param="3" />
    <Entry Key="Ctrl;Shift;4" Command="10023" Param="4" />
    <Entry Key="Ctrl;Shift;5" Command="10023" Param="5" />

So there must be some magic happening with Param="0", or some other riddle.

I'll dig in on Monday.
Logged
Matt Ashland, JRiver Media Center

jctcom

  • Citizen of the Universe
  • *****
  • Posts: 654
  • Rush - Styx - Yes - Porcupine Tree - Staple Food!
Re: Keyboard shortcut for Rating = Empty broken?
« Reply #2 on: April 09, 2016, 03:43:03 pm »

Sounds great!

Thanks.

Carl

blgentry

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 8009
Re: Keyboard shortcut for Rating = Empty broken?
« Reply #3 on: April 09, 2016, 04:22:56 pm »

Just a data point.  I'm running 20.0.66 on Mac.  I've had some keys mapped for ratings for a very long time, including rating zero.  It still works with my custom keys.  So the MCC is definitely working here, including parameter 0.  Not sure about the default key mappings.

Brian.
Logged

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42052
  • Shoes gone again!
Re: Keyboard shortcut for Rating = Empty broken?
« Reply #4 on: April 11, 2016, 09:25:59 am »

Well it's funny, but it looks like Windows itself eats that shortcut.  I was stepping the code and we trip on Ctrl+0 and Shift+0 but Ctrl+Shift+0 just happens without us getting anything.

And looking a little more, I found this:
https://support.microsoft.com/en-us/kb/967893

So we could maybe change the shortcut to Ctrl+Shift+Delete or something, but I'm not sure.
Logged
Matt Ashland, JRiver Media Center

Matt

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 42052
  • Shoes gone again!
Re: Keyboard shortcut for Rating = Empty broken?
« Reply #5 on: April 11, 2016, 09:38:02 am »

Coming next build:
Changed: Made the shortcut for clearing the rating Ctrl+Shift+Delete because Ctrl+Shift+0 gets eaten on newer copies of Windows.
Logged
Matt Ashland, JRiver Media Center
Pages: [1]   Go Up