Search found 90 matches

by adegard
13 Jul 2020, 15:17
Forum: Visual Studio Code
Topic: Visual Studio Code Support
Replies: 20
Views: 39482

Re: Visual Studio Code Support

Go to: File » Preferences » Settings Search for: code-runner.executorMap Click on: Edit settings in.json Copy code in (if you have AutoHotkey default installation): "code-runner.executorMap": { "ahk": "\"C:\\Program Files\\AutoHotkey\\AutoHotkey.exe\"" } Referenced from: https://github.com/formulahe...
by adegard
07 Jun 2020, 10:56
Forum: Scripts and Functions (v1)
Topic: for youtube
Replies: 6
Views: 2537

Re: for youtube

Great! than you
I just changed send,^l (instead of !s) for chrome
by adegard
06 Jun 2020, 08:42
Forum: Ask for Help (v1)
Topic: Bluetooth Enable/Disable Toggle
Replies: 8
Views: 5782

Re: Bluetooth Enable/Disable Toggle

Code: Select all

SendMode Input
Run, ms-settings:bluetooth
WinWaitActive, Settings
Sleep 2000
Send,{Tab}{Space}
WinClose, A
by adegard
08 May 2020, 14:46
Forum: Scripts and Functions (v1)
Topic: ADB GUI
Replies: 7
Views: 5005

Re: ADB GUI

Hi @hasantr
I didn't tried but, you should choose sdcard, like

Code: Select all

adb push C:\Users\Jonathan\Desktop\video.mp4 /sdcard/
in shell simply write

Code: Select all

push C:\Users\Jonathan\Desktop\video.mp4 /sdcard/
by adegard
03 May 2020, 08:04
Forum: Scripts and Functions (v1)
Topic: ADB GUI
Replies: 7
Views: 5005

Re: ADB GUI

Hi hasantr You don't need Android Studio Anyway you can install and test adb following the below procedure: Enable USB Debugging on Your Phone To use ADB with your Android device, you must enable a feature called USB debugging. Open your phone’s app drawer, tap the Settings icon, and select “About P...
by adegard
01 May 2020, 09:31
Forum: Scripts and Functions (v1)
Topic: ADB GUI
Replies: 7
Views: 5005

ADB GUI

I found this tool very useful to transfert files from pc to android, thanks to linpinger :clap: So I decide to do some translations. In order to use it you need ADB bridge for Android. Anyway I suggest you to use scrcpy package , which contains also adb.exe and have a android mirror app Installation...
by adegard
01 May 2020, 09:28
Forum: 脚本函数
Topic: ADB GUI
Replies: 4
Views: 10647

Re: ADB GUI

I found this tool very useful to trasfert files from pc to android, thans to linpinger :clap: So I decide to do some translations. In order to use it you need ADB bridge for Android. Anyway I suggest you to use scrcpy package, which contains also adb.exe and have a android mirror app: https://github...
by adegard
28 Apr 2020, 14:03
Forum: Scripts and Functions (v1)
Topic: Fast Google Sheet search tool
Replies: 22
Views: 4325

Re: Fast Google Sheet search tool

Thanks both flyingDman and burque505 Trying to open gsheet on company network, unfortunatly, it doesn't work without google authentification. :wtf: Then I found a less 'elegant' way :facepalm: , downloading it locally from browser... and move it from download folder to current one and read it as csv...
by adegard
27 Apr 2020, 14:04
Forum: Scripts and Functions (v1)
Topic: Fast Google Sheet search tool
Replies: 22
Views: 4325

Re: Fast Google Sheet search tool

great! thanks

two questions:
How to read a specific cell range ? (like "B3")

I'm searching also the opposite: how to write in a gsheet from ahk, any idea?
by adegard
26 Apr 2020, 11:40
Forum: Scripts and Functions (v1)
Topic: AutoTyper
Replies: 8
Views: 2639

Re: AutoTyper

very nice, thanks :bravo:

