Variable: touch-screen-display-keyboard

touch-screen-display-keyboard is a customizable variable defined in touch-screen.el.gz.

Value

nil

Documentation

If non-nil, always display the on screen keyboard.

A buffer local value means to always display the on screen keyboard when the buffer is selected.

This variable was added, or its default value changed, in Emacs 30.1.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/touch-screen.el.gz
(defcustom touch-screen-display-keyboard nil
  "If non-nil, always display the on screen keyboard.
A buffer local value means to always display the on screen
keyboard when the buffer is selected."
  :type 'boolean
  :group 'touch-screen
  :version "30.1")