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 504594 - gnome-terminal does not accept key combination CTRL and ALT-GRAPH
gnome-terminal does not accept key combination CTRL and ALT-GRAPH
Status: RESOLVED OBSOLETE
Product: vte
Classification: Core
Component: general
unspecified
Other opensolaris
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-12-20 04:29 UTC by Takao Fujiwara
Modified: 2014-04-22 16:28 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch for src/vte.c (570 bytes, patch)
2007-12-20 04:31 UTC, Takao Fujiwara
none Details | Review

Description Takao Fujiwara 2007-12-20 04:29:25 UTC
On German keyboards the ] character is generated by pressing ALT-GRAPH (mode-switch) and 9. This does work in the gnome-terminal. But when used in combination with CTRL, only the 9 appears. CTRL-] is for example needed for telnet escape, which does not work in a gnome-terminal.
The same key combination does work in xterm and dtterm.

Investigating this bug, it's caused by bug 375112.
I wonder why gtk_im_context_filter_keypress() does not return TRUE in 375112 but I'll provide the fix.
Comment 1 Takao Fujiwara 2007-12-20 04:31:34 UTC
Created attachment 101297 [details] [review]
Patch for src/vte.c

The patch avoids to call vte_translate_national_ctrlkeys when Mode_switch is pressed.
Comment 2 Takao Fujiwara 2008-01-18 09:04:59 UTC
Could you review the patch?
Comment 3 Christian Persch 2014-04-22 16:28:50 UTC
Works here on master. Both vte and xterm send 0x1d on Ctrl-AltGr-9.