AutoHotkey script main.ahk
is the entrance of the program, which maps macOS keyboard shortcuts to Windows platform. Here is the main functions including:
- Based on the latest AutoKotkey - .
- Common text or file editing keyboard shortcuts.
- JetBrains keyboard shortcuts (also works with Visual Studio Code's plugin
IntelliJ IDEA Keybindings
). - Typora keyboard shortcuts.
- Google Chrome keyboard shortcuts.
- The keyboard shortcuts for instant message apps like Microsoft Teams, WeChat, Slack, Lark.
- Windows Terminal keyboard shortcuts.
- And much more Windows apps to be supported.
This repository is based on the former gist johnnymillergh/macOS Keyboard to Windows Key Mappings.ahk
.
-
Install AutoHotKey on Windows PC.
-
Clone or download this project.
$ git clone https://github.com/johnnymillergh/macos-to-windows-key-mappings.git -b main
-
Double click on
macOS Keymap.ahk
file to run.
Place main.ahk
file (or make a shortcut) at one of these options:
- For all users,
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
- For current user,
C:\Users\<USERNAME>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
The AutoHotKey v1 to v2 conversion was implemented with mmikeww/AHK-v2-script-converter.
Apache License © Johnny Miller
2023 - Present