Merge lp:~saviq/qtubuntu/map-power-keys into lp:qtubuntu

Proposed by Michał Sawicz
Status: Merged
Approved by: Ricardo Mendoza
Approved revision: 189
Merged at revision: 189
Proposed branch: lp:~saviq/qtubuntu/map-power-keys
Merge into: lp:qtubuntu
Diff against target: 16 lines (+4/-2)
1 file modified
src/platforms/ubuntu/ubuntumir/ubuntumircommon/input.cc (+4/-2)
To merge this branch: bzr merge lp:~saviq/qtubuntu/map-power-keys
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ricardo Mendoza Pending
Review via email: mp+191306@code.launchpad.net

Commit message

Map PowerDown and PowerOff keys and fix indentation.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/platforms/ubuntu/ubuntumir/ubuntumircommon/input.cc'
2--- src/platforms/ubuntu/ubuntumir/ubuntumircommon/input.cc 2013-10-07 23:17:09 +0000
3+++ src/platforms/ubuntu/ubuntumir/ubuntumircommon/input.cc 2013-10-15 21:57:27 +0000
4@@ -100,8 +100,10 @@
5
6 XKB_KEY_Mode_switch, Qt::Key_Mode_switch,
7 XKB_KEY_script_switch, Qt::Key_Mode_switch,
8- XKB_KEY_XF86AudioRaiseVolume, Qt::Key_VolumeUp,
9- XKB_KEY_XF86AudioLowerVolume, Qt::Key_VolumeDown,
10+ XKB_KEY_XF86AudioRaiseVolume, Qt::Key_VolumeUp,
11+ XKB_KEY_XF86AudioLowerVolume, Qt::Key_VolumeDown,
12+ XKB_KEY_XF86PowerOff, Qt::Key_PowerOff,
13+ XKB_KEY_XF86PowerDown, Qt::Key_PowerDown,
14
15 0, 0
16 };

Subscribers

People subscribed via source and target branches