Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 5

Qt-interest Archive, May 2008
Pb with shortcuts on Mac OS


Message 1 in thread

Hi everyone, my Qt 4.3 application runs on Windows and Mac OS. Under Windows
shortcuts work correctly but under Mac, they don't work as I want. For
example when I press ALT+M, this activate an item in the menu whitch starts
with M. How I must to proceed. I'm on Mac OS X 10.4 Tiger PPC and I'm using
Qt 4.3 and Xcode.

Many thanks.


Message 2 in thread

Using ALT to drop down a menu is not a shortcut. Shortcuts use
Control/Command (Window/Mac) or function keys. The ALT key on Windows is a
Windows only aberration, it does not work on Mac because it is not
appropriate on Mac.

Keith
**Please do not reply to me, reply to the list.**

On 05-22-2008 9:41 AM, "HEDFI Mourad" wrote:

> Hi everyone, my Qt 4.3 application runs on Windows and Mac OS. Under Windows
> shortcuts work correctly but under Mac, they don't work as I want. For example
> when I press ALT+M, this activate an item in the menu whitch starts with M.
> How I must to proceed. I'm on Mac OS X 10.4 Tiger PPC and I'm using Qt 4.3 and
> Xcode.
> Many thanks.
>