all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Josh Tilles <merelyapseudonym@gmail.com>
To: 17565@debbugs.gnu.org
Subject: bug#17565: 24.3.91; numpad inserts wrong digits
Date: Tue, 27 May 2014 13:23:58 -0400	[thread overview]
Message-ID: <CAGTcTFyJ6iz2vTjO=bQMzVP4PZg90XnW4Z7poj49GUxRRecObA@mail.gmail.com> (raw)
In-Reply-To: <CAGTcTFyAS76+bO8_TCzh_ehjb+55YBT-Kt4LG3VnKtss8NDEhQ@mail.gmail.com>

When I had first created the ticket, I had only started Emacs with
--no-init-file. However, I just verified that the behavior still shows
up by starting Emacs with -Q.

I'm using a Kinesis Advantage Pro keyboard, and in case you're not
familiar with the model, an image is available here:
https://www.washington.edu/itconnect/wp-content/uploads/2013/06/kinesisadvantagepro.jpg

I am running Emacs 24.3 and 24.3.91 "side-by-side" by keeping the 24.3
Emacs.app in /Applications but keeping the 24.3.91 Emacs.app in
~/Applications (i.e., /Users/joshua.tilles/Applications/Emacs.app vs
/Applications/Emacs.app)

It might be relevant that I have an unusual keyboard layout: I've done
(most of) the customization using OS X's Keyboard Layouts, not by
using Kinesis's built-in remapping ability. The keyboard customization
file follows, abbreviated to only the relevant portions:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE keyboard SYSTEM
"file://localhost/System/Library/DTDs/KeyboardLayout.dtd">
<keyboard group="0" id="…" name="…" maxout="1">
  <layouts>…</layouts>
  <modifierMap id="modifiers" defaultIndex="0">…</modifierMap>
  <keyMapSet id="ANSI">
        <!-- keycodes can be found in HIToolbox/Events.h (prefixed
kVK_ANSI_) -->
        <!-- and
http://lists.apple.com/archives/carbon-dev/2009/Jan/msg00101.html -->
        <keyMap index="0">
          …
          <!-- numpad -->
          <key code="71"  output="&#x1B;"/>             <!-- Num Lock
         -->
          <key code="81"  output="/"/>                  <!-- Num =
                 -->
          <key code="75"  output="*"/>                  <!-- Num /
                 -->
          <key code="67"  output="-"/>                  <!-- Num *
                 -->
          <key code="89"  output="1"/>                  <!-- Num 7
                 -->
          <key code="91"  output="2"/>                  <!-- Num 8
                 -->
          <key code="92"  output="3"/>                  <!-- Num 9
                 -->
          <key code="78"  output="+"/>                  <!-- Num -
                 -->
          <key code="86"  output="4"/>                  <!-- Num 4
                 -->
          <key code="87"  output="5"/>                  <!-- Num 5
                 -->
          <key code="88"  output="6"/>                  <!-- Num 6
                 -->
          <key code="69"  output="+"/>                  <!-- Num +
                 -->
          <key code="83"  output="7"/>                  <!-- Num 1
                 -->
          <key code="84"  output="8"/>                  <!-- Num 2
                 -->
          <key code="85"  output="9"/>                  <!-- Num 3
                 -->
          <key code="76"  output="&#x03;"/>             <!-- Enter
                 -->
          <key code="82"  output="0"/>                  <!-- Num 0
                 -->
          <key code="65"  output="."/>                  <!-- Decimal
Sep.       -->
         …
       </keyMap>
  </keyMapSet>
  …
  <actions>…<actions>
  <terminators>…</terminators>
</keyboard>





  reply	other threads:[~2014-05-27 17:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-23 18:14 bug#17565: 24.3.91; numpad inserts wrong digits Josh Tilles
2014-05-27 17:23 ` Josh Tilles [this message]
2014-05-27 21:47   ` Juri Linkov
2014-06-01 11:11   ` Jan D.

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='CAGTcTFyJ6iz2vTjO=bQMzVP4PZg90XnW4Z7poj49GUxRRecObA@mail.gmail.com' \
    --to=merelyapseudonym@gmail.com \
    --cc=17565@debbugs.gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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.