[PR #207] [MERGED] Implement clear history shortcut setting #487

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

📋 Pull Request Information

Original PR: https://github.com/Clipy/Clipy/pull/207
Author: @Econa77
Created: 9/6/2017
Status: Merged
Merged: 9/8/2017
Merged by: @Econa77

Base: developHead: feature/clear-history-shortcut


📝 Commits (2)

📊 Changes

8 files changed (+159 additions, -25 deletions)

View changed files

📝 Clipy/Sources/Constants.swift (+1 -0)
📝 Clipy/Sources/Preferences/Panels/Base.lproj/CPYGeneralPreferenceViewController.xib (+2 -2)
📝 Clipy/Sources/Preferences/Panels/Base.lproj/CPYShortcutsPreferenceViewController.xib (+66 -11)
📝 Clipy/Sources/Preferences/Panels/CPYShortcutsPreferenceViewController.swift (+7 -0)
📝 Clipy/Sources/Preferences/Panels/it.lproj/CPYShortcutsPreferenceViewController.strings (+15 -6)
📝 Clipy/Sources/Preferences/Panels/ja.lproj/CPYShortcutsPreferenceViewController.strings (+15 -6)
📝 Clipy/Sources/Services/HotKeyService.swift (+20 -0)
📝 ClipyTests/HotKeyServiceSpec.swift (+33 -0)

📄 Description


🔄 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/207 **Author:** [@Econa77](https://github.com/Econa77) **Created:** 9/6/2017 **Status:** ✅ Merged **Merged:** 9/8/2017 **Merged by:** [@Econa77](https://github.com/Econa77) **Base:** `develop` ← **Head:** `feature/clear-history-shortcut` --- ### 📝 Commits (2) - [`beb76d7`](https://github.com/Clipy/Clipy/commit/beb76d7f13ddc7951018eb7dce00c334be9128ac) Implement clear history shortcut setting - [`0bf1c39`](https://github.com/Clipy/Clipy/commit/0bf1c39db95a2dd0a9ec7cf3e5f7e3e65749f406) Add tests ### 📊 Changes **8 files changed** (+159 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `Clipy/Sources/Constants.swift` (+1 -0) 📝 `Clipy/Sources/Preferences/Panels/Base.lproj/CPYGeneralPreferenceViewController.xib` (+2 -2) 📝 `Clipy/Sources/Preferences/Panels/Base.lproj/CPYShortcutsPreferenceViewController.xib` (+66 -11) 📝 `Clipy/Sources/Preferences/Panels/CPYShortcutsPreferenceViewController.swift` (+7 -0) 📝 `Clipy/Sources/Preferences/Panels/it.lproj/CPYShortcutsPreferenceViewController.strings` (+15 -6) 📝 `Clipy/Sources/Preferences/Panels/ja.lproj/CPYShortcutsPreferenceViewController.strings` (+15 -6) 📝 `Clipy/Sources/Services/HotKeyService.swift` (+20 -0) 📝 `ClipyTests/HotKeyServiceSpec.swift` (+33 -0) </details> ### 📄 Description - Closed #202 --- <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:38 +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#487
No description provided.