Jean-Marc Lasgouttes wrote: >>>>>> "John" == John Levon <[EMAIL PROTECTED]> writes: > > John> On Fri, Jan 10, 2003 at 11:04:39AM +0100, Edwin Leuven wrote: >>> In qt the close/cancel buttons have missing accelerator keys > > John> I was convinced by JMarc they shouldn't really have accelerator > John> keys (beyond return and escape) > > Did I? I did not remember about that :) Unless we have good proof (aka > good apps) that doing otherwise is needed, having accelerator keys for > OK/Cancel/Close is kind of silly. We shold probably remove them for > xforms (which frees another potentially more useful binding). > > JMarc
Jean-Marc, shall I reduce this lot so that they only have Escape as an accelorator? None of the OK labels have any accelerators other than Return. $ (grep "label: Cancel" *.fd && grep "label: Close" *.fd) | cut -d ':' -f 3 | sort -u Cancel|^[ Cancel|#C^[ Cancel|#N^[ Close Close|^[ Close|#C^[ Close|^[^M $ -- Angus