Variable: hycontrol--vnk-string

hycontrol--vnk-string is a variable defined in hycontrol.el.

Value

"(Virtual   7 8 9   Enter a digit to\n Numeric   4 5 6   move the frame\n Keypad)   1 2 3   to that quadrant"

Documentation

Prompt string for virtual numeric keypad (emulate keypad when not available).

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hycontrol.el
;;; Frame Relocation Commands

(defconst hycontrol--vnk-string
  "(Virtual   7 8 9   Enter a digit to
 Numeric   4 5 6   move the frame
 Keypad)   1 2 3   to that quadrant"
  "Prompt string for virtual numeric keypad (emulate keypad when not available).")