autohotkey-windows-mac-keyboard icon indicating copy to clipboard operation
autohotkey-windows-mac-keyboard copied to clipboard

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

Results 5 autohotkey-windows-mac-keyboard issues
Sort by recently updated
recently updated
newest added

Hi, i have keyboard and layout with AltGR, however none of shortuts with ALTGR work.. Example of not-working mappings: ` ; -------------------------------------------------------------- ; OS X keyboard mappings for special chars...

Hey, I noticed your project here is pretty similar to my own. Kinto started out only focusing on Linux, but I am dog fooding it on Windows 10 now too...

; delete files #BackSpace::Delete

I've fixed some issues using my Magic Keyboard 2 with Italian Layout. My cmd-c and cmd-v combinations were ignored, a `Send` was added in those lines. Multimedia keys still won't...