kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #06787
Re: [PATCH] new hotkeys window + some menu entry mistakes corrected + CONTRIBUTE file added
-
To:
kicad-developers@xxxxxxxxxxxxxxxxxxx
-
From:
jean-pierre charras <jp.charras@xxxxxxxxxx>
-
Date:
Sat, 03 Sep 2011 15:53:32 +0200
-
In-reply-to:
<CA+Mgg7OAnvfaqXyjebD-BF3gBD9b+1dTwZ8r+2ATMqinfO=VuQ@mail.gmail.com>
-
User-agent:
Mozilla/5.0 (Windows NT 5.1; rv:6.0.1) Gecko/20110830 Thunderbird/6.0.1
Le 03/09/2011 15:29, fabrizio a écrit :
Dear All,
this is my first patch, I hope it will be all right. This is what I have done.
....
2) hotkeys in the "Place" top menu are now properly displayed. They
are right justified and appear without the unnecessary "<>".
This is not possible:
As clearly written in comments in many places,
when a key appear inside "<>" this is a comment, not a hotkey equivalent to the menu.
This is due to the fact some hotkeys do not the same thing as the place menu items.
Therefore we cannot use always \t instead of "<>"
(It happen each time the command use the mouse position to do something, and this is the case in place menu).
Unless someone knows, with wxWidgets,
when the same command event is generated by a hot key or by clicking on the menu,
how we know the command event is due to a click on the hot key or click on the menu.
--
Jean-Pierre CHARRAS
Follow ups
References