Search found 494 matches

by SpeedMaster
21 Mar 2023, 03:05
Forum: Scripts and Functions (v2)
Topic: [V2] [Function] Select screen region with mouse
Replies: 12
Views: 3207

Re: [V2] Selcet screen région and save it to clipboard

Thanks for the feedback and suggestion.
FanaticGuru wrote:
20 Mar 2023, 23:33
Now you know the next thing people are going to ask for is for you to convert the entire Screen Clipper to v2
Not for me... I'm still learning the new syntax. :roll:
by SpeedMaster
20 Mar 2023, 05:10
Forum: Scripts and Functions (v2)
Topic: [V2] [Function] Select screen region with mouse
Replies: 12
Views: 3207

[V2] [Function] Select screen region with mouse

SelectScreenRegion ( Key, Color, transparency ) The Function: (by FanaticGuru) SelectScreenRegion(Key, Color := "Lime", Transparent:= 80) { CoordMode("Mouse", "Screen") MouseGetPos(&sX, &sY) ssrGui := Gui("+AlwaysOnTop -caption +Border +ToolWindow +LastFound -DPIScale") WinSetTransparent(Transparen...
by SpeedMaster
19 Mar 2023, 12:31
Forum: Scripts and Functions (v1)
Topic: Mouse And Keyboard Macro Recorder
Replies: 147
Views: 230230

Re: Mouse And Keyboard Macro Recorder

1) Anyway to disable mouse interaction entirely? 2) Any way to make the keystrokes play quickly? 3) How to eliminite the menu while running it? Raghava Doregowda , tenace You may try this slightly modified version (v2.1+) :geek: :arrow: https://www.autohotkey.com/boards/viewtopic.php?f=6&t=34184&p=...
by SpeedMaster
16 Mar 2023, 20:24
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 307
Views: 134217

Re: Screen clipping

[PLUGIN] Transparency v1.1 Usage: Press Shift + Mouse Wheel to adjust transparency of the selected clip image. how to install this plugin ? 1° download FG ScreenClipper at https://www.autohotkey.com/boards/viewtopic.php?p=506077#p506077 2° put this plugin in the Lib folder of the main script 3° ins...
by SpeedMaster
16 Mar 2023, 20:20
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 307
Views: 134217

Re: Screen clipping

New update for the main files : V1.6 :arrow: https://www.autohotkey.com/boards/viewtopic.php?f=6&t=12088&start=240#p506077 added empty folder (Images - Screen Clipper) in the starting package. FG_Header.ahk : V1.6 :arrow: added Joe Glines bugfix to force using AHK U32 instead of AHK U64 version in ...
by SpeedMaster
16 Mar 2023, 20:18
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 307
Views: 134217

Re: Screen clipping

Hello, Avastgard Thanks for the feedback and suggestions ! JL_Shrink.ahk: Double clicking does not shrink image. Using v. 1.0 Probably because it was not inserted correctly in the list of plugins. For it to work it must be in the auto-executable part of the script, i.e. in the headers section of the...
by SpeedMaster
14 Mar 2023, 15:50
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 307
Views: 134217

Re: Screen clipping

The recent updates caused too many script crashes (on win 7) due to the fact that the Gdip_Startup() and Gdip_Shutdown() functions of Gdip_all.ahk library are not very reliable. :think: Starting and closing gdip with the ImagePut.ahk library solved the problem. ;) So I updated the previous plugins ...
by SpeedMaster
13 Mar 2023, 03:42
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 307
Views: 134217

Re: Screen clipping

[PLUGIN] Move Clip v1.0 Usage: Move the clip image with arrow cursors. how to install this plugin ? 1° download FG ScreenClipper at https://www.autohotkey.com/boards/viewtopic.php?p=506077#p506077 2° put this plugin in the Lib folder of the main script 3° insert "#Include SM_MoveClip.ahk" in the IN...
by SpeedMaster
11 Mar 2023, 13:53
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 307
Views: 134217

Re: Screen clipping

[PLUGIN] Grayscale v1.5 Usage: Press G to toggle grayscale for selected image. how to install this plugin ? 1° download FG ScreenClipper at https://www.autohotkey.com/boards/viewtopic.php?p=506077#p506077 2° put this plugin in the Lib folder of the main script 3° Install plugin SM_Resizer.ahk at ht...
by SpeedMaster
11 Mar 2023, 13:34
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 307
Views: 134217

Re: Screen clipping

