Just make sure that you backup and restore the current clipboard contents:
^!5::
clipboardBak := clipboard
clipboard = °
Send, ^v
clipboard := clipboardBak
return
- Frederik
mark_kolber wrote:
> I ended up using the clipboard to solve the problem:
>
> ^!5:: clipboard=° send, ^v return
>
> works just fine.
>
> Thanks for the help. The ideas I received sent me on the right track.