]> git.eshelyaron.com Git - emacs.git/commit
Fix the Scroll key binding on Windows
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 7 Feb 2022 03:57:27 +0000 (04:57 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 7 Feb 2022 03:58:49 +0000 (04:58 +0100)
commitde419bba04601b163def31308d63c51ed90b1458
treeba17af5dcc1dfc0f077db0f4f86b746afa282f90
parentcb09a1120e94bda3f4ddad644bbd1a1f1f9641f7
Fix the Scroll key binding on Windows

* lisp/bindings.el (global-map): Fix the binding on Windows
(bug#38007).

* lisp/scroll-lock.el (scroll-lock-mode): The event is `scroll' on
Windows, not `Scroll_Lock'.
lisp/bindings.el
lisp/scroll-lock.el