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 

Search found 3 matches
AutoHotkey Community Forum Index
Author Message
  Topic: DLLCall: Support for Human Interface devices
Palomar

Replies: 102
Views: 30979

PostForum: Scripts & Functions   Posted: Thu May 29, 2008 10:46 am   Subject: DLLCall: Support for Human Interface devices
Ok it works Very Happy
Good news! This is with the Apple Wireless Keyboard.ahk right?

Now, what could I do to remap fn to control and ejc to del? I need only this function - no winamp controls, no real ...
  Topic: Make CTRL+F10 act as F10
Palomar

Replies: 2
Views: 168

PostForum: Ask for Help   Posted: Thu May 29, 2008 9:08 am   Subject: Make CTRL+F10 act as F10
try:

$<^F10::Send {F10}
$<^F11::Send {F11}
$<^F12::Send {F12}

$<F10::Send {Volume_Mute}
$<F11::S ...
  Topic: Make CTRL+F10 act as F10
Palomar

Replies: 2
Views: 168

PostForum: Ask for Help   Posted: Thu May 29, 2008 9:02 am   Subject: Make CTRL+F10 act as F10
Hi,
I'm totally new at Autohotkey. so maybe this is a newbee question, but I couldn't find a solution in the documentation.

I do have an Apple keyboard with an Fn-key and volume mute, down, up on ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group