Make the keypad "5" key send "\E[E" when NumLock is off
ClosedPublic

Authored by ahmadsamir on Apr 5 2018, 1:24 PM.

Details

Summary

When NumLock is off the keypad "5" key should send '\E[E' sequence; this
matches xterm behaviour.

BUG: 189116

Diff Detail

Repository
R319 Konsole
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ahmadsamir created this revision.Apr 5 2018, 1:24 PM
Restricted Application added a project: Konsole. · View Herald TranscriptApr 5 2018, 1:24 PM
ahmadsamir requested review of this revision.Apr 5 2018, 1:24 PM

FTR, this fixes the original issue in the BR but not the other issues mentioned in the comments.

hindenburg accepted this revision.Apr 5 2018, 10:16 PM

Thanks, in semi-unrelated news, the keybinding tab needs the "Remove" function that the ColorScheme Appearance tab has now.

This revision is now accepted and ready to land.Apr 5 2018, 10:16 PM
This revision was automatically updated to reflect the committed changes.

Thanks, in semi-unrelated news, the keybinding tab needs the "Remove" function that the ColorScheme Appearance tab has now.

It's sort of on my todo list, but I keep getting side-tracked reading docs, VT100 and xterm, about bloody^W escape sequences. :)