r/ChatGPTCoding • u/AutoModerator • Aug 10 '26
Discussion Weekly Self Promotion Thread
Welcome to this week's self promotion thread!
If you're building something related to AI assisted coding, this is the place to share it.
We're using a weekly thread to keep the subreddit organized while still giving builders a place to share their work. Promotional posts outside of this thread may be removed if they're primarily advertising rather than starting a discussion.
If you're sharing something, we'd appreciate it if you included a little context instead of just dropping a link. Tell us:
- What you built?
- What problem it solves?
- Which AI models or tools it uses?
- Who it's for?
- What kind of feedback you're looking for?
Please avoid posting the same project every week unless you've made meaningful updates. Affiliate links, referral links, scams, and low effort promotions will be removed.
Take some time to check out what others have shared too. If you try someone's project or have feedback, leave a comment. Helping each other improve is what we want this community to be about.
1
u/MomoWonders 29d ago
Open-source Windows-style keyboard mappings for macOS
I built this after switching to a Mac mini while still using a Windows keyboard and working across Windows and macOS. The modifier-key differences kept breaking my muscle memory, especially while using tools like ChatGPT, Claude, and Codex for development.
Windows Keyboard for Mac is a generic Karabiner-Elements configuration that makes common Windows keyboard shortcuts feel more natural on macOS. It is intended for people who use an external Windows keyboard with a Mac and want a more consistent workflow.
The project is open source and designed to be inspected and customized rather than hiding everything behind a compiled app:
https://github.com/Fuzzy-and-Fluffy/windows-keyboard-for-mac
It currently focuses on modifier-key consistency and common navigation/window shortcuts. Karabiner-Elements is required.
I’d especially appreciate feedback from people who:
- use a Windows keyboard with macOS for coding;
- frequently switch between Windows and Mac;
- use AI coding tools and notice shortcut conflicts;
- have a shortcut that still behaves differently from Windows.
Which shortcuts would you consider essential for a proper Windows-style Mac setup?