On Nov 8, 2011, at 1:57 PM, Cédric Krier wrote: > On 08/11/11 14:18 +0100, lists.jc.mic...@symetrie.com wrote: >> Hi, >> >> Le 8 nov. 2011 à 03:13, Phillip Heller a écrit : >>>> Strange issue here, on 10.6.8: pressing "t" while entering text in a form >>>> does not produce the letter, but highlights the "Benutzer" ("User"?) menu >>>> on top of the screen for some seconds without unfolding it. "T" does work >>>> as expected. >>>> >>>> I can get a "t" in there using copy & paste, but it kinda ruins the >>>> workflow... ,) >>> >>> Steffen, >>> >>> Yes, this is a bug which I also came across in my testing a day or so ago. >>> >>> I've opened bug https://bugs.tryton.org/issue2258 to track. >>> >>> It's a simple fix, and I'll get it in along side the changes to make the >>> build work again. >> >> >> I had the same pb when I built the 2.0 client and Phillip's patch worked >> well, > > I discover why the code did not work. > It is because now, os.name return posix under MacOSX. > So we need a new way to detect broken MOD1 or we must change MOD1 for > something else perhaps Shift+Control.
sys.platform returns Darwin on Mac OS X. However, I think we should use the same letter as for Form reload and an additional modifier. So, perhaps CTRL-R for Form Reload, and CTRL-SHIFT-R for Menu Reload. Thoughts? --phil -- tryton-dev@googlegroups.com mailing list