]> git.eshelyaron.com Git - emacs.git/commit
Fix error with fn key in NS port (bug#44533)
authorAlan Third <alan@idiocy.org>
Tue, 10 Nov 2020 12:54:50 +0000 (12:54 +0000)
committerAlan Third <alan@idiocy.org>
Fri, 13 Nov 2020 16:15:00 +0000 (16:15 +0000)
commit7970610d48701a949ce443c94c71eac47d044197
tree2c56381739f35e77408aed4a2efa8e49f402aa1d
parent297f89f7e4becd64c1732af6db8ba925186d1d45
Fix error with fn key in NS port (bug#44533)

* src/nsterm.m ([EmacsView keyDown:]): Move the correction for fn key
handling to before the modifiers are calculated.
src/nsterm.m