Modify

Opened 2 years ago

Closed 15 months ago

Last modified 15 months ago

#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)

case-ins_and_search_PrefJPanel.java.patch (1.5 KB) - added by joshdoe 15 months ago.

Download all attachments as: .zip

Change History (10)

comment:1 Changed 15 months ago by akks

Does not sorting help?

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]:

fix #6239: Search filter for keyboard shortcuts list

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]:

fix #6239 - Patch by Joshdoe [Case insensitive word-based search in shortcut prefs] + refactoring

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.

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.