]> git.eshelyaron.com Git - emacs.git/commit
Fix modifier key handling on macOS
authorAlan Third <alan@idiocy.org>
Wed, 14 Feb 2018 20:28:46 +0000 (20:28 +0000)
committerAlan Third <alan@idiocy.org>
Sat, 17 Feb 2018 12:34:50 +0000 (12:34 +0000)
commit5b464a9ceab6aa48138d0353669b426ff69e5365
tree5119e77a4f76885f732ce06594d76cf3ba150781
parent4429f97b58653540985387caa554fc0f25f90000
Fix modifier key handling on macOS

* configure.ac: Use the Carbon framework on macOS.
* src/nsterm.m (ns_get_shifted_character) [NS_IMPL_COCOA]: New function.
(EmacsView::keyDown) [NS_IMPL_COCOA]: Use ns_get_shifted_character
when we have shift style modifiers.
configure.ac
src/nsterm.m