Quote:
Originally Posted by KevinH
It is not opening the Saved Searches dialog. It is a shortcut to use the Saved Searches Find button when focus is on the SavedSearches table (QTreeView) because the Saved Searches Find button no longer has StrongFocus (ie. no longer grabs focus when clicked on).
So clicking on Find once and using spacebar no longer works in the Saved Searches Dialog. To replace that we plan on adding a hard coded shortcut.
|
Gotcha
Quote:
Originally Posted by KevinH
The user could always hit tab enough times to give the Find button focus and then use the spacebar.
|
Given Saved searches is a dialogue box why not give the Find, Replace etc buttons keyboard shortcuts via the accelerator key feature i.e.
Find. Even though its a non-modal I think it would work… i.e. Alt+F for the menubar File and Alt+F for Find in the Saved searches dialogue box could coexist.
BR