mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[PR #24] [MERGED] Modifier keys should not display as ^A #292
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#292
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/24
Author: @tjarratt
Created: 5/7/2015
Status: ✅ Merged
Merged: 5/7/2015
Merged by: @akitchen
Base:
master← Head:fix-modifier-keys-unicode-values📝 Commits (2)
41e40d1Properly fix default visualizer6a6d917Add xcsharedata to gitignore📊 Changes
2 files changed (+6 additions, -5 deletions)
View changed files
📝
.gitignore(+1 -0)📝
keycastr/KCKeystrokeTransformer.m(+5 -5)📄 Description
This fixes issue #23.
I don't have a lot of experience creating unicode characters from hexadecimal values in objective-c, but everything I've seen implies that it's incorrect to append an extra
\x01at the end. In the svelte visualizer, for example, these same hex strings appear, without the trailing\x01.I also added a commit that adds xcsharedata to the gitignore. This is common to do for projects using XCode 5 or newer, when they added support for schemes. Since non-shared schemes belong to the user that created them, not having this ignored often results in a lot of noisy files being created that should not be tracked by git.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.