HOTKEY - problems / suggestions
Re: HOTKEY - problems / suggestions #161
Re: HOTKEY - problems / suggestions #162
Re: HOTKEY - problems / suggestions #163
Re: HOTKEY - problems / suggestions #164
Posted 6 October 2014 - 06:47
So you can actually assign HbbTV to any key and actually start HbbTV?
It's still the same as I reported on http://forums.openpl...ndpost&p=447582 (updated Solo2 with your last changes picked from the repos).
Re: HOTKEY - problems / suggestions #165
Posted 6 October 2014 - 06:51
That's why I would prefer not to work with this long external list, press the key you want to change and you are ready.Only cosmetic:
1) PVR in Hotkey is KEY_RECORDS button => would not be better using text REC for it there in Hotkey ? On most boxes it is red point only or text REC
2) List/Fav is KEY_VIDEO => text "List/Fav/PVR" ?
Different Reseller have so much different key names, so the names will be so long.
Re: HOTKEY - problems / suggestions #166
Re: HOTKEY - problems / suggestions #167
Posted 6 October 2014 - 07:20
That's why I would prefer not to work with this long external list, press the key you want to change and you are ready.Only cosmetic:
1) PVR in Hotkey is KEY_RECORDS button => would not be better using text REC for it there in Hotkey ? On most boxes it is red point only or text REC
2) List/Fav is KEY_VIDEO => text "List/Fav/PVR" ?
Different Reseller have so much different key names, so the names will be so long.
When you need set up this via Webif, then is this list needed...
Re: HOTKEY - problems / suggestions #168
Re: HOTKEY - problems / suggestions #169
Re: HOTKEY - problems / suggestions #170
Posted 6 October 2014 - 08:13
Not at the moment.
I meant as suggested in http://forums.openpl...ndpost&p=447839
And keys that don't show (short list) also don't show on pressing the button.
Edited by SatKiekerd, 6 October 2014 - 08:14.
Re: HOTKEY - problems / suggestions #171
Re: HOTKEY - problems / suggestions #172
Re: HOTKEY - problems / suggestions #173
Posted 6 October 2014 - 18:02
@Satkiekerd,
i hope with the HbbTV issue you meant this function was missing...
http://sourceforge.n...dc48e68472c928/
Power buttons are also added... but it can only overrule the power buttons in the main InfoBar and movie player InfoBar...
Edited by littlesat, 6 October 2014 - 18:02.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: HOTKEY - problems / suggestions #174
Re: HOTKEY - problems / suggestions #175
Re: HOTKEY - problems / suggestions #176
Posted 6 October 2014 - 20:13
et8k, 9k5, 10k and xp-1000 all have skip forward/skip back buttons (|<< >>|),
why not to make them hotkey-configurable?
keymap.xml:
<key id="KEY_REWIND" mapto="rewind" flags="m"/> <key id="KEY_FASTFORWARD" mapto="fastforward" flags="m"/> - <key id="KEY_PREVIOUSSONG" mapto="rewind" flags="m"/> - <key id="KEY_NEXTSONG" mapto="fastforward" flags="m"/> + <key id="KEY_PREVIOUSSONG" mapto="skip_back" flags="m"/> + <key id="KEY_NEXTSONG" mapto="skip_forward" flags="m"/>
Hotkey.py:
(_("Fastforward"), "fastforward", ""), + (_("Skip back"), "skip_back", ""), + (_("Skip forward"), "skip_forward", ""), (_("activatePiP"), "activatePiP", ""),
not sure bout buttons naming though, so it's up for discussion...
(but patch attached, just in case )
Attached Files
Re: HOTKEY - problems / suggestions #177
Re: HOTKEY - problems / suggestions #178
Posted 6 October 2014 - 21:12
well, I have separate skip back/skip forward buttons on my RC, and as it is now, they just (for whatever reason?) duplicate rew/ffwd buttons in hotkeys actions context in keymap.xml,
so, I can't assign any function to them in the hotkey setup, however they automatically get the function assigned to rew/ffwd buttons, respectively...
with above patch, you can assign separate function to each of four buttons (|<<) (<<) (>>) (>>|), instead of just two (duplicated)
4*1 > 2*2
Re: HOTKEY - problems / suggestions #179
Posted 6 October 2014 - 21:48
Edited by littlesat, 6 October 2014 - 22:20.
WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W
Re: HOTKEY - problems / suggestions #180
Posted 6 October 2014 - 21:52
well, I have separate skip back/skip forward buttons on my RC, and as it is now, they just (for whatever reason?) duplicate rew/ffwd buttons in hotkeys actions context in keymap.xml,
so, I can't assign any function to them in the hotkey setup, however they automatically get the function assigned to rew/ffwd buttons, respectively...
with above patch, you can assign separate function to each of four buttons (|<<) (<<) (>>) (>>|), instead of just two (duplicated)
4*1 > 2*2
One set should be mapped to PREVIOUS_SONG & KEY_NEXTSONG and the other to SKIP.
5 user(s) are reading this topic
0 members, 5 guests, 0 anonymous users