[mythtv-users] Keybindings / Jumppoints

Angela angela.schmid at wolke7.net
Thu Jan 19 17:27:17 UTC 2017


I would like to have more available keys in playback tv/video for scrolling
through the audio and subtitles, video editing (missing key bindings for
setting cuts atm), etc.

 

I use several jump points/keys, which I like very much. However during
playback I would rather have these keys available. Exiting playback and
press a jump key is not much of a hassle.

 

I made the following change and configured the keys on the DB as it is not
allowed to set used jump keys. It works great.

 

mythtv/libs/libmythtv/tv_play.cpp

@@ -3954,7 +3954,7 @@ bool TV::TranslateKeyPressOrGesture(const QString
&context,

     if (QEvent::KeyPress == e->type())

     {

         return GetMythMainWindow()->TranslateKeyPress(

-                    context, (QKeyEvent*)e, actions, allowJumps);

+                    context, (QKeyEvent*)e, actions, false && allowJumps);

 

 

Why is MythTV designed to not override jump keys. Would it be not better to
leave it to the user when he wants to override a key locally (playback,
editing, teletext, etc.), suppressing the jump key?

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20170119/64726079/attachment.html>


More information about the mythtv-users mailing list