Skip to content

Draft: app: avoid shortcut collision for Ctrl+F

Fixes #8089

This changes the shortcut for Repeat Filter from Ctrl+F to Alt+Shift+F so it doesn't collide with the shortcut for Find.

It was hard finding a modifier combination that wasn't used, but this one works. Worth noting is that Alt+F alone opens the File menu through its accelerator, but tested that Alt+Shift+F works for Repeat Filter regardless of if one starts with Alt or Shift.

Already used combinations:
Ctrl+F : `Find`
Shift+F : `Activate tool Flip`
Shift+Control+F : `Show [filter] again`
Ctrl+Alt+F : `Show in file manager`

Merge request reports