AutoHotkey Community

It is currently May 25th, 2012, 10:44 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 9 posts ] 
Author Message
PostPosted: April 1st, 2007, 11:36 pm 
Offline

Joined: April 1st, 2007, 11:33 pm
Posts: 4
Hi,

I just bought a Thinkpad T60 that comes with a FN-Key located where usual keyboards put the CTRL key. Now I wondered if anybody has been lucky to switch FN with CTRL using AutoHotkey?

Thanks in advance!
Ben

PS: I know http://www.autohotkey.com/forum/topic29 ... e3d7c562f2 but it did not help me at all :(


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 1st, 2007, 11:58 pm 
Code:
vkFFsc163::Send, n
That works to send the character 'n'. But I wasn't successfull to send CTRL via the FN-key in combination with eg. C/V/X (copy/cut/paste). :?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2007, 7:10 am 
Offline

Joined: April 1st, 2007, 11:33 pm
Posts: 4
BoBo wrote:
Code:
vkFFsc163::Send, n
That works to send the character 'n'. But I wasn't successfull to send CTRL via the FN key in combination with eg. C/V/X (copy/cut/paste). :?


Yep I noticed. I think its somewhat harder to simulate a real modifier key that is used in combination with another key. Is AutoHotkey even able to do this?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2007, 9:53 am 
Quote:
#HotkeyModifierTimeout
--------------------------------------------------------------------------------
Affects the behavior of hotkey modifiers: CTRL, ALT, WIN, and SHIFT.

#HotkeyModifierTimeout Milliseconds
Check the help. Might be of interest. Good luck. 8)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 2nd, 2007, 10:17 pm 
Offline

Joined: April 1st, 2007, 11:33 pm
Posts: 4
BoBo wrote:
Quote:
#HotkeyModifierTimeout
--------------------------------------------------------------------------------
Affects the behavior of hotkey modifiers: CTRL, ALT, WIN, and SHIFT.

#HotkeyModifierTimeout Milliseconds
Check the help. Might be of interest. Good luck. 8)


Hm, I tried but doesnt seem to make much of a difference:

#HotkeyModifierTimeout 100

vkFFsc163::Send, {LCtrl}


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 4th, 2007, 5:21 am 
Offline

Joined: March 22nd, 2007, 10:05 pm
Posts: 7
This seems to be specific to the FN key or keys like it. This works fine for a 'regular' key:

Code:
SendMode Input
z::Send {Ctrl Down}
z up::Send {Ctrl Up}


Successfully maps the z key to ctrl, but with vkFFsc163 it doesn't work the same...


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 4th, 2007, 8:52 am 
Offline

Joined: April 1st, 2007, 11:33 pm
Posts: 4
mtwomey wrote:
This seems to be specific to the FN key or keys like it. This works fine for a 'regular' key:

Code:
SendMode Input
z::Send {Ctrl Down}
z up::Send {Ctrl Up}


Successfully maps the z key to ctrl, but with vkFFsc163 it doesn't work the same...


Yep, same here. Works for the z-key, but not Fn. How annoying :(


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 18th, 2007, 4:20 pm 
Offline

Joined: April 18th, 2007, 4:16 pm
Posts: 1
Any news on the topic? I tried to switch FN and Left Ctrl on a lenovo Z61m, but could not get it to work. Does anyone know if you can buy replacement keyboards for these things with the right order of the keys?

mikko


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 9th, 2007, 3:32 am 
Offline

Joined: July 9th, 2007, 2:24 am
Posts: 3
Just on a related note; you might find IBM's tool "Keyboard Customizer" useful for getting a WinKey and Application Key (sacrificing e.g. AltGr and Right Ctrl). However, it does not help you remap Fn :(

I don't know if IBM/Lenovo has managed to put a Win-key on the newer X-series, but at least on my fossil X31, they weren't there. The Keyboard Customizer helped me for a long time, but had some interference with Autohotkey. See more in my post here;

http://www.autohotkey.com/forum/topic298-15.html#133752


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: [VxE], just me, Wicked and 69 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