mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
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:
parent
4a5fffd2f4
commit
c676de69e0
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue