AutoHotkey Community

It is currently May 25th, 2012, 2:29 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 22 posts ]  Go to page Previous  1, 2
Author Message
 Post subject:
PostPosted: June 7th, 2006, 12:01 am 
Offline

Joined: February 14th, 2005, 4:05 pm
Posts: 4710
Location: Boulder, CO
I used a keyboard script, which defined every key as hotkey. On my 2 GHz laptop I have not noticed any performance hit.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 7th, 2006, 4:39 pm 
Offline

Joined: January 7th, 2006, 1:38 pm
Posts: 47
Location: Oslo, Norway
SlimlinE wrote:
I don't know if you're familiar with my keyboard, but it has an "F-Lock" key that toggles between normal Fkeys and useful?? shortcuts, undo, redo, reply, fwd etc. which I hardly ever use.

I've got one of these, too, and I hate it. Well, I hate the fact that it's in the "shortcut-mode" (i.e. not Fn-functionality) by default. I have to press the F-lock key every time I boot... I've tried scanning the key, but to no avail. Hopefully I'll find a way to script the key into being pressed whenever I log on. I know I can turn the shortcut-keys into Fn-functionality but I don't wanna do that... Any suggestions?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 7th, 2006, 8:51 pm 
Offline

Joined: November 17th, 2005, 10:14 pm
Posts: 196
Location: Leicester, UK
@Laszlo
Quote:
I used a keyboard script, which defined every key as hotkey. On my 2 GHz laptop I have not noticed any performance hit.

Thats good to know. Maybe I'll go ahead then.

@TucknDar
Quote:
I've got one of these, too, and I hate it. Well, I hate the fact that it's in the "shortcut-mode" (i.e. not Fn-functionality) by default. I have to press the F-lock key every time I boot...

Yeah, I know what you mean. It can be a real pain in the @rse pressing F3 to search, only to have something you've previously UNDOne REDOne. I did, in the end get used to pressing the FLock at startup, but it would have been nice to have been given the choice!
Quote:
I know I can turn the shortcut-keys into Fn-functionality but I don't wanna do that... Any suggestions?

Only one. ;)
I was actually thinking of including it in the script options for this keyboard.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: September 29th, 2006, 1:19 pm 
Offline

Joined: August 4th, 2005, 3:56 pm
Posts: 41
Thread is on the old side now, but I had to come say how incredibly useful this is, and what a great idea. Been using it all this week and loving it.

Thanks!


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Error Message
PostPosted: December 7th, 2006, 8:20 pm 
Offline

Joined: December 7th, 2006, 8:15 pm
Posts: 17
I'm new here. Tried saving the script to FKee3.ahk, and running.

I got the following error:

"Error at line 57.

Line Text: If, Asc(a_ThisHotkey) = Asc("#")
Error: This line does not contain a recognized action.

The program will exit."

What am I doing wrong?

Thanks!


Report this post
Top
 Profile  
Reply with quote  
PostPosted: April 24th, 2007, 1:54 pm 
Offline

Joined: May 27th, 2005, 3:52 pm
Posts: 9
Hy Hofferino,
just trie
If Asc(a_ThisHotkey) = Asc("#") ;without comma after the "if"
instead of
If, Asc(a_ThisHotkey) = Asc("#")


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 25th, 2007, 12:41 am 
Offline

Joined: November 17th, 2005, 10:14 pm
Posts: 196
Location: Leicester, UK
Original post has now been fixed.

Thanks Hofferino and ahkuser. :)

I only recently updated AHK to the newer version and had the same problem with my own version of this script.

You're welcome Harrie (if you're still around!)


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

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], Exabot [Bot] and 22 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