[PR #68] [MERGED] Two pet features for 0.9.3 #303

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

📋 Pull Request Information

Original PR: https://github.com/keycastr/keycastr/pull/68
Author: @akitchen
Created: 9/19/2016
Status: Merged
Merged: 9/22/2016
Merged by: @sdeken

Base: masterHead: master


📝 Commits (3)

  • 72f47dd Adds an option to the Svelte visualizer to display all keystrokes
  • f4d802a Helpfully open the Accessibility/Privacy menu when we fail to acquire an event tap
  • e33ad52 v0.9.3

📊 Changes

14 files changed (+92 additions, -97 deletions)

View changed files

📝 keycastr/English.lproj/InfoPlist.strings (+0 -0)
📝 keycastr/English.lproj/MainMenu.nib/keyedobjects.nib (+0 -0)
📝 keycastr/Info.plist (+1 -1)
📝 keycastr/KCDefaultVisualizer.nib/designable.nib (+4 -4)
📝 keycastr/KCDefaultVisualizer.nib/keyedobjects.nib (+0 -0)
📝 keycastr/KCKeyboardTap.m (+19 -3)
📝 keycastr/KeyCastr.xcodeproj/project.pbxproj (+3 -3)
keycastr/Svelte.nib/classes.nib (+0 -63)
keycastr/Svelte.nib/designable.nib (+38 -0)
keycastr/Svelte.nib/info.nib (+0 -20)
📝 keycastr/Svelte.nib/keyedobjects.nib (+0 -0)
📝 keycastr/SvelteVisualizer.h (+1 -0)
📝 keycastr/SvelteVisualizer.m (+26 -3)
📝 keycastr/bin/KeyCastr.app.zip (+0 -0)

📄 Description

  • Adds an option to the svelte visualizer to display all characters (well, 6, really) - should address #17
  • Helpfully pops up the appropriate prefs pane when failing to start due to lack of privileges - should help clarify installation instructions

🔄 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/68 **Author:** [@akitchen](https://github.com/akitchen) **Created:** 9/19/2016 **Status:** ✅ Merged **Merged:** 9/22/2016 **Merged by:** [@sdeken](https://github.com/sdeken) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`72f47dd`](https://github.com/keycastr/keycastr/commit/72f47dd801272d50a0909ca372e3162868091bf8) Adds an option to the Svelte visualizer to display all keystrokes - [`f4d802a`](https://github.com/keycastr/keycastr/commit/f4d802a48a4f5ebc804a75c7424016d8580cc9ff) Helpfully open the Accessibility/Privacy menu when we fail to acquire an event tap - [`e33ad52`](https://github.com/keycastr/keycastr/commit/e33ad52dd286a846fb2c426547750e61ed22ac8c) v0.9.3 ### 📊 Changes **14 files changed** (+92 additions, -97 deletions) <details> <summary>View changed files</summary> 📝 `keycastr/English.lproj/InfoPlist.strings` (+0 -0) 📝 `keycastr/English.lproj/MainMenu.nib/keyedobjects.nib` (+0 -0) 📝 `keycastr/Info.plist` (+1 -1) 📝 `keycastr/KCDefaultVisualizer.nib/designable.nib` (+4 -4) 📝 `keycastr/KCDefaultVisualizer.nib/keyedobjects.nib` (+0 -0) 📝 `keycastr/KCKeyboardTap.m` (+19 -3) 📝 `keycastr/KeyCastr.xcodeproj/project.pbxproj` (+3 -3) ➖ `keycastr/Svelte.nib/classes.nib` (+0 -63) ➕ `keycastr/Svelte.nib/designable.nib` (+38 -0) ➖ `keycastr/Svelte.nib/info.nib` (+0 -20) 📝 `keycastr/Svelte.nib/keyedobjects.nib` (+0 -0) 📝 `keycastr/SvelteVisualizer.h` (+1 -0) 📝 `keycastr/SvelteVisualizer.m` (+26 -3) 📝 `keycastr/bin/KeyCastr.app.zip` (+0 -0) </details> ### 📄 Description - Adds an option to the svelte visualizer to display all characters (well, 6, really) - should address #17 - Helpfully pops up the appropriate prefs pane when failing to start due to lack of privileges - should help clarify installation instructions --- <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:23 -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#303
No description provided.