You are not logged in.
Is there a feature that by typing =2+3 on a whisker menu and give answer? Thanks
Offline
Is there a feature that by typing =2+3 on a whisker menu and give answer? Thanks
Well, no. There is no such feature.
But you can exploit the Search Actions to do that in a way.
You need to have zenity installed to set this up.
Right click on the whisker menu button > properties > search actions.
pattern:
=
command:
sh -c 'echo %s | bc | zenity --text-info'
If you type in =2*3 and press enter, a dialog will show up with the result.
Do you want to exit the Circus?
https://www.youtube.com/watch?v=ZJwQicZHp_c
Offline
Thanks, but almost got I want, I would like it to display answer immediately as I type. Any pending feature request?
Offline
Thanks, but almost got I want, I would like it to display answer immediately as I type. Any pending feature request?
Not that I know off. I doubt that Mr. Gott would add such a feature. Nevertheless, you can try to ask for that feature. Developer has disabled issues on github so the only way to contact him is twitter or the comment section of his wordpress page.
Do you want to exit the Circus?
https://www.youtube.com/watch?v=ZJwQicZHp_c
Offline
[ Generated in 0.011 seconds, 8 queries executed - Memory usage: 524.39 KiB (Peak: 525.23 KiB) ]