GNOME Bugzilla – Bug 710349
gnome-terminal does not handle ctrl+alt+space correctly
Last modified: 2014-04-06 18:24:15 UTC
When hitting Ctrl+Alt+Space, the keys sent to the terminal should be ^[^@ (C-M-@). However, '^[ ' (M-Space) is sent instead. Steps to reproduce: 1. Start a terminal 2. Type cat and hit enter 3. Press Ctrl+Alt+Space 4. Observe that the characters that appear are "^[ " Expected behaviour: ^[^@ should be registered instead.
Created attachment 265390 [details] [review] Fix
*** Bug 360437 has been marked as a duplicate of this bug. ***
Fixed in 0-36, keeping open for vte-next.