[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
NSMenu changes
From: |
Riccardo Mottola |
Subject: |
NSMenu changes |
Date: |
Thu, 10 Jun 2010 00:52:16 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100418 SeaMonkey/2.0.4 |
Hi
" * Source/NSMenu.m:
Fix menu key equivalents to only trigger when the exact modifiers
are held down. Previously, an item would activate even when
additional
modifiers were held down (e.g. typing Ctrl-Alt-x would activate a
menu item whose key equivalent was Ctrl-x)."
This latest change broke for me key modifiers for menu actions.
For example, GWorkspace quits with shift-alt-q, now I just get a beep.
Riccardo