mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[PR #97] [CLOSED] Update shortcut recorder and convert app to 64 bit #307
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#307
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/97
Author: @akitchen
Created: 8/12/2017
Status: ❌ Closed
Base:
master← Head:update-shortcut-recorder-64-bit📝 Commits (2)
3c2405bWorking app with updated ShortcutRecorderd79eb87Fix up wiring of toggle shortcut following major framework update📊 Changes
80 files changed (+972 additions, -517 deletions)
View changed files
📝
keycastr/English.lproj/MainMenu.nib/designable.nib(+0 -14)📝
keycastr/KCAppController.m(+34 -14)📝
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)➕
keycastr/ShortcutRecorder.framework/Versions/A/Resources/cs.lproj/ShortcutRecorder.strings(+0 -0)...and 60 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.