From: Bernard D. <bde...@us...> - 2018-12-17 10:22:44
|
Hmm, it is normal that the *Find* command be enabled even if no window is opened because you may want to perform a multifile search (ditto for *Hyper Search*). The shortcut *Cmd-F* does work for me: if it does not work for you, there must be another reason. Can you type the following command in the AlphaTcl shell (cmd-Y) and report the result: ``` binding list -mod c -key 'f' ``` --- ** [tickets:#210] Opening the "Find..." Dialog when no file is opened** **Status:** open **Created:** Mon Dec 17, 2018 08:49 AM UTC by Sylvain Loiseau **Last Updated:** Mon Dec 17, 2018 08:49 AM UTC **Owner:** nobody When no file is opened, the "Find..." menu entry is not disabled, the mouse action successfully opens the dialog, but the shortcut (cmd-F) does not work. By contrast, "Hyperserarch" (cmd-alt-ctrl-F) can be opened with both the shortcut and the mouse. --- Sent from sourceforge.net because alp...@li... is subscribed to https://sourceforge.net/p/alphacocoa/tickets/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/alphacocoa/admin/tickets/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |