Is there a way in which I can bind a keypress to a custom script (say a bash script) in feh? From the manual I have found out through ~/.config/feh/keys I can reconfigure keys, but as far as I know the commands should be predefined feh commands. Is there a way around this?
Particularly, what I want to do is capture the filename, when I press a particular key, and then run more operations on this file (or just copy the filename somewhere, if need be). Any options to get this done?