Hello,

I have an application that uses "T" as a shortcut for a menuitem. The program is compiled for both Mac and Windows.

It works great except on one machine, where it isn't triggered. If they have the menu opened they say they can see the MenuItem being highlighted but the effect dosen't kick in.

The Menu is created in the .ui-file with the Designer; the interresting part in UI-file says:

Qt Code:
  1. <action name="actionZoomIn" >
  2. <property name="text" >
  3. <string>Zoom &amp;In</string>
  4. </property>
  5. <property name="shortcut" >
  6. <string>T</string>
  7. </property>
  8. </action>
To copy to clipboard, switch view to plain text mode 

I do recognize that i have double shortcuts here that could pose a problem i guess.. But the weird thing that it happens for one machine only and the application seems to regocnice the shortcut, since the menuitem gets highligted.

Anyone have any ideas?

Qt 4.2.3.
Affected system runs Leopard.