AucaCoyan / AHK-macros

A collection of scripts for everyday use

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AHK-macros

Macros in AutoHotKey

GitHub repo size Lines of code

Windows GitHub last commit GitHub issues GitHub pull requests GitHub

InstallationContributing


Installation

  1. Clone the repo
git clone https://github.com/AucaCoyan/AHK-macros
  1. Install AutoHotKey from https://www.autohotkey.com/

  2. 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

About

A collection of scripts for everyday use

License:GNU General Public License v3.0


Languages

Language:AutoHotkey 100.0%