Variable: current-key-remap-sequence
current-key-remap-sequence is a variable defined in keyboard.c.
Value
nil
Documentation
The key sequence currently being remap, or nil.
Bound to a vector containing the sub-sequence matching a binding
within input-decode-map or local-function-key-map when its bound
function is called to remap that sequence.
Probably introduced at or before Emacs version 30.1.
Source Code
// Defined in /usr/src/emacs/src/keyboard.c
DEFVAR_LISP ("current-key-remap-sequence",
Vcurrent_key_remap_sequence,
doc: /* The key sequence currently being remap, or nil.
Bound to a vector containing the sub-sequence matching a binding
within `input-decode-map' or `local-function-key-map' when its bound
function is called to remap that sequence. */);