[PR #97] [CLOSED] Update shortcut recorder and convert app to 64 bit #307

Closed
opened 2026-05-05 05:12:31 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/keycastr/keycastr/pull/97
Author: @akitchen
Created: 8/12/2017
Status: Closed

Base: masterHead: update-shortcut-recorder-64-bit


📝 Commits (2)

  • 3c2405b Working app with updated ShortcutRecorder
  • d79eb87 Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/keycastr/keycastr/pull/97 **Author:** [@akitchen](https://github.com/akitchen) **Created:** 8/12/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `update-shortcut-recorder-64-bit` --- ### 📝 Commits (2) - [`3c2405b`](https://github.com/keycastr/keycastr/commit/3c2405bef1a23b3227b97b8f7703c369cbc71d94) Working app with updated ShortcutRecorder - [`d79eb87`](https://github.com/keycastr/keycastr/commit/d79eb877ea76bccdaf1a570cb34955a74e6267db) Fix up wiring of toggle shortcut following major framework update ### 📊 Changes **80 files changed** (+972 additions, -517 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 05:12:31 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/keycastr#307
No description provided.