AutoHotkey Community

It is currently May 23rd, 2012, 11:42 pm

All times are UTC [ DST ]


Search found 103 matches
Search these results:

Author Message

 Forum: Support   Topic: Lenovo R60 - Swap FN key?

Posted: March 22nd, 2012, 4:40 pm 

Replies: 4
Views: 98


SC163:: //tracks the FN! Send {Ctrl down} msgbox down Loop { Sleep, 10 GetKeyState, state, SC163, P if state = U ; The key has been released, so break out of the loop. msgbox up break } Send, {Ctrl up} Output when holding FN down: down up down up down up .... Obv my FN key hit always makes a down+u...

 Forum: Support   Topic: Lenovo R60 - Swap FN key?

Posted: March 22nd, 2012, 3:55 pm 

Replies: 4
Views: 98


Recording the keystroke with autoscriptwriter, I get:
Send, 255

Can I make use of this somehow? Or senselesS?

 Forum: Support   Topic: Lenovo R60 - Swap FN key?

 Post subject: Lenovo R60 - Swap FN key?
Posted: March 22nd, 2012, 3:44 pm 

Replies: 4
Views: 98


Hi, I'm having a lenovo R60 @Work. Can I remap the FN <-> CTRL Keys with ahk? It's an older model, so that's why bios does not offer an option to swap these keys (I know the newer one have that). Further I obv cannot flash the bios to a new version (which would support it) bc if it goes wrong my per...

 Forum: Support   Topic: Script for detecting long ctrd-down?

Posted: March 6th, 2012, 5:25 pm 

Replies: 2
Views: 62


Hi, I have a problem with my notebook keys since some time: the CTRL key clicks in sometime, without that I can notice it. I mean, the key and the keyboard itself is just fine, nothing damaged. Nevertheless, sometimes the PC behaves as if the ctrl key is hold down. I then have to press the key one t...

 Forum: Support   Topic: copy files with special extension by observation?

Posted: March 1st, 2012, 8:16 pm 

Replies: 5
Views: 92


Yes, I want to doubleclick a file and instead open it, I want to move it to a fixed position. Lets say, I have a folder with various myfile.dat and everytime I click a dat file I want it to be moved to c:\mydata\key.dat Just that single file that I doubleclicked. (atm I'm doing this by ctrl+c, open ...

 Forum: Support   Topic: copy files with special extension by observation?

Posted: March 1st, 2012, 7:43 pm 

Replies: 5
Views: 92


OK that sounds good.

But how do I know which path the file was clicked in?
I assume I have to associate these file extensions with the script I write (cause I only want it to launch if the file is doubleclicked)?
So when the script launches, how can I get the path from which file it was launched?

 Forum: Support   Topic: copy files with special extension by observation?

Posted: March 1st, 2012, 6:33 pm 

Replies: 5
Views: 92


Hi, how could I to the following: I would like to have a script that automatically copies files with a specific file extension *.x to a specific directory. How can I start at this? Writing a monitoring script? Or write a script, and assiciate this script with the file extension files *.x? Tyvm

 Forum: Support   Topic: Empty a folder except for a specific file?

Posted: February 13th, 2012, 4:29 pm 

Replies: 4
Views: 96


made a few modifications to suit my case, but yes it works perfectly :)

 Forum: Support   Topic: Empty a folder except for a specific file?

Posted: February 13th, 2012, 3:35 pm 

Replies: 4
Views: 96


tyvm!

 Forum: Support   Topic: Empty a folder except for a specific file?

Posted: February 13th, 2012, 3:06 pm 

Replies: 4
Views: 96


Hi,

how can I empty a folder but exclude 1 or 2 specific files?

Thnx

 Forum: Support   Topic: Run script without showing icon?

Posted: December 21st, 2011, 1:20 pm 

Replies: 1
Views: 59


Hi,

is there any way of running a ahk file without showing up in the lower right as icon?

Tanx

 Forum: Support   Topic: Delete folder on shutdown?

 Post subject: Delete folder on shutdown?
Posted: December 15th, 2011, 4:54 pm 

Replies: 5
Views: 166


Hi,

how can I detect if shutdown is initiated (normal windows: start > shutdown)?
I'd like to empty a specific folder everytime the machine turn off..

Thnx

 Forum: Support   Topic: *.ahk files on machines without admin rights - Autostart?

Posted: December 12th, 2011, 2:43 pm 

Replies: 3
Views: 173


nice, tyvm!

 Forum: Support   Topic: *.ahk files on machines without admin rights - Autostart?

Posted: December 12th, 2011, 10:40 am 

Replies: 3
Views: 173


Hi,

I'm often sitting on a pc without admin rights. I know there is a AHK portable version. So I can drag *.ahk files onto it.

BUT: how can I set these file up to run as autostart? Is there any chance to do so without(!) compiling them to exe?

thnx

 Forum: Support   Topic: How to access Firefox AddOn RoboForm Login Button?

Posted: June 19th, 2011, 11:33 pm 

Replies: 0
Views: 105


Hy,

how can I access buttons within firefox? I cannot grab them with the ahkspy.

My aim is to make a hotkey for RoboForm AddOn to fill+submit a login on keypress...

Thanks for any hint
Sort by:  
Page 1 of 7 [ Search found 103 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group