anyrun icon indicating copy to clipboard operation
anyrun copied to clipboard

[Feature suggestion] Selection modifier keys

Open vdawg-git opened this issue 2 years ago • 1 comments

It would be really cool if a selection can react differently to different inputs.

Like Shift-Enter, Control-C etc.

For example, selecting a file:

  • Enter: Opens the file
  • Shift-Enter: Opens the file's location
  • Alt-Enter: Open the file with sudo
  • Control-C: Copy the file
  • Control-X: Cut the file

For plugins which show open windows:

  • Control-Q: Close window
  • Control-1: Move to workspace 1 etc

It would also make sense then to make plugins configurable, so that you can specify the keybindings for them and provide launch options. Then it would be possible to open the same file with different apps based on the input, which would be really cool

vdawg-git avatar Jul 31 '23 15:07 vdawg-git

it would also be great if you can select entries with a modifier key + a number.

for example: ctrl + 5 to select the fifth entry

mjund avatar May 06 '24 16:05 mjund