moved back to NSCommandKey for key equivalents

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5012 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-10-14 00:41:55 +00:00
parent 4a5fffd2f4
commit c676de69e0

View file

@ -1,3 +1,14 @@
Tue Oct 14 1999 Nicola Pero <n.pero@mi.flashnet.it>
Sorry for having messed things up using the wrong modifier
for key equivalents. Thanks to Richard for pointing this out.
* Source/NSApplication.m ([-sendEvent:]): Changed modifier
back to NSCommandKeyMask.
* Source/NSButtonCell.m ([-_init]): Changed back to use
NSCommandKeyMask.
* Source/NSWindow.m ([-keyDown:]): Use NSCommandKeyMask for key
equivalents.
Wed Oct 13 1999 Nicola Pero <n.pero@mi.flashnet.it>
You should now be able to use key equivalents for buttons.