]> 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>
Mon, 14 Dec 2020 20:32:06 +0000 (20:32 +0000)
commitee6c702e1895d88ee7e6f57bc6778694239ead76
tree344c10d0fa798c7bd8a29b6c906e039a0a1ec292
parent668f0a7f847264dbc9549aeb2d42b967e25eef5f
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.

(cherry picked from commit 7970610d48701a949ce443c94c71eac47d044197)
src/nsterm.m