AutoHotkey Community

It is currently May 27th, 2012, 3:27 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
PostPosted: June 7th, 2010, 3:03 pm 
Helo

I have polish keyboard and i have a hotkey for CTRL+ALT+L,
that works normaly when i use left side ctrl and alt.
But somehow its runs also when i use Right alt only and press "l" (wchich is for the polish letter " ł ").
How i can overcome that?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 7th, 2010, 11:02 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Try this (untested)
Code:
^RAlt::
 Send {Alt Down}
 KeyWait Ctrl
 KeyWait RAlt
 Send {Alt Up}
Return

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 8th, 2010, 6:36 am 
Offline

Joined: August 24th, 2005, 5:29 pm
Posts: 549
Location: Berlin / Germany
http://www.autohotkey.com/docs/Hotkeys.htm

Your right "Alt" key is AltGr, isn't it?
Code:
^<!l::MsgBox, You did it!

_________________
nick :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 10th, 2010, 11:11 am 
nick wrote:
http://www.autohotkey.com/docs/Hotkeys.htm

Your right "Alt" key is AltGr, isn't it?
Code:
^<!l::MsgBox, You did it!


:oops: Yes . Thank you :)


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: rbrtryn and 12 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group