Variable: hydra-key-regex
hydra-key-regex is a variable defined in hydra.el.
Value
"[][\\[:alnum:] ~.,;:/|?<>={}*+#%@!&^↑↓←→⌫⌦⏎'`()\"$-]+?"
Documentation
Regex for the key quoted in the docstring.
Source Code
;; Defined in ~/.emacs.d/elpa/hydra-20250316.1254/hydra.el
(defvar hydra-key-regex "[][\\[:alnum:] ~.,;:/|?<>={}*+#%@!&^↑↓←→⌫⌦⏎'`()\"$-]+?"
"Regex for the key quoted in the docstring.")