Changeset 846 for trunk/src/gui/kernel/qkeymapper_s60.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/kernel/qkeymapper_s60.cpp
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 145 145 {EKeyDevice1, EStdKeyDevice1, Key_Context2}, // Found by manual testing. 146 146 {EKeyDevice3, EStdKeyDevice3, Key_Select}, 147 // {EKeyDevice7, EStdKeyDevice7, Key_Camera}, //not supported by qt yet 147 {EKeyDevice7, EStdKeyDevice7, Key_Camera}, 148 148 {EKeyApplication0, EStdKeyApplication0, Key_Menu}, // Found by manual testing. 149 149 {EKeyApplication1, EStdKeyApplication1, Key_Launch1}, // Found by manual testing. … … 162 162 {EKeyApplicationE, EStdKeyApplicationE, Key_LaunchE}, 163 163 {EKeyApplicationF, EStdKeyApplicationF, Key_LaunchF}, 164 // {EKeyApplication19, EStdKeyApplication19, Key_CameraFocus}, //not supported by qt yet 164 {EKeyApplication19, EStdKeyApplication19, Key_CameraFocus}, 165 165 {EKeyYes, EStdKeyYes, Key_Yes}, 166 166 {EKeyNo, EStdKeyNo, Key_No},
Note:
See TracChangeset
for help on using the changeset viewer.