#6239 closed enhancement (fixed)
Search filter for keyboard shortcuts list
| Reported by: | joshdoe | Owned by: | team |
|---|---|---|---|
| Priority: | minor | Component: | Core |
| Version: | Keywords: | shortcuts search filter | |
| Cc: | josh@… |
Description
It's difficult to find a specific shortcut in the "Keyboard Shortcuts" tab if you don't know the exact name. It would be nice to have a search field like for the "Plugins" tab to filter the list.
Attachments (1)
Change History (10)
comment:1 Changed 15 months ago by akks
comment:2 Changed 15 months ago by joshdoe
- Priority changed from normal to minor
It certainly helps, if you know the exact name of the action and what menu it belongs to. The plugin list is much longer than the shortcut list, so I think the latter could benefit from searching just as much as the former.
comment:3 Changed 15 months ago by akks
Please improve the design if if looks bad:
comment:4 Changed 15 months ago by akks
- Resolution set to fixed
- Status changed from new to closed
In [4909/josm]:
Changed 15 months ago by joshdoe
comment:5 Changed 15 months ago by joshdoe
- Resolution fixed deleted
- Status changed from closed to reopened
- Summary changed from Search filter for keyboard shortcuts list to [PATCH] Search filter for keyboard shortcuts list
Thanks for adding this! The one thing I'd suggest is making it a case insensitive search rather than regex. Also I like AND searches split on whitespace rather than exact matches, far more useful IMHO. Patch attached.
comment:6 Changed 15 months ago by akks
I thought about case sensitivity but could not find the examle for Java. Thank you for the patch, I will check and apply it soon.
comment:7 Changed 15 months ago by akks
- Resolution set to fixed
- Status changed from reopened to closed
In [4914/josm]:
comment:8 Changed 15 months ago by akks
While including your patch I have done some refactoring and then noticed "shortcut resetting bug" #7375.
Thank you again.
comment:9 Changed 15 months ago by joshdoe
- Summary changed from [PATCH] Search filter for keyboard shortcuts list to Search filter for keyboard shortcuts list
Thanks for applying it.



Does not sorting help?