All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: kbd <kbd@lists.altlinux.org>
Subject: [kbd] [patch] support CTRL+[ in jp106.map
Date: Sun, 30 Mar 2008 13:15:53 -0400	[thread overview]
Message-ID: <200803301315.54000.vapier@gentoo.org> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 77 bytes --]

this patch fixes CTRL+[ in the jp106.map:
http://bugs.gentoo.org/71870
-mike

[-- Attachment #1.2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 827 bytes --]

[-- Attachment #2: kbd-1.12-jp-escape.patch --]
[-- Type: text/x-diff, Size: 404 bytes --]

Recognize Ctrl-[ as Escape.

Patch by OKUMURA N. Shin-ya.

http://bugs.gentoo.org/71870

--- data/keymaps/i386/qwerty/jp106.map
+++ data/keymaps/i386/qwerty/jp106.map
@@ -35,6 +35,7 @@
 keycode  26 = at               grave
 	control	keycode  26 = nul
 keycode  27 = bracketleft      braceleft
+	control	keycode  27 = Escape
 keycode  28 = Return
 	alt	keycode  28 = Meta_Control_m
 keycode  29 = Control

             reply	other threads:[~2008-03-30 17:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-30 17:15 Mike Frysinger [this message]
2008-03-31 11:57 ` [kbd] [patch] support CTRL+[ in jp106.map Alexey Gladkov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200803301315.54000.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=kbd@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.