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

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

Re: Wrong keypad bindings for some keys in emacs 23.1 under CentOS 6


From: Bryan Wright
Subject: Re: Wrong keypad bindings for some keys in emacs 23.1 under CentOS 6
Date: Wed, 14 Dec 2011 15:54:59 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Excellent! that was the clue I needed.  For the record, here's the code that
fixes the keypad problems:

(define-key input-decode-map (kbd "\eOP") [kp-f1])
(define-key input-decode-map (kbd "\eOQ") [kp-f2])
(define-key input-decode-map (kbd "\eOR") [kp-f3])
(define-key input-decode-map (kbd "\eOS") [kp-f4])
(define-key input-decode-map (kbd "\eOn") [kp-decimal])

                                 Thanks,
                                 Bryan







reply via email to

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