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 

How to enter numlockdown and numlockup?

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



Joined: 07 Sep 2008
Posts: 4
Location: London

PostPosted: Sun Sep 07, 2008 2:27 pm    Post subject: How to enter numlockdown and numlockup? Reply with quote

I've installed AutoHotkey and got it working on abbreviations and was able to get all that working in under two minutes.

I'll study the manual in more detail later but in the meantime I have a small query (I HAVE tried to find an answer by searching but I haven't succeeded)

Here's what I need: the key sequence for

numlockdown minus numlockup

it's a sequence used by my kvm switch. I've tried

{numlock down} {numpadminus} {numlock up}

and a few similar things that seemed worth trying, but without any luck.

Is there a keystroke recorder utility that would help discover the right keypresses? My keyboard is not fully supported by Vista so I'm not certain everything works as it should. It seems to but it's unsupported (Microsoft Office keyboard).

Wait... I found this... http://www.autohotkey.com/forum/topic1863.html

same problem but no answer posted

I'll experiment further. If anyone else has an ATEN CS1734B ... post here!


Last edited by PJO on Sun Sep 07, 2008 2:44 pm; edited 1 time in total
Back to top
View user's profile Send private message
Serenity



Joined: 07 Nov 2004
Posts: 1276

PostPosted: Sun Sep 07, 2008 2:36 pm    Post subject: Reply with quote

Try:

Code:
Send, {Numlock Down}{NumpadSub}{Numlock Up}

_________________
"Anything worth doing is worth doing slowly." - Mae West
Back to top
View user's profile Send private message Visit poster's website
PJO



Joined: 07 Sep 2008
Posts: 4
Location: London

PostPosted: Sun Sep 07, 2008 2:49 pm    Post subject: Reply with quote

Sorry, I had "minus" there originally instead of "{numpadminus}". I tried that and {numpadsub} but .. no joy.
Back to top
View user's profile Send private message
PJO



Joined: 07 Sep 2008
Posts: 4
Location: London

PostPosted: Sun Sep 07, 2008 3:04 pm    Post subject: Reply with quote

My KVM can use Control_F12 instead of the sequence of numlock followed by a minus. Just need to figure out what ^F12 is

I assume it's not ^F12 ?

because that could be ^F1 plus 2

A table of Autohotkeys would help!
Back to top
View user's profile Send private message
Slanter



Joined: 28 May 2008
Posts: 397
Location: Minnesota, USA

PostPosted: Mon Sep 08, 2008 2:53 am    Post subject: Reply with quote

Code:
Send, ^{F12}

_________________
Unless otherwise stated, all code is untested

(\__/) This is Bunny.
(='.'=) Cut, copy, and paste bunny onto your sig.
(")_(") Help Bunny gain World Domination.
Back to top
View user's profile Send private message Visit poster's website
ahklerner



Joined: 26 Jun 2006
Posts: 1249
Location: USA

PostPosted: Mon Sep 08, 2008 3:19 am    Post subject: Reply with quote

it probably wont work because the kvm is reading the keystrokes directly from your hardware.
_________________

ʞɔпɟ əɥʇ ʇɐɥʍ
Back to top
View user's profile Send private message
PJO



Joined: 07 Sep 2008
Posts: 4
Location: London

PostPosted: Mon Sep 08, 2008 8:41 am    Post subject: Reply with quote

Ok thanks both, also for the laugh when I realized the bug was in the screen not on it.

If there are any Autohotkey friendly KVMs it would be good to have a list somewhere.
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