]> git.eshelyaron.com Git - emacs.git/commit
Fix modifier keys on NS port
authorAlan Third <alan@idiocy.org>
Wed, 7 Feb 2018 22:39:17 +0000 (22:39 +0000)
committerAlan Third <alan@idiocy.org>
Sun, 11 Feb 2018 20:54:28 +0000 (20:54 +0000)
commit65ebf7890922156eb056a1e61421f77d7ce158ef
treedad233b31b952ecc1d2c4518b5b829ee57ddd217
parent68d8925077928422cf57625b0ad4b441e233b830
Fix modifier keys on NS port

* src/nsterm.m (EV_MODIFIERS_OPTION):
(EV_MODIFIERS_CONTROL):
(EV_MODIFIERS_COMMAND): New macros.
(ev_modifiers_helper): New function.
(EV_MODIFIERS2): Use new helper function.
(EmacsView::keyDown): Remove duplicate functionality and handle fn key
correctly.
src/nsterm.m