eugenesvk / Win.ahk

Windows extensions written in AutoHotkey automation scripting language
MIT License
8 stars 1 forks source link
autohotkey automation home-row-mods keyboard-shortcuts modtap script windows

A collection of Windows extensions written in
AutoHotkey automation scripting language

Introduction

Scripts

Insert various characters and symbols

Libraries

Library files in /lib used only when function by the same name is called

Install

This page (the main branch of the repo) doesn't support care-free installation of individual components (e.g., launching 🖰hide on 🖮.ahk will result in warnings and might not work) or even the full combined version. So far only the following components have been separated to allow a double-click install:

Others would likely require manual modifications to import only the libraries that they require

Also, some of the scripts require external libraries not included in this repo, so copy them to Lib from:

Use

Configure

Press&Hold character picker

Hide mouse pointer while typing

You can configure the script to ignore selected mouse behavior when you type:

And further configure it to:

All of these are set by changing the values of the ucfg🖰hide configuration map at the top of [🖰hide on 🖮](<./🖰hide on 🖮.ahk>) and reloading the script. Each value has a comment explaining what it does and what values are allowed

You can also change the keys that trigger hiding the pointer by adjusting the keys_m['en'] map for the English locale

Known issues

Credits