An open API service indexing awesome lists of open source software.

https://github.com/aucacoyan/ahk-macros

A collection of scripts for everyday use
https://github.com/aucacoyan/ahk-macros

ahk autohotkey script

Last synced: 3 months ago
JSON representation

A collection of scripts for everyday use

Awesome Lists containing this project

README

          

# AHK-macros

Macros in AutoHotKey

![GitHub repo size](https://img.shields.io/github/repo-size/AucaCoyan/AHK-macros)
![Lines of code](https://img.shields.io/tokei/lines/github/AucaCoyan/AHK-macros)

[![Windows](https://badgen.net/badge/icon/windows?icon=windows&label)](https://badgen.net/badge/icon/windows?icon=windows&label)
![GitHub last commit](https://img.shields.io/github/last-commit/AucaCoyan/AHK-macros)
![GitHub issues](https://img.shields.io/github/issues/AucaCoyan/AHK-macros)
![GitHub pull requests](https://img.shields.io/github/issues-pr/AucaCoyan/AHK-macros)
![GitHub](https://img.shields.io/github/license/AucaCoyan/AHK-macros)

[Installation](#installation) •
[Contributing](#contributing)

---

# Installation

1. Clone the repo

```
git clone https://github.com/AucaCoyan/AHK-macros
```

2. Install **AutoHotKey** from https://www.autohotkey.com/

3. Run the files `*.ahk` you need

## Hotkeys

| Hotkey | Do | Comments |
| ------- | :----------------------: | -----------------------------------------------------------------------: |
| Win + C | Calc.exe | Abre Calc.exe o cambia la tarea. |
| Win + E | Copia email seleccionado | Con el texto ya seleccionado, copia al Clipboard el correo que encuentra |
| Win + N | OneNote | Abre OneNote o cambia la tarea. |
| Win + Ñ | Opens Powershell | Abre Powershell o cambia la tarea |
| Win+W | Whatsapp | |
| Win+Del | Empty recycle bin | |
| Win+F12 | Open Downloads folder | |
| Nothing | Count Files | Currently not working |
| Ctrl+O | Copy format in Excel | Alt+O+O+O |

---

Hotstrings

| Hotstring | Texto |
| --------- | ----------------------------------------------: |
| `ag.` | aucacoyan@gmail.com |
| `ah.` | aucacoyan@hotmail.com |
| `fp.` | forosypaginas@gmail.com |
| `ghpro` | https://github.com/AucaCoyan |
| `aucacv` | http://tiny.cc/AucaCV |
| `linp` | https://www.linkedin.com/in/auca-coyan-maillot/ |

## Copy-Hex-to-Clipboard

Copy to clipboard the HEX color of the pixel under your cursor using `Ctrl + Win + Left Click`

## Open-new-explorer-window-same-folder

Open new explorer window with the same path as the currently focused folder: I often use `Win + E` default shortcut to open the Explorer, but oftentimes I need to open a new window within the same location to move/organize some files. So why not use `Ctrl + Win + E` shortcut to do that?

## Copy-Hex-to-Clipboard

Copy to clipboard the HEX color of the pixel under your cursor using `Ctrl + Win + Left Click`

## Open-new-explorer-window-same-folder

Open new explorer window with the same path as the currently focused folder: I often use `Win + E` default shortcut to open the Explorer, but oftentimes I need to open a new window within the same location to move/organize some files. So why not use `Ctrl + Win + E` shortcut to do that?

## enterx

A helper script for copying text from pdf into text.

---

# Contributing

I'm open to suggestions or PRs!

Please feel free to contribute as you wish