> >> In Amaya 9.0 pre WinXP, the keyboard shortcuts are shown > >> badly in menus (they should be aligned to the right), as it can > >> be seen in this image: > >This is due to a limitation of the wxWidgets current version. > >It doesn't accept to display ctrl sequences like "Ctrl o Ctrl o" > >as a shortcut, so we need to inserte them into the item text. > I do not know if it is a limitation of wxwidgets, but for instance, > Audacity, a program that uses wxwidgets, displays ctrl > sequences in the right place, as you can see in the following > image: > > And in the wxwidgets web site, there is a screenshot that > shows ctrl sequences in the right places > (http://www.wxwidgets.org/screen11.htm) Yes wxWidgets supports simple shortcuts : CTRL+O, CTRL+W, ALT+CTRL+O, ... But Amaya requires more complex shortcuts combinaisons : CTRL+O+CTRL+O, CTRL+H+CTRL+P, ... Unfortunatly, wxWidgets do not support these "complex" shortcuts. -- Stéphane GULLY - (http://www.zeitoun.net)Received on Wednesday, 8 December 2004 12:26:21 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:30:46 UTC