https://bugs.kde.org/show_bug.cgi?id=392571
Ahmad Samir <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Ahmad Samir <[email protected]> --- You can use the key bindings editor to make a specific key combo send the escape sequence you want, for example, looking at the VT220 docs[1], F13 is supposed to send: CSI 2 5 ~ so, in the key bindings editor add this rule: F1+Ctrl \E[25~ replace F1+Ctrl with whatever key combination you prefer. You may want to create a new key bindings schema, (by clicking New), give it a name and save; it should appear in ~/.local/share/konsole/<name>.keytab, edit that file manually, adding the rules you want, then restart konsole and select that key binding scheme. Have a look at: https://cgit.kde.org/konsole.git/tree/data/keyboard-layouts/README.KeyTab https://cgit.kde.org/konsole.git/tree/data/keyboard-layouts/default.keytab I'd close this as wontfix, since this is for a legacy program and usually a keyboard only has 12 F keys; (I'll leave the decision to the konsole dev). [1]https://vt100.net/docs/vt220-rm/table3-4.html -- You are receiving this mail because: You are watching all bug changes.
