All Projects → Lexikos → Autohotkey_l

Lexikos / Autohotkey_l

Licence: gpl-2.0
AutoHotkey - macro-creation and automation-oriented scripting utility for Windows.

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Autohotkey l

Ahkdll
AutoHotkey_H
Stars: ✭ 177 (-96.52%)
Mutual labels:  automation, hotkeys
Winhue
Controlling the Philips Hue lighting system from your Windows PC.
Stars: ✭ 167 (-96.72%)
Mutual labels:  automation, hotkeys
Automated Irrigation System
This is the software of an open source automated irrigation system. The complete setup including hardware can be found in the README.
Stars: ✭ 442 (-91.32%)
Mutual labels:  automation
Mergeable
🤖 All the missing GitHub automation 🙂 🙌
Stars: ✭ 475 (-90.67%)
Mutual labels:  automation
Autosploit
Automated Mass Exploiter
Stars: ✭ 4,500 (-11.59%)
Mutual labels:  automation
Whatsapp Web Bot
Whatsapp Web Bot - Example of Bot for use on Whatsapp Web (on Chrome)
Stars: ✭ 450 (-91.16%)
Mutual labels:  automation
Ispconfig setup
ISPConfig autoinstaller and setup
Stars: ✭ 466 (-90.84%)
Mutual labels:  automation
Golem
A complete test automation tool
Stars: ✭ 441 (-91.34%)
Mutual labels:  automation
Zerocode
A community-developed, free, open source, microservices API automation and load testing framework built using JUnit core runners for Http REST, SOAP, Security, Database, Kafka and much more. Zerocode Open Source enables you to create, change, orchestrate and maintain your automated test cases declaratively with absolute ease.
Stars: ✭ 482 (-90.53%)
Mutual labels:  automation
Semi Auto Image Annotation Tool
Anno-Mage: A Semi Automatic Image Annotation Tool which helps you in annotating images by suggesting you annotations for 80 object classes using a pre-trained model
Stars: ✭ 463 (-90.9%)
Mutual labels:  automation
Create Pull Request
A GitHub action to create a pull request for changes to your repository in the actions workspace
Stars: ✭ 473 (-90.71%)
Mutual labels:  automation
Playwright Sharp
.NET version of the Playwright testing and automation library.
Stars: ✭ 459 (-90.98%)
Mutual labels:  automation
Invoke Build
Build Automation in PowerShell
Stars: ✭ 453 (-91.1%)
Mutual labels:  automation
Sharpapp
💩⭐️🚀A #app with cutting edge technology to #minimize windows-10 telemetry and #maximize privacy plus many more
Stars: ✭ 474 (-90.69%)
Mutual labels:  automation
St2
StackStorm (aka "IFTTT for Ops") is event-driven automation for auto-remediation, security responses, troubleshooting, deployments, and more. Includes rules engine, workflow, 160 integration packs with 6000+ actions (see https://exchange.stackstorm.org) and ChatOps. Installer at https://docs.stackstorm.com/install/index.html. Questions? https://…
Stars: ✭ 4,600 (-9.63%)
Mutual labels:  automation
Nginx Le
Nginx with automatic let's encrypt (docker image)
Stars: ✭ 475 (-90.67%)
Mutual labels:  automation
Rundeck
Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts
Stars: ✭ 4,426 (-13.05%)
Mutual labels:  automation
Whole Foods Delivery Slot
Automated script for Whole Foods and Amazon Fresh delivery slot
Stars: ✭ 460 (-90.96%)
Mutual labels:  automation
Gaia
Build powerful pipelines in any programming language.
Stars: ✭ 4,534 (-10.92%)
Mutual labels:  automation
Unity Build
A powerful automation tool for quickly and easily generating builds of a game with Unity.
Stars: ✭ 483 (-90.51%)
Mutual labels:  automation

AutoHotkey_L

AutoHotkey is a free, open source macro-creation and automation software utility that allows users to automate repetitive tasks. It is driven by a custom scripting language that is aimed specifically at providing keyboard shortcuts, otherwise known as hotkeys.

AutoHotkey_L started as a fork of AutoHotkey but has been the main branch for some time.

https://autohotkey.com/

How to Compile

AutoHotkey is developed with Microsoft Visual Studio Community 2015 Express, which is a free download from Microsoft.

  • Get the source code.
  • Open AutoHotkeyx.sln in Visual Studio.
  • Select the appropriate Build and Platform.
  • Build.

The project is configured to build with the Visual C++ 2010 toolset if available, primarily to facilitate Windows 2000 support but also because it appears to produce smaller 32-bit binaries than later versions. If the 2010 toolset is not available for a given platform, the project should automatically fall back to v140 (2015), v120 (2013) or v110 (2012).

Note that the fallback toolsets do not support targetting Windows XP. For that, install VS 2010 or change the platform toolset to v110_xp, v120_xp or v140_xp (if installed).

The project should also build in Visual C++ 2010, 2012 or 2013.

Build Configurations

AutoHotkeyx.vcxproj contains several combinations of build configurations. The main configurations are:

  • Debug: AutoHotkey.exe in debug mode.
  • Release: AutoHotkey.exe for general use.
  • Self-contained: AutoHotkeySC.bin, used for compiled scripts.

Secondary configurations are:

  • (mbcs): ANSI (multi-byte character set). Configurations without this suffix are Unicode.
  • (minimal): Alternative project settings for producing a smaller binary, possibly with lower performance and added dependencies.

Platforms

AutoHotkeyx.vcxproj includes the following Platforms:

  • Win32: for Windows 32-bit.
  • x64: for Windows x64.

Visual C++ 2010 officially supports XP SP2 and later. AutoHotkey supports Windows XP pre-SP2 and Windows 2000 via an asm patch (win2kcompat.asm). Older versions are not supported.

AutoHotkey v2 Alpha

https://autohotkey.com/v2/

v2 Branch

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].