]> git.eshelyaron.com Git - emacs.git/commit
Add commands to interactively set/unset keyboard translations
authorHugo Heagren <hugo@heagren.com>
Sun, 4 Aug 2024 11:54:27 +0000 (12:54 +0100)
committerEshel Yaron <me@eshelyaron.com>
Fri, 4 Oct 2024 10:11:16 +0000 (12:11 +0200)
commit9c0b5d8ce8e07c4f91dc915a4f9008a974b0f35e
treec458b1235021808ae5c8b0379590750f7232b86f
parent008b79f521cd8240799f35a65c30e182f4ec12fa
Add commands to interactively set/unset keyboard translations

* lisp/keymap.el (key-translate): Add an interactive form, prompting for
keys to translate, and update docstring to reflect this.
(key-translate-selection-function): New custom option.
(key-select-translation): New function, default value of above option.
(key-translate-remove): New command, for removing entries from
`keyboard-translate-table'.

(cherry picked from commit 3139ce7ad42ab883eee5189d6cb19612f525f491)
etc/NEWS
lisp/keymap.el