Bug#659763: libvte9: generates wrong sequences for several keys

Ernest Adrogué nfdisco at gmail.com
Thu Feb 16 13:57:18 UTC 2012


Tags: patch

Hi,

I wrote a patch that fixes the issues. The new mappings are left as
follows: 

Space key:
      - Space:		SP*
      - M-Space:	ESC SP*
      - C-Space:	NUL*
      - M-C-Space:	ESC NUL

Return key:
      - Return:		CR*
      - M-Return:	ESC LF*
      - C-Return:	CR
      - M-C-Return:	ESC LF*

Backspace key:
      - Backspace:	<Depends on config settings>*
      - C-Backspace:	BS

* = Unchanged.

Be aware that the second patch contains a non-printable character (^H)
that may cause oddities when viewing the file or it may need to be
re-inserted before applying the patch.

Cheers,
Ernest
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ctrl-meta-space-ctrl-ret.patch
Type: text/x-diff
Size: 898 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20120216/a338c919/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ctrl-backspace.patch
Type: text/x-diff
Size: 533 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-gnome-maintainers/attachments/20120216/a338c919/attachment-0001.patch>


More information about the pkg-gnome-maintainers mailing list