
Search found 49 matches
- 17 Jan 2021, 08:55
- Forum: Scripts and Functions
- Topic: Get Title and Url of the active browser tab
- Replies: 15
- Views: 461
Re: Get Title and Url of the active browser tab
Nothing...the address of the page is always a number... 

- 16 Jan 2021, 13:06
- Forum: Scripts and Functions
- Topic: Get Title and Url of the active browser tab
- Replies: 15
- Views: 461
- 14 Jan 2021, 13:37
- Forum: Scripts and Functions
- Topic: Get Title and Url of the active browser tab
- Replies: 15
- Views: 461
- 08 Jan 2021, 14:52
- Forum: Scripts and Functions
- Topic: Get current explorer window path
- Replies: 8
- Views: 2416
Re: Get current explorer window path
This is another great code that i found here in the forum, it give you the path of the selected file q:: ; Get the Path to the Selected File in Explorer. hwnd := WinExist("A") for Window in ComObjCreate("Shell.Application").Windows if (window.hwnd==hwnd) { Selection := Window.Document.SelectedItems ...
- 04 Jan 2021, 12:27
- Forum: Scripts and Functions
- Topic: Recording desktop with ffmpeg & AutoHotkey
- Replies: 15
- Views: 4739
Re: Recording desktop with ffmpeg & AutoHotkey
Someone can add the option to pause and resume the recording?...if is possible. Thanks
- 20 Jul 2020, 09:59
- Forum: Scripts and Functions
- Topic: new Notify class leveraging Window's Animations from Maestrith
- Replies: 13
- Views: 2581
Re: new Notify class leveraging Window's Animations from Maestrith
Thanks,
So, if i understand well this notify class does the same things as the notify function but has one code very compact... and seems more fast...


So, if i understand well this notify class does the same things as the notify function but has one code very compact... and seems more fast...
- 18 Jul 2020, 08:02
- Forum: Scripts and Functions
- Topic: ClipStep - Step through multiple clipboards using Ctrl-X-C-V UPDATE
- Replies: 0
- Views: 798
ClipStep - Step through multiple clipboards using Ctrl-X-C-V UPDATE
I found this great script by @rrhuffy in the old forum https://autohotkey.com/board/topic/4567-clipstep-step-through-multiple-clipboards-using-ctrl-x-c-v/page-3 and i tried to update it... the idea of the script is very amazing ... i did my best but the script needs something more... #SingleInstance...
- 13 Jul 2020, 10:11
- Forum: Announcements
- Topic: v1.1.33.02
- Replies: 13
- Views: 6722
Re: v1.1.33.00
Thanks for your great work.



- 11 Jul 2020, 01:07
- Forum: Scripts and Functions
- Topic: CENSOR BOX
- Replies: 12
- Views: 4342
Re: CENSOR BOX
What do you think about to add the possibility of censor or highlight part of the screen?... i was thinking something like this.... F2:: transparency:=100 ; 0-255 level of transparency (0 =Transparent , 255=full visibile) KeyWait, F2, U T0.6 ; Long press (> 0.6 sec) on Esc closes window Wait no more...
- 10 Jul 2020, 14:12
- Forum: Ask For Help
- Topic: How do I learn ahk? Topic is solved
- Replies: 6
- Views: 1888
- 09 Jul 2020, 14:18
- Forum: Offtopic
- Topic: Thank you for the music
- Replies: 204
- Views: 113204
Re: Thank you for the music
Not complaining but there is a "squawk squawk" sound in there that is a little unusual. I don't know what it is. You can listen to it for yourself. Starting at 0.35. Bassoon with the signature 5-note sound, the flute with the follow up, and then "squawk squawk". This happens several times throughou...
- 09 Jul 2020, 07:25
- Forum: Offtopic
- Topic: Thank you for the music
- Replies: 204
- Views: 113204
Re: Thank you for the music
R.I.P. Ennio
Immortal masterpiece https://www.youtube.com/watch?v=2RGrz1mZve8
Immortal masterpiece https://www.youtube.com/watch?v=2RGrz1mZve8
- 09 Jul 2020, 04:22
- Forum: Scripts and Functions
- Topic: CENSOR BOX
- Replies: 12
- Views: 4342
Re: CENSOR BOX
I think that it is enough to add something like this...
Code: Select all
F4::
gui %currentgui%: Destroy
return
- 08 Jul 2020, 12:53
- Forum: Scripts and Functions
- Topic: CENSOR BOX
- Replies: 12
- Views: 4342
Re: CENSOR BOX
Great idea and awesome script guys !!!!...Thanks so much...
- 04 Jul 2020, 11:52
- Forum: Ask For Help
- Topic: [little off-topic] How to disable middle click wheel of mouse in windows10 Topic is solved
- Replies: 4
- Views: 1504
- 04 Jul 2020, 11:38
- Forum: Ask For Help
- Topic: [little off-topic] How to disable middle click wheel of mouse in windows10 Topic is solved
- Replies: 4
- Views: 1504
Re: [little off-topic] How to disable middle click wheel of mouse in windows10 Topic is solved
I noticed that the click of middle wheel can remain always in the state pressed. Canboiler wrote: ↑04 Jul 2020, 11:26You can disable it with an AHK hotkey like this:Code: Select all
MButton::return
this create an infinite loop in ahk? For this i would disable it in windows if possible...
- 04 Jul 2020, 11:06
- Forum: Ask For Help
- Topic: [little off-topic] How to disable middle click wheel of mouse in windows10 Topic is solved
- Replies: 4
- Views: 1504
[little off-topic] How to disable middle click wheel of mouse in windows10 Topic is solved
I have the middle click wheel broken...how can i disable it maybe with
one key of registy in windows 10 home 32 bit?
one key of registy in windows 10 home 32 bit?
- 03 Jul 2020, 03:47
- Forum: Ask For Help
- Topic: Where is the error in this code???... Topic is solved
- Replies: 2
- Views: 1428
Re: Where is the error in this code???... Topic is solved
Thanks. All good now... 

- 02 Jul 2020, 23:37
- Forum: Ask For Help
- Topic: Where is the error in this code???... Topic is solved
- Replies: 2
- Views: 1428
Where is the error in this code???... Topic is solved
I found this script https://autohotkey.com/board/topic/54443-box-ie-draw-simple-gui-based-boxes-on-screen/ by Wicked...but seems doesn't work right... When i run it i have this result wrong.. the lines are too long Screenshot (103).png #SingleInstance,force CoordMode, Pixel, Screen CoordMode, Mouse,...
- 30 Jun 2020, 12:17
- Forum: Announcements
- Topic: v1.1.33.02
- Replies: 13
- Views: 6722
Re: v1.1.33.00
just downloaded and all gone good...Thanks.. 
