Jump to content


Photo

HOTKEY - problems / suggestions


  • Please log in to reply
579 replies to this topic

Re: HOTKEY - problems / suggestions #301 ims

  • PLi® Core member
  • 13,746 posts

+214
Excellent

Posted 12 November 2014 - 10:42

Here is patch for it:

 

Attached Files


Kdo nic nedělá, nic nezkazí!

Re: HOTKEY - problems / suggestions #302 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 12 November 2014 - 10:49

I think 'KEY_PLAYPAUSE as "playpause" must be recognised as such by the drivers of the box. This is the case for all VU's, but I'm not sure about other brands.

Re: HOTKEY - problems / suggestions #303 ims

  • PLi® Core member
  • 13,746 posts

+214
Excellent

Posted 12 November 2014 - 10:52

each button's code must to have own line in hotkeys, imho.


Kdo nic nedělá, nic nezkazí!

Re: HOTKEY - problems / suggestions #304 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 12 November 2014 - 11:08

each button's code must to have own line in hotkeys, imho.

Yep, I think you're right.
Just checked: all three buttons (so Play/Pause/Combined-play-pause) all highlight the same button: Play).

Re: HOTKEY - problems / suggestions #305 greatred

  • Senior Member
  • 268 posts

+2
Neutral

Posted 12 November 2014 - 11:32

I uploaded the patched Hotkey.py and keymap.xml to the box and tested it.

Pressing PAUSE in Hotkey is jumping to PLAYPAUSE button as expected.

This solves a problem I described earlier in this thread: not able to use PAUSE button when PLAY is assigned with functions via Hotkey.

 

Many thanks for this.

 

The other issue that remained is using the buttons with Hotkey assignments in Movieplayer/Timeshift.

Is there any way to ban the <<, >, ||, >>, buttons assignments when movieplayer/timeshift is in use ?


Edited by greatred, 12 November 2014 - 11:33.


Re: HOTKEY - problems / suggestions #306 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 12 November 2014 - 13:22

Here is patch for it:

Now both 'Play' and 'PlayPause' (the combined button on the later VU RC) work fine.
But the dedicated 'Pause' is also recognized as 'PlayPause', and not as 'Pause'.

Re: HOTKEY - problems / suggestions #307 ims

  • PLi® Core member
  • 13,746 posts

+214
Excellent

Posted 12 November 2014 - 14:03

your RC sending "KEY_PAUSE" code ?


Kdo nic nedělá, nic nezkazí!

Re: HOTKEY - problems / suggestions #308 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 12 November 2014 - 14:40

Using the dedicated Play-button in debug it says "KEY: 164 PAUSE" but in Hotkey 'PlayPause' is selected (this is with your patch).
And the same using the combined PlayPause button.

Re: HOTKEY - problems / suggestions #309 ims

  • PLi® Core member
  • 13,746 posts

+214
Excellent

Posted 12 November 2014 - 15:23

but 164 is KEY_PLAYPAUSE in driver.

Test it with evtest, please.


Kdo nic nedělá, nic nezkazí!

Re: HOTKEY - problems / suggestions #310 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 12 November 2014 - 16:09

Not sure what evtest is, but I can't help it: the original VU RC really sends key 164 on 'Pause'. Checked with 3 different RC's.
And indeed: according to keyid that is PlayPause.
Tested this on UNO on up-to-date PLi and on Solo2 on up-to-date ViX; both the same.

Re: HOTKEY - problems / suggestions #311 ims

  • PLi® Core member
  • 13,746 posts

+214
Excellent

Posted 12 November 2014 - 18:20

Hotkey - added Language selection into Setup

Attached Files


Kdo nic nedělá, nic nezkazí!

Re: HOTKEY - problems / suggestions #312 ims

  • PLi® Core member
  • 13,746 posts

+214
Excellent

Posted 12 November 2014 - 19:18

Not sure what evtest is, but I can't help it: the original VU RC really sends key 164 on 'Pause'. Checked with 3 different RC's.
And indeed: according to keyid that is PlayPause.
Tested this on UNO on up-to-date PLi and on Solo2 on up-to-date ViX; both the same.

Try in keymaps.xml for KEY_PLAYPAUSE change "m" to "b" in sections for infobar.


Kdo nic nedělá, nic nezkazí!

Re: HOTKEY - problems / suggestions #313 littlesat

  • PLi® Core member
  • 56,965 posts

+696
Excellent

Posted 12 November 2014 - 19:46

i would not prefer to change play pauze to b.... Keep them m in respect to response time...

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: HOTKEY - problems / suggestions #314 ims

  • PLi® Core member
  • 13,746 posts

+214
Excellent

Posted 12 November 2014 - 20:52

@littlesat - will you push http://forums.openpl...-14#entry454423 ?


Kdo nic nedělá, nic nezkazí!

Re: HOTKEY - problems / suggestions #315 littlesat

  • PLi® Core member
  • 56,965 posts

+696
Excellent

Posted 12 November 2014 - 21:35

O was doibting if that translation stuff does work... And sorry I'm not able to test this evening...

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: HOTKEY - problems / suggestions #316 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 13 November 2014 - 07:04

Not sure what evtest is, but I can't help it: the original VU RC really sends key 164 on 'Pause'. Checked with 3 different RC's.
And indeed: according to keyid that is PlayPause.
Tested this on UNO on up-to-date PLi and on Solo2 on up-to-date ViX; both the same.

Try in keymaps.xml for KEY_PLAYPAUSE change "m" to "b" in sections for infobar.

Done: makes no difference. 'Pause' is still highlighting 'Playpause' in Hotkey.

Re: HOTKEY - problems / suggestions #317 ims

  • PLi® Core member
  • 13,746 posts

+214
Excellent

Posted 13 November 2014 - 08:07

try this: http://forums.openpl...-15#entry454479


Kdo nic nedělá, nic nezkazí!

Re: HOTKEY - problems / suggestions #318 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 13 November 2014 - 08:26

Thanks, will try that later.

Re: HOTKEY - problems / suggestions #319 ims

  • PLi® Core member
  • 13,746 posts

+214
Excellent

Posted 13 November 2014 - 08:44

Do not forget, that HOTKEY are for "live screen" only and do not go deeper. It is not full replacing of keys.


Kdo nic nedělá, nic nezkazí!

Re: HOTKEY - problems / suggestions #320 Rob van der Does

  • Senior Member
  • 7,766 posts

+184
Excellent

Posted 13 November 2014 - 09:47

It's for actions on Infobar (during Live-TV & Playback'). Correct?


23 user(s) are reading this topic

0 members, 23 guests, 0 anonymous users