bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#17565: 24.3.91; numpad inserts wrong digits


From: Juri Linkov
Subject: bug#17565: 24.3.91; numpad inserts wrong digits
Date: Wed, 28 May 2014 00:47:07 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)

> 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:

Does this help you?

(define-key function-key-map [kp-1] [?7])
(define-key function-key-map [kp-2] [?8])
(define-key function-key-map [kp-3] [?9])
(define-key function-key-map [kp-7] [?1])
(define-key function-key-map [kp-8] [?2])
(define-key function-key-map [kp-9] [?3])





reply via email to

[Prev in Thread] Current Thread [Next in Thread]