PDA

View Full Version : shortcut problem on OSX



stefkeB
8th December 2008, 10:11
When I use single character shortcuts in an MainWindow-based application, I have a problem that these shortcuts are still eating my input when saving a file in OSX. Since on this platform, the save-as dialog "folds out" of the mainwindow, it is not a real separate dialog and so while I am typing, the "a" shortcut and the "m" shortcut I assigned are still in effect.

On Windows, this problem does not occur, as the save-as dialog is a full modal dialog.

Any hints?