~siretart/vlc/ubuntu

« back to all changes in this revision

Viewing changes to modules/gui/qt4/util/customwidgets.cpp

  • Committer: Reinhard Tartler
  • Date: 2008-09-26 06:45:40 UTC
  • mto: (21.2.1 vlc-0.9.3)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: siretart@tauware.de-20080926064540-0sd8zwmig33ksmy4
Tags: upstream-ubuntu-0.9.3
Import upstream version 0.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 ****************************************************************************
4
4
 * Copyright (C) 2006 the VideoLAN team
5
5
 * Copyright (C) 2004 Daniel Molkentin <molkentin@kde.org>
6
 
 * $Id$
 
6
 * $Id: 50f5fe2fef67afb1f6eb5cde100d9453813beea3 $
7
7
 *
8
8
 * Authors: Clément Stenac <zorglub@videolan.org>
9
9
 * The "ClickLineEdit" control is based on code by  Daniel Molkentin
127
127
        HANDLE( Key_Down, KEY_DOWN );
128
128
        HANDLE( Key_Space, KEY_SPACE );
129
129
        HANDLE( Key_Escape, KEY_ESC );
 
130
        HANDLE( Key_Return, KEY_ENTER );
130
131
        HANDLE( Key_Enter, KEY_ENTER );
131
132
        HANDLE( Key_F1, KEY_F1 );
132
133
        HANDLE( Key_F2, KEY_F2 );