Activating Filter Bar with shortcut key

The functionality and configurability of DOPus is fantastic. However, I am stuck with the following problem.

I would like to show/hide the filter bar using a keyboard shortcut. What (if it is possible) do I have to enter in (1) to show the filter bar?

Bild___2023-04-26_001

I am aware that this is not the best way, as I can also achieve the functionality by pressing * and the following settings:

Bild___2023-04-26_002

Bild___2023-04-26_003

Here I am more interested in understanding what is possible with the "Function" in the Command Editor.

That would be

Set QUICKFILTER

https://www.gpsoft.com.au/help/opus12/index.html#!Documents/Set.htm

Thanks!

It's amazing what can be controlled with DOpus.

I've a button that it set to 'Set QUICKFILTER'. How can I make it toggle instead? Click once, it will show the Filter Bar, click again, it will hide it and show everything?

Try

@if:Set QUICKFILTER
@sendkey:escape

@if:else
Set QUICKFILTER
1 Like

Thank you so much!

Unfortunately, a hotkey with command does not act as a toggle.

Well, there's no need to add a hotkey to a button that mimics a hotkey :slight_smile:

Sometimes, a toggle is useful.