in-line-calculator
in-line-calculator copied to clipboard
Doesn't work in Vim/Putty/.... due to the text insertion method
Hi,
I suppose "CTRL+V" (paste) is used to insert the result. However, some applications don't support the "CTRL+V". For example Vim. So, I think, the insertion of the result should be made with "Send" autohotkey keyword.
Thanks anyway
hey @crile, i completely missed this sorry
i was using the send command at one point and then switched to the clipboard method since its a bit quicker and neater for pasting longer sections of text.
ill be adding a few more things to this soon so it will be easy enough to just put in a setting that lets you choose which method you want to use