fman-users / fman

Issue tracker for fman, a cross-platform file manager
https://fman.io
242 stars 3 forks source link

Disable Copy/ Move notification #851

Open un-qui-et opened 2 years ago

un-qui-et commented 2 years ago

How to disable the copy / move notification alert!! I understand it's purpose. But is it possible to disable it? if you're more comfortable adding an extra key press doesn't really help good ol RSI, if not a native function can you point to the code where I can disable it!.

mherrmann commented 2 years ago

The only way you could do it is to write your own plugin that re-defines the copy and move commands with the code from the Core plugin, except that your commands do not show the alert.

un-qui-et commented 2 years ago

Cool Thanks! I'll have a look into it! I think some of the plugins may cover this! I'll try to have a scan through everything available.