Fix handling of modifier keys on macOS
commit8fbf28536ee1169f59206523e2af050916befbf6
authorPhilipp Stephani <phst@google.com>
Wed, 30 Mar 2016 17:22:56 +0000 (30 19:22 +0200)
committerPhilipp Stephani <phst@google.com>
Sun, 4 Feb 2018 19:44:45 +0000 (4 20:44 +0100)
tree3bb3e08efc13ba21fbedb4bafe17b8023fb48ca7
parentd2630e456923d2bd70fdd59267fe6e3d8eeb69ca
Fix handling of modifier keys on macOS

* src/nsterm.m (keyDown:): Distinguish between shift-like and
control-like modifier keys.  Allow treating ⌘ as shift-like
modifier (e.g. for the Gujarati – QUERTY input method, where ⌘
switches to QUERTY.)

* lisp/cus-start.el (standard): Change nil to none for
ns-command-modifier; update description.

* etc/NEWS: Add NEWS entry.
etc/NEWS
lisp/cus-start.el
src/nsterm.m