That is just perfect i think...
It would be even more perfect if :
- we could add a space at the end (like the restartsearch command)
- we could add an {Enter} command at the end (somehow it would allow commands to hotkeys...)
related to my post concerning the "clipboard trick", if one could add an {Enter} command, you could then assign an hotkey to paste the clipboard content in the search box
hotkey1 <---> clip{Enter}
imagine you create the following "fcc" alias
^fcc$
$$c | restartsearch fc $$c
then you could create this pair :
hotkey2 <---> fcc{Enter}
just select an mathematical expression... press hotkey2 ... FCalc gives you the result
it would be even more perfect
if we could add the special variable $$c, we would just have to do :
hotkey2 <---> fc $$c{Enter}
Nitrix