Variable: num-input-keys

num-input-keys is a variable defined in keyboard.c.

Value

0

Documentation

Number of complete key sequences read as input so far.

This includes key sequences read from keyboard macros. The number is effectively the number of interactive command invocations.

Source Code

// Defined in /usr/src/emacs/src/keyboard.c
  DEFVAR_INT ("num-input-keys", num_input_keys,
	      doc: /* Number of complete key sequences read as input so far.
This includes key sequences read from keyboard macros.
The number is effectively the number of interactive command invocations.  */);