After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 540179 - Shift with some Function Keys no longer work to spec
Shift with some Function Keys no longer work to spec
Status: RESOLVED DUPLICATE of bug 425462
Product: vte
Classification: Core
Component: general
0.16.x
Other All
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-25 16:10 UTC by Michael Cronenworth
Modified: 2012-10-08 21:32 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Michael Cronenworth 2008-06-25 16:10:30 UTC
Please describe the problem:
Pressing SHIFT+F1, SHIFT+F2, SHIFT+F3, SHIFT+F4 no
longer works to the XTERM spec in vte-0.16.x

Steps to reproduce:
1. In gnome-terminal, cat -
2. SHIFT+F4
3. Start "xterm"
4. cat -
5. SHIFT+F4


Actual results:
^[O1;2S (gnome-terminal)
^[O2S (xterm)

Expected results:


Does this happen every time?
Yes.

Other information:
I originally filed this at Red Hat. https://bugzilla.redhat.com/show_bug.cgi?id=249573

I found out that the Gnome Bugzilla had the change recorded. It was originally a problem with ALT+arrow keys. http://bugzilla.gnome.org/show_bug.cgi?id=337252

The code is currently in a #if 1 define in vte-0.16.13/src/keymap.c:1440 and needs to be addressed with a better patch so that both SHIFT+F1 through SHIFT+F4 work along with ALT+arrow keys.
Comment 1 Christian Persch 2012-10-08 21:31:38 UTC
Here I get:

xterm 278: ^[[1;2S
vte 0.34 : ^[O1;2S
Comment 2 Christian Persch 2012-10-08 21:32:57 UTC

*** This bug has been marked as a duplicate of bug 425462 ***