emacs-devel
[Top][All Lists]
Advanced

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

override/delete translation of C-S-y?


From: Stephen Leake
Subject: override/delete translation of C-S-y?
Date: Wed, 09 Jun 2021 15:18:44 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (windows-nt)

I'm trying to bind "\C-Y" to yank-from-kill-ring (I already have the
other modifies on C-y bound).

However, something is translating "\C-Y" to "\C-y"; according to the
elisp manual on translating keys, it's one of ‘input-decode-map’,
‘local-function-key-map’, or ‘key-translation-map’.

However, (lookup-key *-map "\C-Y") returns nil for all those maps, as
does (lookup-key *-map "\C-y").

I tried greping in the source to find where those keymaps are set, but I
did not find C-y.

How do I find the right key binding to override/delete?

-- 
-- Stephe



reply via email to

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