Skip to content

Instantly share code, notes, and snippets.

View addozhang's full-sized avatar
🦊
I may be slow to respond.

Addo.Zhang addozhang

🦊
I may be slow to respond.
View GitHub Profile
@addozhang
addozhang / Mac OS X 10_5_ Windows Ctrl.xml
Created July 4, 2018 02:36 — forked from fljot/Mac OS X 10_5_ Windows Ctrl.xml
AutoHotkey mappings to emulate OSX keyboard shortcuts on Windows
<!-- put this to IDEA keymaps config folder. For v13 it is <userdir>\.IntelliJIdea13\config\keymaps\ -->
<?xml version="1.0" encoding="UTF-8"?>
<keymap version="1" name="Mac OS X 10.5+ Windows Ctrl" parent="Mac OS X 10.5+">
<action id="$Copy">
<keyboard-shortcut first-keystroke="meta C" />
<keyboard-shortcut first-keystroke="meta INSERT" />
<keyboard-shortcut first-keystroke="control C" />
<keyboard-shortcut first-keystroke="control INSERT" />
</action>
<action id="$Cut">