From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: Keyboard coding system in console mode
Date: Mon, 21 Aug 2006 08:45:07 -0600 [thread overview]
Message-ID: <eccgun$k51$1@sea.gmane.org> (raw)
In-Reply-To: <1156150685.367195.317260@m79g2000cwm.googlegroups.com>
augukarl@yahoo.se wrote:
> When I run emacs as `emacs -nw' I have noticed that the keyboard
> behaves strangely; e.g. `C-tab' is bound to `tab' and `C-up' is bound
> to `ESC O'. What's happening?
1. The terminal is sending the same key code for C-tab as for tab,
so Emacs can't distinguish them.
2. The terminal sends an escape sequence for up, which Emacs decodes
via function-key-map. The terminal probably sends the same escape
sequence for C-up as for up.
--
Kevin
prev parent reply other threads:[~2006-08-21 14:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-08-21 8:58 Keyboard coding system in console mode augukarl
2006-08-21 9:46 ` QinGW
2006-08-21 14:45 ` Kevin Rodgers [this message]
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='eccgun$k51$1@sea.gmane.org' \
--to=ihs_4664@yahoo.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).