I have added something that I think will work for you. Please let me know if it's useful and whether it needs improvement:
Added support for Unicode text on the clipboard and in variables. See Transform Unicode for details. [thanks Tekl]

Send has problems with Adobe Illustrator
Started by
Tekl
, Nov 08 2004 08:30 PM
18 replies to this topic
#16
-
Posted 11 November 2004 - 04:53 PM

Hi Chris,
mega thanks to you. Now it works. Slow, but not so slow like with {AltDown}...
Regards, Tekl
mega thanks to you. Now it works. Slow, but not so slow like with {AltDown}...
!1:: utf8=„ ; UF8-String of „ gosub, utf8send return !2:: utf8=“ ; UF8-String of “ gosub, utf8send return utf8send: cliptemp = %clipboard% Transform, Clipboard, Unicode, %utf8% Send,^v{Alt} clipboard = %cliptemp% return
Regards, Tekl
#17
-
Posted 12 November 2004 - 03:01 PM

Hi,
I've improved the subroutine, so the AltGr also works well.
Strange, that nearly all hotkeys has to use this routine in Illustrator and Photoshop.
Tekl
I've improved the subroutine, so the AltGr also works well.
utf8send: cliptemp = %clipboard% Transform, Clipboard, Unicode, %utf8% Send,{Ctrl} SetKeyDelay,70,1 Send,^v{Alt} SetKeyDelay, if A_ThisHotKey contains <^>!,!^,^! { GetKeyState, CtrlState, Ctrl, P if CtrlState = D Send,{LCtrl}{RAlt} } clipboard = %cliptemp% return
Strange, that nearly all hotkeys has to use this routine in Illustrator and Photoshop.
Tekl
#19
-
Posted 23 November 2004 - 08:35 AM
