* Keyboard coding system in console mode @ 2006-08-21 8:58 augukarl 2006-08-21 9:46 ` QinGW 2006-08-21 14:45 ` Kevin Rodgers 0 siblings, 2 replies; 3+ messages in thread From: augukarl @ 2006-08-21 8:58 UTC (permalink / raw) Hi, 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? Regards, August ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Keyboard coding system in console mode 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 1 sibling, 0 replies; 3+ messages in thread From: QinGW @ 2006-08-21 9:46 UTC (permalink / raw) good ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Keyboard coding system in console mode 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 1 sibling, 0 replies; 3+ messages in thread From: Kevin Rodgers @ 2006-08-21 14:45 UTC (permalink / raw) 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 ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-08-21 14:45 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 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
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.