[konsole] [Bug 392571] extended function keys f13 - f20 not available in konsole terminal

Ahmad Samir bugzilla_noreply at kde.org
Mon Apr 2 12:02:07 UTC 2018


https://bugs.kde.org/show_bug.cgi?id=392571

Ahmad Samir <a.samirh78 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |a.samirh78 at gmail.com

--- Comment #1 from Ahmad Samir <a.samirh78 at gmail.com> ---
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 the assignee for the bug.


More information about the konsole-devel mailing list