mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[PR #98] [MERGED] Update ShortcutRecorder and convert to 64-bit #310
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#310
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/98
Author: @akitchen
Created: 8/12/2017
Status: ✅ Merged
Merged: 8/14/2017
Merged by: @akitchen
Base:
master← Head:update-shortcut-recorder-64-bit📝 Commits (1)
7671a90Updated ShortcutRecorder and converted to 64-bit📊 Changes
81 files changed (+991 additions, -546 deletions)
View changed files
📝
keycastr/English.lproj/MainMenu.nib/designable.nib(+0 -14)📝
keycastr/KCAppController.h(+0 -1)📝
keycastr/KCAppController.m(+53 -42)📝
keycastr/KeyCastr.xcodeproj/project.pbxproj(+4 -6)➕
keycastr/ShortcutRecorder.framework.dSYM/Contents/Info.plist(+20 -0)➕
keycastr/ShortcutRecorder.framework.dSYM/Contents/Resources/DWARF/ShortcutRecorder(+0 -0)➖
keycastr/ShortcutRecorder.framework/Versions/A/Headers/CTGradient.h(+0 -69)📝
keycastr/ShortcutRecorder.framework/Versions/A/Headers/SRCommon.h(+96 -194)📝
keycastr/ShortcutRecorder.framework/Versions/A/Headers/SRKeyCodeTransformer.h(+125 -2)➕
keycastr/ShortcutRecorder.framework/Versions/A/Headers/SRKeyEquivalentModifierMaskTransformer.h(+21 -0)➕
keycastr/ShortcutRecorder.framework/Versions/A/Headers/SRKeyEquivalentTransformer.h(+21 -0)➕
keycastr/ShortcutRecorder.framework/Versions/A/Headers/SRModifierFlagsTransformer.h(+37 -0)➖
keycastr/ShortcutRecorder.framework/Versions/A/Headers/SRRecorderCell.h(+0 -138)📝
keycastr/ShortcutRecorder.framework/Versions/A/Headers/SRRecorderControl.h(+400 -46)📝
keycastr/ShortcutRecorder.framework/Versions/A/Headers/SRValidator.h(+109 -12)➖
keycastr/ShortcutRecorder.framework/Versions/A/Headers/SR_LeopardView.h(+0 -15)📝
keycastr/ShortcutRecorder.framework/Versions/A/Headers/ShortcutRecorder.h(+41 -5)📝
keycastr/ShortcutRecorder.framework/Versions/A/Resources/Info.plist(+24 -2)➕
keycastr/ShortcutRecorder.framework/Versions/A/Resources/LICENSE.txt(+40 -0)➕
keycastr/ShortcutRecorder.framework/Versions/A/Resources/ca.lproj/ShortcutRecorder.strings(+0 -0)...and 61 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.