Skip to content

Firnschnee/My-AHK-v2-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

My AHK v2 Scripts

Collection of my AutoHotkey v2 scripts for German keyboard layout issues and Windows 11 quality-of-life improvements, now merged into one big file.

The Problem

ISO-DE (QWERTZ / German) keyboards make many special characters hard to reach:

  • AltGr + Q = @ is awkward
  • Ctrl + Z = Undo instead of Ctrl + Y (I mean.. why? It would be so much more easier to reach, right next to Ctrl + X, Ctrl + C and Ctrl + V)

This script also remaps AltGr combinations to Alt for easier access.

What's included

Undo-Shortcut-Fix

  • Ctrl + Y = Undo

Special Characters (System-wide)

  • Alt + Q = @, Alt + E = €, Alt + M = µ, etc.
  • Alt + 2/3/7/8/9/0/ß/+ = ² ³ { [ ] } \ ~
  • Works everywhere

Firefox Tab Navigation

  • Alt + A = Previous tab
  • Alt + D = Next tab
  • Alt + W = Restore closed tab

Excel Sheet Navigation

  • Alt + A = Previous sheet
  • Alt + D = Next sheet

Windows Virtual Desktop

  • Win + A = Previous desktop
  • Win + D = Next desktop

Everything shortcut + disable Feedback Hub

  • Win + F = F14 (Because Search should be on Win + F imho)

Fast single Backtick deployment :D

  • Alt + # = ` (Press 1x and get the Backtime once. No need for double press).

Word Dark Theme Fix

  • F24 — Workaround for a Word Dark Mode rendering bug (German localization). When using the Black Office theme, the Navigation Pane or Search Results Pane occasionally renders text in black-on-black, making it unreadable. This macro forces a theme cycle (Black → White → Black) to trigger a UI redraw.

    German Word only. The Backstage keyboard shortcuts (Alt+D → T → Y2) are localization-specific and will not work in other language versions.

    I mapped it to MO(1) + F12 via QMK/Vial.

Zone-Identifier-Script

Windows Explorer Middle Click opens new active Tab

  • Mousewheel Middle Click on any Folder inside the Windows Explorer opens a new active tab in the foreground.

Requirements

  • Windows 10+
  • AutoHotkey v2 installed
  • Administrator privileges

Usage

  1. Download main.ahk or your desired scripts
  2. Run with AutoHotkey v2

License

MIT License – See LICENSE file

About

A collection of my AutoHotkey v2 scripts fixing German keyboard layout problems

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors