When I hit "save as" in my program on OS X, and I try to type a file name with numbers in it, instead of typing the numbers in the textbox, it executes the associated shortcut in my program behing the "save as" dialog box.

Does that make sense? I have a series of qactions inside qmenu's that have "1" "2" "3" etc... as shortcuts, and the save as and open file dialogs won't let me type those numbers.

I am using the qshortcutmanager class from the edyuk source code, but I don't really think it is causing this problem. I tried setting each qaction's shortcut context to Qt::WidgetContext, but that didn't seem to solve the problem. I have no idea what else to try.

Thanks for the help,

dave