Skip to content

AutoHotkey Mappings to emulate OSX behaviour with a Mac keyboard on Windows

Notifications You must be signed in to change notification settings

steffakasid/autohotkey-windows-mac-keyboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Use Mac keyboard with AutoHotkey under Windows

This [AutoHotkey](http://www.autohotkey.com/) configuration file makes usual keyboard shortcuts work with an Apple keyboard on Windows. It has been testet with a german keyboard layout, but should work under different layouts as well.

Dependencies

Using Chocolatery

choco install autohotkey
choco install make

Manual Download

Installation

  • Run make all -f MAKEFILE

  • Put the MacKeyboard.ahk file or a shortcut to the file in your Autostart folder (D:\Users\sid\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup) to run it automatically on startup.

Information

The original work was done by stroebjo. I’ve just fixed a few issues on windows 10 and aligned it to fit the Logitech K850 Keyboard using Mac Layout on Windows

How to use Mac Layout of K850 on Windows

  • FN + O – Switch from PC- to Mac-Layout

  • FN + P – Switch from Mac- back to PC-Layout

TODO

  • CMD & SHIFT & pos1

  • CMD & SHIFT & End

  • CMD & Backspace

About

AutoHotkey Mappings to emulate OSX behaviour with a Mac keyboard on Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • AutoHotkey 86.7%
  • Makefile 13.3%