summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qkeysequence.h
diff options
context:
space:
mode:
authorDavid Edmundson <davidedmundson@kde.org>2013-09-18 16:10:49 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-21 18:39:13 +0200
commitcab86ec3edda4c64b816b3a3f84aebd103093c67 (patch)
tree0a30de8fc294eba1d20c9799ea39749fa723f43e /src/gui/kernel/qkeysequence.h
parent3edc1a4b91af23abc55c8d3ef29f45224ab06dae (diff)
Replace hardcoded shortcuts for X11 in QLineEdit with StandardKeys
Added Ctrl+E to the X11 shortcuts for "move to end of line" Added new StandardKey DeleteCompleteLine bound to Ctrl+U Updated QLineEdit to use these standard keys Change-Id: I24e5dd3b4fed9f6c15f0d1a00be682734e2485a4 Reviewed-by: Frederik Gladhorn <frederik.gladhorn@digia.com>
Diffstat (limited to 'src/gui/kernel/qkeysequence.h')
-rw-r--r--src/gui/kernel/qkeysequence.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/kernel/qkeysequence.h b/src/gui/kernel/qkeysequence.h
index 8a989682d8..1c0ff6ca2c 100644
--- a/src/gui/kernel/qkeysequence.h
+++ b/src/gui/kernel/qkeysequence.h
@@ -141,7 +141,8 @@ public:
Preferences,
Quit,
FullScreen,
- Deselect
+ Deselect,
+ DeleteCompleteLine
};
enum SequenceFormat {