Snoothy / UCR

Universal Control Remapper [Alpha]
MIT License
834 stars 84 forks source link

Request: Filter drop-down list #261

Open Jahfry opened 2 years ago

Jahfry commented 2 years ago

Currently when applying a Filter to an action, you need to remember the name of the filter.

It makes sense to keep the current manual entry but it would be nice to have a drop-down to select from existing filters as well.

Current:

+-------------------+
  Add Filter
  Filter name
  _________________
  [Accept] [Cancel]
+-------------------+

Suggested:

+-------------------+
  Add Filter
  Filter name
  _________________
  [drop-down of filters]
  [Accept] [Cancel]
+-------------------+

If "Filter Name" is empty but an existing filter is selected in the drop-down, use it.

If both have data, tell user to clear one.