Re: *Clip MenuPaste have stopped pasting
| Newsgroups | gmane.comp.windows.power-pro |
|---|---|
| Message-ID | <[email protected]> |
I have had this issue as well. I don't have a fix (the same issue occurs in r1) but using the following as the command in response to the hotkey works for me:
Exec MoreCommandsasscript
More commands:
local e = win.exename("under")
clip menu
if (e=="winword" || e== "excel") do
keys {to under}^v
else
keys ^v
endif