On 2025-11-20 17:53:37 +0100, [email protected] wrote: > So I wrote to my .cwmrc > > bind-key 4-i "exec $(Appreciation "Très bonne intervention")" > > but there is no input in the Firefox window when I press Windows-I. > What did I miss?
"exec" may not call random shell functions if it uses an interface that does not involve a shell nor even an interactive shell. Workarounds would be to write a script and put it into PATH somewhere, or to use some wacky 'ksh -c ...' form that runs your shell, hopefully loads your custom functions, etc.

