Variable: keyboard-type

keyboard-type is a variable defined in startup.el.gz.

This variable is obsolete since 28.1.

Value

nil

Documentation

The brand of keyboard you are using.

This variable is used to define the proper function and keypad keys for use under X. It is used in a fashion analogous to the environment variable TERM.

Probably introduced at or before Emacs version 28.1.

Source Code

;; Defined in /usr/src/emacs/lisp/startup.el.gz
(defvar keyboard-type nil
  "The brand of keyboard you are using.
This variable is used to define the proper function and keypad
keys for use under X.  It is used in a fashion analogous to the
environment variable TERM.")