New update for the main files : V1.5 :arrow: https://www.autohotkey.com/boards/viewtopic.php?p=506077#p506077 Added "headers" and "footers" for the Include Section in RUN_ScreenCLip Fixed bug in FG_screenclip (cached image not removed when creating new clip). Added new item in fG_context_clip_menu ...
by SpeedMaster
02 Mar 2023, 05:45
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 307
Views: 134217

Re: Screen clipping

[PLUGIN] GK OCR v1.1 (Win 10+ only) Usage: Select a clip text image and press Y to use built-in OCR of Windows 10+ to send text to the clipboard. how to install this plugin ? 1° download FG ScreenClipper v1.4+ at https://www.autohotkey.com/boards/viewtopic.php?p=506077#p506077 2° put GK_OCR.ahk plu...
by SpeedMaster
02 Mar 2023, 02:32
Forum: Scripts and Functions (v1)
Topic: [game/class] Tower Defense example
Replies: 11
Views: 1547

Re: [game/class] Tower Defense example

The game works very well (Win 7 & 10). :thumbup:
Thanks for sharing. 8-)
by SpeedMaster
27 Feb 2023, 16:48
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 307
Views: 134217

Re: Screen clipping

@Avastgard Thanks for the feedback. I still have other plugins in progress. ;)

I upgraded the SM_RotateFlip plugin to version 1.4 so that it also uses images from the temp folder.
:arrow: viewtopic.php?f=6&t=12088&start=240#p506431
by SpeedMaster
27 Feb 2023, 08:00
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 307
Views: 134217

Re: Screen clipping

[PLUGIN] Resizer v1.5 Usage: Resize selected clip image with the mouse wheel. function: sm_resize(dir:=1, step:="0.1") set dir=1 to scale up and dir=-1 to scale down the function returns the scaling value in percent autors: Iseahound (imageput) Speedmaster (plugin) how to install this plugin ? 1° d...
by SpeedMaster
26 Feb 2023, 20:11
Forum: Scripts and Functions (v1)
Topic: Disable all keyboard buttons
Replies: 28
Views: 24669

Re: Disable all keyboard buttons

If I press SHIFT+ALT+F2, it triggers the unlock, great. However, if I lock first (with SHIFT+ALT+F1) and then try to unlock, it won't trigger the unlock. Any ideas why? Combinations of three or more keys are generally not supported but you can try this... +!F1:: ; always make sure that the keys are...
by SpeedMaster
26 Feb 2023, 16:35
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 307
Views: 134217

Re: Screen clipping

[PLUGIN] Always On Bottom v1.2 Usage: Press PageDown to make selected clip image not more always on top. Press PageUp to make selected clip image always on top. how to install this plugin ? 1° download FG ScreenClipper v1.2+ at https://www.autohotkey.com/boards/viewtopic.php?p=506077#p506077 2° put...
by SpeedMaster
25 Feb 2023, 19:00
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 307
Views: 134217

Re: Screen clipping

[PLUGIN] Shrink v1.0 (by Juho-Lee) Usage: Double click to shrink or restore the window size how to install this plugin ? 1° download FG ScreenClipper v1.2+ at https://www.autohotkey.com/boards/viewtopic.php?p=506077#p506077 2° put this plugin in the Lib folder of the main RUN script 3° Note: this i...
by SpeedMaster
24 Feb 2023, 17:47
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 307
Views: 134217

Re: Screen clipping

[PLUGIN] Duplicate v1.2 how to install this plugin ? 1° download FG ScreenClipper v1.2+ at https://www.autohotkey.com/boards/viewtopic.php?p=506077#p506077 2° put this plugin in the Lib folder of the main RUN script 3° insert this line " #Include SM_Duplicate.ahk " in the INCLUDE SECTION of the mai...
by SpeedMaster
18 Feb 2023, 12:07
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 307
Views: 134217

Re: Screen clipping

[PLUGIN] Hide/Show All Clip Images Press F12 to hide or show all clip images. I noticed that the hide/show all plugin also showed the images that had been previously closed. :crazy: I updated the main RUN file and the context clip menu plugin so that it would destroy the window properly instead of ...
by SpeedMaster
17 Feb 2023, 18:16
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 307
Views: 134217

Re: Screen clipping

[PLUGIN] Hide/Show All Clip Images v1.0 how to install this plugin ? 1° download FG ScreenClipper v1.2+ at https://www.autohotkey.com/boards/viewtopic.php?p=506077#p506077 2° put this plugin in the Lib folder of the main RUN script 2° insert this line " #Include SM_HideShowAll.ahk " in the INCLUDE ...

Go to advanced search