AutoHotkey Community

It is currently May 24th, 2012, 7:57 am

All times are UTC [ DST ]


Search found 40 matches
Search these results:

Author Message

 Forum: Support   Topic: Double click & firefox

Posted: February 25th, 2011, 4:01 pm 

Replies: 8
Views: 514


Thank you very much :) Please can you explain a bit more what the code below means? I don't understand it. ------------------- ~RButton:: If (A_PriorHotkey != A_ThisHotkey OR A_TimeSincePriorHotkey > 300) Return KeyWait , RButton, U SendInput , {Esc} ------------------ I double clicked the right mou...

 Forum: Support   Topic: Double click & firefox

Posted: February 25th, 2011, 11:35 am 

Replies: 8
Views: 514


CodeKiller wrote:
rosto wrote:
I don't understand why this script does sometimes copy the url in firefox browser.

Can anyone please help me.


You double click the URL ? LOL :D


No, any idea? :)

 Forum: Support   Topic: Double click & firefox

Posted: February 25th, 2011, 10:45 am 

Replies: 8
Views: 514


I don't understand why this script does sometimes copy the url in firefox browser.

Can anyone please help me.

 Forum: Scripts   Topic: Display and Sort Hotkeys

Posted: August 3rd, 2010, 2:56 pm 

Replies: 83
Views: 31154


Hi Vixay, Hereby I send you the whole .ahk file I use to include the keylist script. Menu,Tray,Add,View Hotkeys, KeyList ; is a label not a function return Keylist: ViewKeyList(A_ScriptFullPath) return ;-------------- ctrl-shift-2 --> Remove Line Feeds -------------- ^+2:: ;;Remove LF Send ^...

 Forum: Scripts   Topic: Display and Sort Hotkeys

Posted: July 29th, 2010, 2:55 pm 

Replies: 83
Views: 31154


Ah sorry, My script I try to run is ; http://www.autohotkey.com/forum/topic215.html ;******************************************************************************* ; Extract a list of Hotstrings and Hotkeys from this script and display them ;*********************************************************...

 Forum: Scripts   Topic: Display and Sort Hotkeys

Posted: July 29th, 2010, 2:12 pm 

Replies: 83
Views: 31154


That is strange, you should post a snippet of your script, and i'll try it out. Is it a permissions issue? maybe the script cannot read the file you are giving it? are you running from an exe? (it can't parse exe files). No, I don't run it from an exe. How can I call the script to see it? (I put th...

 Forum: Scripts   Topic: Display and Sort Hotkeys

Posted: July 29th, 2010, 1:59 pm 

Replies: 83
Views: 31154


Vixay,

I added

Code:
#Include, KeyList2.ahk
#z::    ;;Show this list
  ViewKeyListFromHK(A_ScriptFullPath)


to my ahk file and
created a new script KeyList2.ahk with the code written in Bold's message above.

Still an empty list. No hotkeys inside.

 Forum: Support   Topic: right click menu on autohotkey script icon

Posted: July 21st, 2010, 4:36 pm 

Replies: 7
Views: 678


thank you,
that was easy :)

 Forum: Scripts   Topic: Display and Sort Hotkeys

Posted: July 21st, 2010, 4:17 pm 

Replies: 83
Views: 31154


which return do you mean?

(I also have an empty list)

 Forum: Support   Topic: right click menu on autohotkey script icon

Posted: July 21st, 2010, 4:01 pm 

Replies: 7
Views: 678


Yes I added it in the autostart section. Now I've put the script at the end of the file and added the next code in the autostart section: Menu,Tray,Add,ViewKeyList return but it keep giving errors. Do you know how to put a function to the menu? This is the function of my script ViewKeyList( A_Script...

 Forum: Support   Topic: right click menu on autohotkey script icon

Posted: July 21st, 2010, 10:06 am 

Replies: 7
Views: 678


Just one question:

this morning when I started my PC my autohotkey script blocked the startup of many software because of the hotkeys window.

Is it possible to avoid viewing the hotkey window at windows startup?

 Forum: Support   Topic: right click menu on autohotkey script icon

Posted: July 20th, 2010, 11:54 am 

Replies: 7
Views: 678


thank you, that resolved my question

 Forum: Support   Topic: right click menu on autohotkey script icon

Posted: July 20th, 2010, 10:47 am 

Replies: 7
Views: 678


I have a lot of code in my autohotkey scripts with hotkeys. Sometimes I don't remember me the hotkeys. I have to edit the script to check the hotkey. Is it not possible to create a right click menu when I click on the autohotkey script icon? p.e.. yahoo search --- hotkey 1 amazon search --- hotkey 2...

 Forum: Support   Topic: edit this script --> different text editor

Posted: November 30th, 2009, 6:06 pm 

Replies: 5
Views: 288


aaffe wrote:
You can specify a program to run AND one to edit there.
Yes, I mean for ahk-file types.Image


Wow.. thank you!
I've never seen the edit and run script in other file extensions.

Thank you very much.

 Forum: Support   Topic: edit this script --> different text editor

Posted: November 30th, 2009, 5:45 pm 

Replies: 5
Views: 288


aaffe wrote:
Of course it is. Just change the program for edit in your explorer -> Extras - folder options - file types


You mean for filetypes .ahk?

I don't compile the .ahk in .exe files so if I change the .ahk files to my texteditor I cannot use .ahk files anymore.
Sort by:  
Page 1 of 3 [ Search found 40 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group