emacs-devel
[Top][All Lists]
Advanced

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

Re: Gather a list of confusions beginner tend to have


From: Emanuel Berg
Subject: Re: Gather a list of confusions beginner tend to have
Date: Sat, 12 Sep 2020 05:46:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Richard Stallman wrote:

> Shouldn't those bindings be the same on tty frames?
> There seem to have no meaningful binding on tty
> frames now.

In /etc/console-setup/remap.inc:

  # example: make F3 work in tty Emacs
  keycode 61 = U+1001

in an Elisp file:

  ;; example: make F3 work in tty Emacs
  (define-key input-decode-map [?\u1001] [func3])
  (global-set-key [func3] (lambda () (interactive) (message "F3")))

See:

  https://dataswamp.org/~incal/conf/remap.inc
  https://dataswamp.org/~incal/emacs-init/console-keys.el
  https://dataswamp.org/~incal/tty-emacs-keys.txt

--
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

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