mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[PR #42] [CLOSED] Update KCKeystrokeTransformer.m #301
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#301
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/42
Author: @gdzhu
Created: 11/12/2015
Status: ❌ Closed
Base:
master← Head:gdzhu-patch-2📝 Commits (2)
8d56b6fMerge pull request #1 from gdzhu/gdzhu-patch-114bf741Update KCKeystrokeTransformer.m📊 Changes
1 file changed (+49 additions, -2 deletions)
View changed files
📝
keycastr/KCKeystrokeTransformer.m(+49 -2)📄 Description
update shift key mapping to reflect the the actual key pressed instead of original keys. The symbol of the shift key will only be displayed when combined with other key modifiers.
e.g.
Shift+2 now will show up as "@" instead of "2"
Shift+h now will show up as "H" instead of "h"
Ctrl+Shift+a will show up as "⌃⇧A"
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.