Changes between Initial Version and Version 1 of Ticket #4632, comment 5


Ignore:
Timestamp:
01/18/25 19:49:34 (5 weeks ago)
Author:
zaytsev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4632, comment 5

    initial v1  
    2323|| System || $TERM || Codes || 
    2424|| Fedora, Ubuntu\\Alpine || linux\\vt102 ||F1..F12:\\`^[[[A^[[[B^[[[C^[[[D^[[[E^[[17~`\\`^[[18~^[[19~^[[20~^[[21~^[[23~^[[24~`\\Shift-F1..F8:\\`^[[25~^[[26~^[[28~^[[29~^[[31~^[[32~^[[33~^[[34~`\\Shift-F9..F12: no reaction|| 
     25|| Linux kernel || linux ||F1..F12:\\`^[[[A^[[[B^[[[C^[[[D^[[[E^[[17~`\\`^[[18~^[[19~^[[20~^[[21~^[[23~^[[24~`\\F13..F20:\\`^[[25~^[[26~^[[28~^[[29~^[[31~^[[32~^[[33~^[[34~`|| 
    2526|| FreeBSD || xterm ||F1..F12:\\`^[OP^[OQ^[OR^[OS^[[15~^[[17~`\\`^[[18~^[[19~^[[20~^[[21~^[[23~^[[24~`\\Shift-F1..F12: no reaction|| 
    2627|| !OpenIndiana\\Solaris 11.4 || sun-color ||F1..F12:\\control virtual consoles\\Shift-F1..F12:\\`^[[224z^[[225z^[[226z^[[227z^[[228z^[[229z`\\`^[[230z^[[231z^[[232z^[[233z^[[234z^[[235z`|| 
     
    3031* FreeBSD and Solaris consoles are already doing the right thing (magically?) 
    3132 
     33Source: https://github.com/torvalds/linux/blob/master/drivers/tty/vt/defkeymap.map 
     34 
    3235So maybe we can just fix it, at least for physical consoles, or am I being naive? We won't get around physical F11/F12 producing different sequences from Shift-F1 and Shift-F2. There will still confusion remaining as to how key bindings are working and people will wonder why no action can be bound to physcial F11/F12 (unless we implement them under a different name like `pf11, pf12, pf21, pf22`). But overall, a very long-standing problem will be solved for a lot of users.