mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[PR #333] [CLOSED] Add dual notation feature (macOS + Windows) for keystroke display #337
Labels
No labels
bug
compatibility
discussion
documentation
enhancement
help wanted
help wanted
investigation needed
pull-request
release
visualizer
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/keycastr#337
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/keycastr/keycastr/pull/333
Author: @shin902
Created: 11/15/2025
Status: ❌ Closed
Base:
main← Head:claude/dual-shortcut-display-01WUfj42NnNhn3gBfGa25e3t📝 Commits (2)
60070c7Add dual notation feature (macOS + Windows) for keystroke display5264fb8Refactor: Improve code quality and fix critical issues📊 Changes
5 files changed (+263 additions, -5 deletions)
View changed files
📝
keycastr/KCDefaultVisualizer.h(+1 -0)📝
keycastr/KCDefaultVisualizer.m(+47 -2)📝
keycastr/KCEventTransformer.h(+1 -0)📝
keycastr/KCEventTransformer.m(+170 -3)📝
keycastr/KCVisualizerTests/KCKeystrokeConversionTests.m(+44 -0)📄 Description
Implements a new feature to display pressed shortcuts in both macOS and Windows notation simultaneously. When enabled, keystrokes are shown side-by-side (e.g., "⌘C │ Ctrl+C").
Changes:
Add transformedValueToWindowsNotation: method to KCEventTransformer
Extend KCDefaultVisualizer to support dual notation display
Add preferences UI checkbox programmatically
Add comprehensive unit tests
The feature is disabled by default for backward compatibility.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.