-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Enhanced Command Selection #16
Comments
This has been a part of AHK Studio for quite some time. Ctrl+Alt+O by default is called Omni-Search. You can add a prefix @ for menu items, { for classes, [ for methods, ( for functions, & for hotkeys, : for labels, + for auto add function calls, and # for bookmarks. |
There are also shortcuts to have the prefixes auto filled in for you. They are Ctrl+(the prefix you want). Look for something in the special menu that has the word search in it to change the hotkeys. |
For more information: https://github.com/maestrith/AHK-Studio/wiki/Special-Menu#omni-search |
Oh - great! Haven't seen this yet ... :-/ As I said: I like your lightning fast implementation time - this time you exceled yourself: your implementation was ready even before I asked for it! ;-) |
Current Situation
Most commands and settings can be accessed via menus, hotkeys or toolbar items. As there are many commands its quite difficult to remember the hotkey or the location of a command within the menus.
Therefore I suggest a new method to find commands and execute them. The idea is taken from Notepad++
Feature Requests Searching Commands
This would it make way easier to find certain commands ...
The text was updated successfully, but these errors were encountered: