 |
AutoHotkey Community Let's help each other out
|
| View previous topic :: View next topic |
| Author |
Message |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Thu Jul 05, 2007 1:35 am Post subject: |
|
|
| chessa wrote: | | I use a Spanish keyboard, and am getting double accent characters when I'm running a script. Example: á´q |
Thanks for the report. It would help to have more specific details, namely:
The exact keyboard layout you're using.
The exact hotstring that fails to work properly.
| Quote: | | Also, I've noticed that scripts alter text selection with the keyboard, even after the script has been exited. That is, while pressing Shift+Home would normally select text from the cursor position to the beginning of the line, after I run a script this doesn't happen anymore. | After a script exits I don't see any way for it to continue affecting the behavior of the keyboard. |
|
| Back to top |
|
 |
zoirea
Joined: 13 Jul 2007 Posts: 2
|
Posted: Fri Jul 13, 2007 9:43 am Post subject: |
|
|
I'm new with AutoHotkey and sorry for my bad English.
I'm Vietnamese. Most of us use Unikey to type Vietnamese on English keyboard. We use Unikey (www.unikey.org) to write text.
With Unikey, when type:
as = á
af = à
ax = ã
ar = ả
aj = ạ
When I use command: | Code: | | !x::SendInput _Ext{ENTER] | to send a snap method in AutoCAD while Unikey is on Vietnames typing method. Then AutoHotkey return "_t" (without quote) lost "x", so snap method failed.
I notice that, every command that has "s, f, x, r, j" after an "a, e, i, o,u"
ex:
AecHideobjects <= return error,
AecIsolateObjects <= double "s"
Layoff <= double off
Par <= error, cannot use snap
But:
I replace | Code: | | F4::SendInput AecIsolateObjects{ENTER} | by | Code: | | F4::SendInput, _AecI{ASC 115}olateObject{ASC 115}{ENTER} |
It's work. The same with others chars. |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10467
|
Posted: Sat Jul 14, 2007 12:30 pm Post subject: |
|
|
| It seems like AutoHotkey is not fully compatible with the software you're using (Unikey and/or AutoCAD). I don't know how or whether this can be fixed in the program; but I'm glad you found a workaround. |
|
| Back to top |
|
 |
|
|
You can post new topics in this forum You can reply to topics in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|