Make USEQUALKEYS configurable

Continuing the discussion from Suggestion: User Defaults for USEQUALKEYS


From the docs Go USEQUALKEYS:

It'd be nice if this were configurable, not least because it collides with Preferences / Toolbars / Options / Alt + click to edit toolbar buttons.

Customization is already possible with a global variable, e.g.:

@set glob!:myQUALKEYS=KEYARGS "ctrl:NEWTAB=findexisting" "shift:OPENINDUAL" "ctrlshift:NEWTAB=findexisting OPENINDUAL"

and

Go C:\ {$glob:myQUALKEYS}

However, this seems a bit clunky compared to a field in the settings.

1 Like

We'll add that in the next update. Thanks for the suggestion!

1 Like

Very nice implementation! I considered suggesting the Evaluator here but decided against it... I didn’t want to come across as too geeky :smiley:

It works well and helped me clean up my config by consolidating all the KEYARGS.

1 Like