[PR #133] [MERGED] Refactoring hotkey manager #449

Closed
opened 2026-03-03 01:12:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/133
Author: @Econa77
Created: 11/19/2016
Status: Merged
Merged: 11/19/2016
Merged by: @Econa77

Base: release/v1.2.0Head: refactor/hotkey-manager


📝 Commits (1)

  • e77476e 🚀 Refactoring hotkey manager

📊 Changes

11 files changed (+354 additions, -333 deletions)

View changed files

📝 Clipy.xcodeproj/project.pbxproj (+12 -8)
📝 Clipy/Sources/AppDelegate.swift (+2 -3)
📝 Clipy/Sources/Enums/MenuType.swift (+12 -12)
Clipy/Sources/Extensions/NSCoding+Archive.swift (+15 -0)
Clipy/Sources/Managers/HotKeyManager.swift (+0 -200)
📝 Clipy/Sources/Managers/MenuManager.swift (+3 -3)
📝 Clipy/Sources/Preferences/Panels/CPYShortcutsPreferenceViewController.swift (+9 -9)
Clipy/Sources/Services/HotKeyService.swift (+203 -0)
📝 Clipy/Sources/Snippets/CPYSnippetsEditorWindowController.swift (+4 -4)
📝 Clipy/Sources/Utility/CPYUtilities.swift (+1 -1)
📝 ClipyTests/HotKeyServiceSpec.swift (+93 -93)

📄 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/Clipy/Clipy/pull/133 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 11/19/2016 **Status:** ✅ Merged **Merged:** 11/19/2016 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `release/v1.2.0` ← **Head:** `refactor/hotkey-manager` --- ### 📝 Commits (1) - [`e77476e`](https://github.com/Clipy/Clipy/commit/e77476ee61f3c887d79d27f9fda60237baf32a1d) :rocket: Refactoring hotkey manager ### 📊 Changes **11 files changed** (+354 additions, -333 deletions) <details> <summary>View changed files</summary> 📝 `Clipy.xcodeproj/project.pbxproj` (+12 -8) 📝 `Clipy/Sources/AppDelegate.swift` (+2 -3) 📝 `Clipy/Sources/Enums/MenuType.swift` (+12 -12) ➕ `Clipy/Sources/Extensions/NSCoding+Archive.swift` (+15 -0) ➖ `Clipy/Sources/Managers/HotKeyManager.swift` (+0 -200) 📝 `Clipy/Sources/Managers/MenuManager.swift` (+3 -3) 📝 `Clipy/Sources/Preferences/Panels/CPYShortcutsPreferenceViewController.swift` (+9 -9) ➕ `Clipy/Sources/Services/HotKeyService.swift` (+203 -0) 📝 `Clipy/Sources/Snippets/CPYSnippetsEditorWindowController.swift` (+4 -4) 📝 `Clipy/Sources/Utility/CPYUtilities.swift` (+1 -1) 📝 `ClipyTests/HotKeyServiceSpec.swift` (+93 -93) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 01:12:27 +03: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
starred/Clipy#449
No description provided.