From bffb25ebe56ee9f0f1dbdede21e77f732987b53d Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 21 Dec 2023 20:58:40 +0100 Subject: [PATCH] Remove autohotkey part --- docs/code-howtos/tools.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/code-howtos/tools.md b/docs/code-howtos/tools.md index f2b344da05a..a21bf399add 100644 --- a/docs/code-howtos/tools.md +++ b/docs/code-howtos/tools.md @@ -70,10 +70,3 @@ Then, each weak do `choco upgrade all` to ensure all tooling is kept updated. ### Tools for working with XMP * Validate XMP: [https://www.pdflib.com/pdf-knowledge-base/xmp/free-xmp-validator/](https://www.pdflib.com/pdf-knowledge-base/xmp/free-xmp-validator/) - -### Some useful keyboard shortcuts - -* [AutoHotkey](http://autohotkey.com) - Preparation for the next step -* [https://github.com/koppor/autohotkey-scripts](https://github.com/koppor/autohotkey-scripts) - Aim: Have Win+C opening ConEmu - 1. Clone the repository locally. - 2. Then link `ConEmu.ahk` and `WindowsExplorer.ahk` at the startup menu (Link creation works with drag'n'drop using the right mouse key and then choosing "Create link" when dropping). Hint: Startup is in the folder `Startup` (German: `Autostart`) at `%APPDATA%\Microsoft\Windows\Start Menu\Programs\` - accessible via Win+R: `shell:startup`