Skip to content

Instantly share code, notes, and snippets.

View Andreas-Huber's full-sized avatar

Andreas Huber Andreas-Huber

View GitHub Profile
@Andreas-Huber
Andreas-Huber / README.md
Last active August 2, 2023 10:45 — forked from ascendbruce/README.md
Use macOS-style shortcuts in Windows

Use macOS-style shortcuts in Windows / keyboard mappings using a Mac keyboard on Windows

Make Windows PC's shortcut act like macOS (Mac OS X) (using AutoHotkey (ahk) script)

With this AutoHotKey script, you can use most macOS style shortcuts (eg, cmd+c, cmd+v, ...) on Windows with a standard PC keyboard.

There is a new, alternative project that does similar things and more, check it out at https://github.com/stevenilsen123/mac-keyboard-behavior-in-windows

How does it work