Merge lp:~michael-sheldon/ubuntu-keyboard/extended-key-delay into lp:ubuntu-keyboard

Proposed by Michael Sheldon
Status: Merged
Approved by: Bill Filler
Approved revision: 234
Merged at revision: 235
Proposed branch: lp:~michael-sheldon/ubuntu-keyboard/extended-key-delay
Merge into: lp:ubuntu-keyboard
Diff against target: 12 lines (+1/-1)
1 file modified
qml/keys/PressArea.qml (+1/-1)
To merge this branch: bzr merge lp:~michael-sheldon/ubuntu-keyboard/extended-key-delay
Reviewer Review Type Date Requested Status
Bill Filler (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+238933@code.launchpad.net

Commit message

Reduce extended keys hold timer to more closely match timing from other platform's keyboards

Description of the change

Reduce extended keys hold timer to more closely match timing from other platform's keyboards

To post a comment you must log in.
Revision history for this message
Michael Sheldon (michael-sheldon) wrote :

Are there any related MPs required for this MP to build/function as expected? Please list.

 * No

Is your branch in sync with latest trunk (e.g. bzr pull lp:trunk -> no changes)

 * Yes

Did you perform an exploratory manual test run of your code change and any related functionality on device or emulator?

 * Yes

Did you successfully run all tests found in your component's Test Plan (https://wiki.ubuntu.com/Process/Merges/TestPlan/ubuntu-keyboard) on device or emulator?

 * Yes

If you changed the UI, was the change specified/approved by design?

 * No change

If you changed UI labels, did you update the pot file?

 * No change

If you changed the packaging (debian), did you add a core-dev as a reviewer to this MP?

 * No change

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Bill Filler (bfiller) wrote :

approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qml/keys/PressArea.qml'
2--- qml/keys/PressArea.qml 2014-08-20 12:45:36 +0000
3+++ qml/keys/PressArea.qml 2014-10-20 18:27:52 +0000
4@@ -88,7 +88,7 @@
5
6 Timer {
7 id: holdTimer
8- interval: 1000
9+ interval: 300
10 onTriggered: {
11 if (root.pressed) {
12 root.pressAndHold();

Subscribers

People subscribed via source and target branches