Search found 3 matches

by TheMaster11
07 Mar 2024, 12:31
Forum: Scripts and Functions (v1)
Topic: HTH: A Transpiler for AutoHotKey v1 Code into JavaScript
Replies: 1
Views: 218

HTH: A Transpiler for AutoHotKey v1 Code into JavaScript

HTH: HeavenToHell HTH, which stands for HeavenToHell, is a dynamically typed, transpiled high-level programming language designed for simplicity, ease of use, and versatility. Inspired by the syntax of AutoHotkey, HTH offers a user-friendly environment for beginners to learn programming and build we...
by TheMaster11
23 Nov 2023, 11:41
Forum: Bug Reports
Topic: A_OSVersion doesnt recognize windows 11 Topic is solved
Replies: 5
Views: 1872

Re: A_OSVersion doesnt recognize windows 11 Topic is solved

This should work! ; Set the registry key path RegPath := "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\StuckRects3" ; Read the Settings binary value from the registry RegRead, SettingsValue, % RegPath, Settings ;MsgBox, SettingsValue %SettingsValue% ; Extract the 9th byte fro...
by TheMaster11
10 Jul 2023, 15:54
Forum: Scripts and Functions (v1)
Topic: Face Recognition AHK
Replies: 0
Views: 357

Face Recognition AHK

You probably need to adjust the camera resolution ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Name: ; Face Recognition AHK ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ;...

Go to advanced search