]> git.eshelyaron.com Git - emacs.git/commit
Ignore scroll lock key on Haiku
authorPo Lu <luangruo@yahoo.com>
Wed, 12 Jan 2022 11:09:38 +0000 (11:09 +0000)
committerPo Lu <luangruo@yahoo.com>
Wed, 12 Jan 2022 11:09:38 +0000 (11:09 +0000)
commitaa685a465b4c347194efd5948563eaa01d0dcce6
treebdf9fa3720f9ed8071a77e14b98556122689d31b
parent60dd962507ea1f7f5b41cb76d1efd9c0a0957353
Ignore scroll lock key on Haiku

* src/haiku_support.cc (keysym_from_raw_char): Return special
value for keys that shouldn't be sent to Emacs.
(DispatchMessage): Respect said value.
src/haiku_support.cc