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 

performance between RAlt & LAlt

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
ttzm



Joined: 17 Feb 2008
Posts: 5
Location: CHINA

PostPosted: Tue Mar 04, 2008 2:57 pm    Post subject: performance between RAlt & LAlt Reply with quote

In fact,Maybe there is a hotkey has been assign in other program so cause the difference.

example:

!p::
Process,Exist,yodaodict.exe
if ErrorLevel
Goto test
else
Msgbox,ko
Return

test:
SendInput !x
WinSet,topmost,on,有道桌面词典
Return

In this case,the Left Alt + P will take effect ,but not the Right Alt + P...
Back to top
View user's profile Send private message Visit poster's website
Chris
Site Admin


Joined: 02 Mar 2004
Posts: 10450

PostPosted: Fri Mar 07, 2008 3:23 pm    Post subject: Reply with quote

The !p hotkey works with both left- and right-alt keys on my system. Perhaps your keyboard layout specifies that RALT is actually AltGr. If that's not it, it's probably a conflict with some other software as you suspected.
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
Page 1 of 1

 
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