From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/accelerators.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/accelerators.html') diff --git a/doc/html/accelerators.html b/doc/html/accelerators.html index 7bdff46a..4fadf264 100644 --- a/doc/html/accelerators.html +++ b/doc/html/accelerators.html @@ -34,14 +34,14 @@ body { background: #ffffff; color: black; }

Applications invariably need to define accelerator keys for actions. -TQt fully supports accelerators, for example with TQAccel::shortcutKey(). +TQt fully supports accelerators, for example with TQAccel::shortcutKey().

Here are Microsoft's recommendations for accelerator keys, with comments about the Open Group's recommendations where they exist and differ. For most commands, the Open Group either has no advice or agrees with Microsoft.

The emboldened letter plus Alt is Microsoft's recommended choice, and we recommend supporting it. For an Apply button, for example, we -recommend TQButton::setText( tr("&Apply") ); +recommend TQButton::setText( tr("&Apply") );

If you have conflicting commands (e.g. About and Apply buttons in the same dialog), you must decide for yourself.