...anyway I have an issue with symbols (like #)
by adegard
24 Mar 2020, 15:42
Forum: Scripts and Functions (v1)
Topic: Optical character recognition (OCR) with UWP API
Replies: 157
Views: 64244

Re: Optical character recognition (OCR) with UWP API

Excellent malcev , I insert here a little test in your OCR function with a third parameter "Find_Text" : ocr(pIRandomAccessStream, "en", Find_Text) Now I check for a word, and click on it! SetBatchLines, -1 InputBox, Find_Text,Text to search, Enter Text to find,,300,130 hBitmap := HBitmapFromScreen(...
by adegard
22 Mar 2020, 08:59
Forum: Scripts and Functions (v1)
Topic: Optical character recognition (OCR) with UWP API
Replies: 157
Views: 64244

Re: Optical character recognition (OCR) with UWP API

Hi malcev , this script is very cool! :dance: I would like to create a 'click on text' using your ocr. how can I obtain a recursive function to search in the full screen, some words, dividing it like a puzzle. Then, pointing the mouse in the middle of the successul area (which contains the strings) ...
by adegard
11 Mar 2020, 15:25
Forum: Scripts and Functions (v1)
Topic: Mouse And Keyboard Macro Recorder
Replies: 143
Views: 221028

Re: Mouse And Keyboard Macro Recorder

Krd Try this, it's not perfect but can record mouse moves, click and keyboard: place the two file in the same folder. Launch macro_recorder_v02 Ctrl+R to start Ctrl+D to stop It will create "macro.ahk" macro_recorder_v02.ahk : #NoEnv ; Recommended for performance and compatibility with future AutoH...
by adegard
30 Apr 2019, 14:17
Forum: Scripts and Functions (v1)
Topic: Universal ImageSearch GUI
Replies: 13
Views: 4559

Re: Universal ImageSearch GUI

great idea and well presented! :clap:
by adegard
09 Feb 2019, 13:40
Forum: Scripts and Functions (v1)
Topic: R (statistical software) Editor in AutoHotKey + Six Sigma Snippets
Replies: 4
Views: 1439

Re: R (statistical software) Editor in AutoHotKey + Six Sigma Snippets

It's a BETA version, I will add functions, graphs, data pre-processing.. version checker inside
by adegard
09 Feb 2019, 13:25
Forum: Scripts and Functions (v1)
Topic: R (statistical software) Editor in AutoHotKey + Six Sigma Snippets
Replies: 4
Views: 1439

R (statistical software) Editor in AutoHotKey + Six Sigma Snippets

R-Editor for Six Sigma is a R Statistical snippets editor and launcher, mostly used for Six Sigma projects https://media.giphy.com/media/31UKg4eomVj2jmXlBV/giphy.gif Before installation -Install R software from https://www.r-project.org/ -Verify R is installed and copy to clipboard his path folder: ...
by adegard
04 Jan 2019, 12:28
Forum: Scripts and Functions (v1)
Topic: Chrome Automation with TagUI
Replies: 13
Views: 9504

Re: Chrome Automation with TagUI

I love this script but is it possible to make tutorials on how to use it? Its a little complicated and hard to use for me Thanks @godofOOF, @tmplinshi I wrote a little ebook on amazon (to protect copyrights) to explain installation, and simple examples of use... but, sorry the english translation i...
by adegard
28 Dec 2018, 09:13
Forum: Other Utilities & Resources
Topic: Search AHK forum with chrom extension
Replies: 3
Views: 4558

Search AHK forum with chrom extension

Here I wrote a basic chrome extension to easily search in authotkey forum:


Chrome extension AutoHotKey Search Tool


- simply highlight some text in browser
- right click
by adegard
28 Dec 2018, 09:02
Forum: Ask for Help (v1)
Topic: Scraping Facebook Marketplace
Replies: 2
Views: 3870

Re: Scraping Facebook Marketplace

thanks for sharing this @seven!
hhtrack is working fine...

as said above
You will have to configure it to log in to Facebook.
Could you explain how to do login with hhtrack?

Go to advanced search