Function: hmouse-add-unshifted-smart-keys

hmouse-add-unshifted-smart-keys is an interactive and byte-compiled function defined in hmouse-key.el.

Signature

(hmouse-add-unshifted-smart-keys)

Documentation

Bind \mouse-2 to the Action Key and \mouse-3 to the Assist Key.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hmouse-key.el
(defun hmouse-add-unshifted-smart-keys ()
  "Bind \\`mouse-2' to the Action Key and \\`mouse-3' to the Assist Key."
  (interactive)
  (require 'hyperbole)
  (hmouse-unshifted-setup))