TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: MacWinKey, Apple Keyboard Command Key Shortcuts on Windows

1 pointsby FreshCodeabout 12 years ago

1 comment

FreshCodeabout 12 years ago
My weekend project. I run Windows on my Macbook Air for development and pressing Ctrl+C, Ctrl+V for Copy/Paste kills my pinky and messes with my brain when I switch to OS X, so I made MacWinKey to swap the Left Control and Windows Keys. This lets you use Cmd+C, Cmd+V for copy/paste, consistent with OS X.<p>Uses a low-level keyboard hook to inject the correct keys, so no reboot required.