inhibit-mouse.el - Deactivate mouse input in Emacs
The inhibit-mouse package allows the disabling of mouse input in Emacs using inhibit-mouse-mode. Instead of modifying the keymap of its own mode as the disable-mouse package does, enabling inhibit-mouse-mode only modifies input-decode-map to disable mouse events, making it more efficient and faster than disable-mouse. Additionally, the inhibit-mouse package allows for the restoration of mouse input when inhibit-mouse-mode is disabled. If this enhances your workflow, please show your support by ⭐ starring inhibit-mouse on GitHub to help more Emacs users discover its benefits. Installation To install inhibit-mouse from MELPA: If you haven't already done so, add MELPA repository to your Emacs … Continue reading