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 

Cannot remap Ctrl-Alt-k

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
AndyM



Joined: 28 Feb 2006
Posts: 46

PostPosted: Mon Mar 03, 2008 3:48 am    Post subject: Cannot remap Ctrl-Alt-k Reply with quote

This isn't limited to AutoHotkey, but I thought this would be a good place to try since I've struck out elsewhere.

My system (XP Pro, SP2) just doesn't seem to recognize the key combo Ctrl-Alt-k. I cannot remap this combo in AutoHotkey, Word doesn't recognize it, I can't assign it as a Windows shortcut to anything on my Start menu, etc.
No matter what the context, when I hit this combo, nothing happens.

Any thoughts?
Back to top
View user's profile Send private message
[VxE]



Joined: 07 Oct 2006
Posts: 1494

PostPosted: Mon Mar 03, 2008 4:14 am    Post subject: Reply with quote

Code:
^!k::msgbox ok
works for me!

Most likely, you have another program that hooks that combo as a hotkey, and so prevents other apps (like AHK) from seeing it. Another possibility is a damaged keyboard.
_________________
My Home Thread
More Common Answers: [1]. It's in the FAQ [2]. Ternary ( a ? b : c ) guide [3]. Post code inside [code][/code] tags !
Back to top
View user's profile Send private message
jaco0646



Joined: 07 Oct 2006
Posts: 666
Location: MN, USA

PostPosted: Mon Mar 03, 2008 4:15 am    Post subject: Reply with quote

Code:
^!k::MsgBox, Hello World.


Works for me. Do you have another program running that might be using this hotkey, like a mouse driver? Try closing everything in the System Tray.
_________________
http://autohotkey.net/~jaco0646/
Back to top
View user's profile Send private message Visit poster's website
Hacker



Joined: 10 Jun 2006
Posts: 65
Location: Bratislava, Slovakia

PostPosted: Mon Mar 03, 2008 10:18 am    Post subject: Reply with quote

Ctrl-Alt-K is the default key combination to bring up KeePass.

Roman
Back to top
View user's profile Send private message
AndyM



Joined: 28 Feb 2006
Posts: 46

PostPosted: Mon Mar 03, 2008 1:52 pm    Post subject: Reply with quote

Thanks for the feedback. This will take some digging to figure out. It's probably not the case that anything I've done has assigned the hotkey to another program since it's been like this since I bought the computer new in 2003. The first time I tried to assign this key combination was shortly afterward, in Word, and it didn't work then. I remember trying to assign it to a Start Menu shortcut just to see if that would work, and then just naively figured it was some kind of reserved combination unique to Windows and quit trying.

It's only been well afterwards that I filled my system up with all sorts of utilities and autohotkey scripts.

I'll work on it and report back any revelations.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help 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