Skip to content
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

Closed
hoppfrosch opened this issue Sep 12, 2014 · 4 comments
Closed

Feature Request: Enhanced Command Selection #16

hoppfrosch opened this issue Sep 12, 2014 · 4 comments

Comments

@hoppfrosch
Copy link

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

  • Implement a new command search toolbar with an edit field (similar to the quick search toolbar
  • Typing within the new toolbar-edit-field opens an "Instant-Search-Result-Box"
  • The "Instant-Search-Result-Box" contains all commands filtered on base of the entered text in the edit field (Entering Print list all commands containing Print ....)
  • Selecting an entry from "Instant-Search-Result-Box" executes the corresponding command

2014-09-12_07-33-22

This would it make way easier to find certain commands ...

@hoppfrosch hoppfrosch changed the title Feature Request: Enhanced Command execution Feature Request: Enhanced Command Selection Sep 12, 2014
@maestrith
Copy link
Owner

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.

@maestrith
Copy link
Owner

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.

@maestrith
Copy link
Owner

@hoppfrosch
Copy link
Author

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! ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants