AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

keyboard malfunctioning when using HotStrings
Goto page Previous  1, 2, 3, 4
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Thu Jul 05, 2007 1:35 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
zoirea



Joined: 13 Jul 2007
Posts: 2

PostPosted: Fri Jul 13, 2007 9:43 am    Post subject: Reply with quote

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
View user's profile Send private message
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10467

PostPosted: Sat Jul 14, 2007 12:30 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports All times are GMT
Goto page Previous  1, 2, 3, 4
Page 4 of 4

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group