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

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

Re: How to bind (shift Fx) for emacs in putty?


From: c.c
Subject: Re: How to bind (shift Fx) for emacs in putty?
Date: 26 Dec 2005 04:24:07 -0800
User-agent: G2/0.2

The TERM setting is xterm-256color, I has added the lines

(define-key function-key-map "\e[11~" [f1])
(define-key function-key-map "\e[23~" [(shift f1)])

to the Emacs's term/xterm-256color.el file , so the Emcas can recognize
these keys, and can describe these keys correctly by "describe-key".
And when I type "C-q f1" and "C-q (S-f1)", I can see in the buff what I
am setting in the file term/xterm-256color.el. it seems everything is
OK, but I just can't get the response when I type <S-f1> in a buff. I
will give up it.



reply via email to

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