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

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

bug#51449: 28.0.50; iso-transl overwrites alt key bindings


From: Gregory Heytings
Subject: bug#51449: 28.0.50; iso-transl overwrites alt key bindings
Date: Thu, 28 Oct 2021 08:57:47 +0000



What I want is to make A-c run the command I want - ie be able to bind it.


Then what you need is to unbind it in key-translation-map:

(define-key key-translation-map (kbd "A-c") nil)





reply via email to

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