Hey @Charles Dye ,
Entering a math expression,
such as :1+2*3 and pressing Enter returns;
The result of the math expression is also saved in the environment variable ans.
Would it be possible that pressing Ctrl-Enter will to do the same thing,
but also store the contents of ans in the Windows Clipboard?
I ask if this is possible as this is how the Windows PowerToys Command Palette works.
![1747224421048.webp 1747224421048.webp]()
Joe
Entering a math expression,
such as :1+2*3 and pressing Enter returns;
Code:
U:\>:1+2*3
1+2*3 = 7
The result of the math expression is also saved in the environment variable ans.
Would it be possible that pressing Ctrl-Enter will to do the same thing,
but also store the contents of ans in the Windows Clipboard?
I ask if this is possible as this is how the Windows PowerToys Command Palette works.
Joe