Same problem on a newly created user.

Seems have something to do with my Swedish keyboard, which I normally use
with a U.S. keyboard layout.

I've narrowed down the problem down to a call to
vte_translate_national_ctrlkeys() from vte_terminal_key_press(). This
function was added to solve Gnome bug #375112. If I remove the lines below
from vte.c it works a before.

  /* If we didn't manage to do anything, try to salvage a
   * printable string. */
  if (handled == FALSE && normal == NULL && special == NULL) {
-    if (event->group &&
-        (terminal->pvt->modifiers & GDK_CONTROL_MASK))
-          keyval = vte_translate_national_ctrlkeys(event);

     /* Convert the keyval to a gunichar. */
     keychar = gdk_keyval_to_unicode(keyval);
     normal_length = 0;


** Attachment added: "unnamed"
   http://launchpadlibrarian.net/13911775/unnamed

-- 
[Hardy] Key combination Ctrl-] is ignored
https://bugs.launchpad.net/bugs/221516
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to