summaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qmltests/data/keyboardModifierMapping.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix tst_keyboardModifierMapping QML testSzabolcs David2015-04-071-0/+2
| | | | | | | It needs some waiting time after keyboard events. Change-Id: I970f15b66bea3399b8dff43a9323c2827ad19823 Reviewed-by: Pierre Rossi <pierre.rossi@theqtcompany.com>
* Add Keyboard modifiers to MotionEventQt.Zeno Albisser2015-01-201-0/+36
Also fix the mapping of Ctrl and Meta keys on Mac OSX. On this platform Qt automatically maps Meta to Control and vice versa. Chromium however does not expect such behavior. Change-Id: Ia9913322ae8ae6ffd99feb6edfc91b9ea752c5cb Reviewed-by: Pierre Rossi <pierre.rossi@theqtcompany.com>