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
- Host: GitHub
- URL: https://github.com/aucacoyan/ahk-macros
- Owner: AucaCoyan
- License: gpl-3.0
- Created: 2020-06-24T14:36:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-19T19:20:08.000Z (over 3 years ago)
- Last Synced: 2025-03-06T18:14:56.439Z (over 1 year ago)
- Topics: ahk, autohotkey, script
- Language: AutoHotkey
- Homepage:
- Size: 1.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AHK-macros
Macros in AutoHotKey


[](https://badgen.net/badge/icon/windows?icon=windows&label)




[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