mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -05:00
Make the keypad "5" key send "\E[E" when NumLock is off
Summary: When NumLock is off the keypad "5" key should send '\E[E' sequence; this matches xterm behaviour. BUG: 189116 Reviewers: #konsole, hindenburg Reviewed By: #konsole, hindenburg Subscribers: hindenburg, #konsole Tags: #konsole Differential Revision: https://phabricator.kde.org/D11958
This commit is contained in:
committed by
Kurt Hindenburg
parent
e2aff3645d
commit
2037c36a64
@@ -113,6 +113,10 @@ key Delete +KeyPad : "\E[3~"
|
||||
key PgUp -Shift+KeyPad : "\E[5~"
|
||||
key PgDown -Shift+KeyPad : "\E[6~"
|
||||
|
||||
# the key labelled 5 on the Keypad, is Qt::Key_Clear (a very intuitive
|
||||
# and discoverable name...)
|
||||
key Clear +KeyPad : "\E[E"
|
||||
|
||||
# other grey PC keys
|
||||
|
||||
key Enter+NewLine : "\r\n"
|
||||
|
||||
Reference in New Issue
Block a user