AutoHotkey Community

It is currently May 27th, 2012, 10:48 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 50 posts ]  Go to page Previous  1, 2, 3, 4
Author Message
PostPosted: September 14th, 2010, 5:53 pm 
Mystery of the Fn key - A guide to remapping the Fn key in Windows - Microsoft Internet Explorer provided by Applied Materials

http://www.autohotkey.net/~daonlyfreez/tutorials/3p/Veil/fnkey.htm


Report this post
Top
  
Reply with quote  
 Post subject: its so simple
PostPosted: December 11th, 2010, 2:48 pm 
Here's what you have to do: As the system in booting go to Setup. From there click 'System Configuration' then 'Function Key Behavior'. Switch to 'Fuction Key First' then hit the 'Apply' box, then 'Exit'.

hope this helps


Report this post
Top
  
Reply with quote  
 Post subject: Thinkpad Fn button
PostPosted: January 2nd, 2011, 12:42 am 
Hello NG,

I use the swab of the fn-Button in BIOS. But sometimes others use my notebook and it is a solution not as good as I hoped. I'd like only to change Fn+a, FN+x, Fn+c, Fn+v to CTRL+a... I use the x201 Thinkpad and tried all Solutions above, but it didn't work. The best was:

*SC163::
Send, {LWin down}
Loop
{
Sleep, 10
GetKeyState, state, vkA6sc16A, P
if state = U ; The key has been released, so break out of the loop.
break
}
Send, {LWin up}
return

but it didn't allow combinations. It opened the windows baseline immediately. Then I changed in

*SC163::
Send, {LCtrl down}
Loop
{
Sleep, 10
GetKeyState, state, vkA6sc16A, P
if state = U ; The key has been released, so break out of the loop.
break
}
Send, {LCtrl up}
return

and it didn't function at all.



What could I do?

Yours Dirk.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 4th, 2011, 6:21 pm 
does anyone knows how to map fn buttons on t410 lenovo notebook?

kind regards and big thanks guys...


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 2nd, 2011, 5:36 pm 
Hi...

I have a Clevo P170HM. And if I press FN + F1, the touchpad is disabled.
What I want is to make a script that do it for me, press the FN + F1.
Is it possible?


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 50 posts ]  Go to page Previous  1, 2, 3, 4

All times are UTC [ DST ]


Who is online

Users browsing this forum: BrandonHotkey, chaosad, Google Feedfetcher, specter333, Yahoo [Bot] and 42 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