[mythtv-commits] Ticket #7359: can't bind function keys (F1..F12) or use already bind ones

MythTV mythtv at cvs.mythtv.org
Thu Oct 29 01:32:15 UTC 2009


#7359: can't bind function keys (F1..F12) or use already bind ones
-----------------------------------------------+----------------------------
 Reporter:  Markus Schulz <msc@…>              |       Owner:  ijr    
     Type:  defect                             |      Status:  new    
 Priority:  minor                              |   Milestone:  unknown
Component:  MythTV - General                   |     Version:  head   
 Severity:  medium                             |     Mlocked:  0      
-----------------------------------------------+----------------------------

Comment(by mdean):

 (In [22634]) Refs #7359.  Don't assume that Qt::Key enum values are in any
 particular order--because the order can (and did) change with Qt versions.

 Modifier keys are no longer grouped together tightly.  Therefore, when
 trying to ignore modifier key presses by ignoring all keys between
 Qt::Key_Shift (0x01000020) and Qt::Key_AltGr (which changed in Qt4 to
 0x01001103), we were ignoring far too many keys--including the Function
 keys.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/7359#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list