Yes, it is not happy to have translated RC's button names.
HOTKEY - problems / suggestions
Re: HOTKEY - problems / suggestions #261
Re: HOTKEY - problems / suggestions #262
Re: HOTKEY - problems / suggestions #263
Re: HOTKEY - problems / suggestions #264
Re: HOTKEY - problems / suggestions #265
Re: HOTKEY - problems / suggestions #266
Re: HOTKEY - problems / suggestions #267
Re: HOTKEY - problems / suggestions #268
Re: HOTKEY - problems / suggestions #269
Re: HOTKEY - problems / suggestions #270
Re: HOTKEY - problems / suggestions #271
Re: HOTKEY - problems / suggestions #272
Posted 11 November 2014 - 12:45
If you need it now, change there in keymap.xml in line:
<key id="KEY_PROGRAM" mapto="timerSelection" flags="m" />
"m" to "b"
<key id="KEY_PROGRAM" mapto="timerSelection" flags="b" />
I will make patch for it soon.
Edited by ims, 11 November 2014 - 13:12.
Re: HOTKEY - problems / suggestions #273
Re: HOTKEY - problems / suggestions #274
Re: HOTKEY - problems / suggestions #275
Re: HOTKEY - problems / suggestions #276
Posted 11 November 2014 - 18:12
Hi everyone,
I just upgraded to 4.0 after a years wait. I have to say great work on the hotkeys, thanks a lot.
And as you would suspect, I have a little request:
Could it be possible to add the Mute button on the Vu+ models to the hotkey list?
This would be really great.
Thanks
Umtauscher
Re: HOTKEY - problems / suggestions #277
Posted 11 November 2014 - 18:22
As I am unable to edit the post I just entered:
2. It would be great, I we could disable a certain hotkey (I am thinking of the power button)
That way I could program a discrete ON/OFF by using the hotkey function.
At the moment I do this by manipulation the keymap file which is far less intelligent.
That really would be super.
Thanks
Umtauscher
Re: HOTKEY - problems / suggestions #278
Re: HOTKEY - problems / suggestions #279
Posted 11 November 2014 - 21:03
line:
self.list.append(ChoiceEntryComponent('',(_(x[0]), x[1])))
to
self.list.append(ChoiceEntryComponent('',(x[0], x[1])))
Then translating for "long" and color buttons works well and next string are in original, as was wanted. Patch on the way...
Edited by ims, 11 November 2014 - 21:11.
Re: HOTKEY - problems / suggestions #280
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users