Skip to content

johnnymillergh/macos-to-windows-key-mappings

Repository files navigation

macOS to Windows Key Mappings

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.

Usage

  1. Install AutoHotKey on Windows PC.

  2. Clone or download this project.

    $ git clone https://github.com/johnnymillergh/macos-to-windows-key-mappings.git -b main
  3. Double click on macOS Keymap.ahk file to run.

Auto Start after Windows Startup

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

Credits

The AutoHotKey v1 to v2 conversion was implemented with mmikeww/AHK-v2-script-converter.

License

Apache License © Johnny Miller

2023 - Present

About

macOS to Windows Key Mappings (AutoHotkey)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published