Instructions:
- Install Qalculate
- Install AutoHotkey
- Add qalc.exe to your PATH. I use Rapid Environment Editor for this.
- Run qalc.ahk
To use it:
- Select some text, such as
1/(2*pi*10 kohm * 390 pF)
- Press Win+Q
- The text is replaced with the output of the calculation, such as
1 / (2 * pi * (10 * kiloohm) * (390 * picofarad)) = approx. 40.80895977 kHz
- Should have separate keyboard shortcuts for including the original text or not? Like how Monster.ahk has Ctrl+Win+- for replacement, and Ctrl+Win+= for appending
=
and the result.
Put together a version of this which is compatible with AHK v2, with some tweaks to preserve clipboard content: