[PR #136] [CLOSED] Adds 'Mods only' visualizer #313

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

📋 Pull Request Information

Original PR: https://github.com/keycastr/keycastr/pull/136
Author: @colinta
Created: 2/27/2019
Status: Closed

Base: masterHead: master


📝 Commits (2)

  • b7a2cdd adds 'Mods only' visualizer
  • b7cd4e5 convert to tabs and remove _displayAll setting from Mods visualizer

📊 Changes

6 files changed (+504 additions, -0 deletions)

View changed files

📝 keycastr/KeyCastr.xcodeproj/project.pbxproj (+191 -0)
keycastr/Mods-Info.plist (+22 -0)
keycastr/Mods.nib/designable.nib (+23 -0)
keycastr/Mods.nib/keyedobjects.nib (+0 -0)
keycastr/ModsVisualizer.h (+61 -0)
keycastr/ModsVisualizer.m (+207 -0)

📄 Description

I made this for my own purposes, but I'll offer it up in the spirit of open source. Based on the Svelte visualizer, this one displays the current modifiers and nothing more.

I use it because I have a custom keyboard that implements sticky keys, and I needed to see them on screen (it's easy to lose track of which keys are pressed).

Not really useful for screencasting, but it does show how to create a new visualizer. 🤷‍♂️

Example of pressing "command+shift" and "command+control+alt+shift".

Also, Svelte has a blue background... why? It's ugly. I can fix it with another PR if this design was unintentional.

screen shot 2019-02-27 at 11 08 05 am
screen shot 2019-02-27 at 11 07 47 am


🔄 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/136 **Author:** [@colinta](https://github.com/colinta) **Created:** 2/27/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (2) - [`b7a2cdd`](https://github.com/keycastr/keycastr/commit/b7a2cdd48ca7ba2434e85851fad52bf04e572e4d) adds 'Mods only' visualizer - [`b7cd4e5`](https://github.com/keycastr/keycastr/commit/b7cd4e55b968093bd97c636f7664cf43625434a2) convert to tabs and remove _displayAll setting from Mods visualizer ### 📊 Changes **6 files changed** (+504 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `keycastr/KeyCastr.xcodeproj/project.pbxproj` (+191 -0) ➕ `keycastr/Mods-Info.plist` (+22 -0) ➕ `keycastr/Mods.nib/designable.nib` (+23 -0) ➕ `keycastr/Mods.nib/keyedobjects.nib` (+0 -0) ➕ `keycastr/ModsVisualizer.h` (+61 -0) ➕ `keycastr/ModsVisualizer.m` (+207 -0) </details> ### 📄 Description I made this for my own purposes, but I'll offer it up in the spirit of open source. Based on the Svelte visualizer, this one displays the current modifiers and nothing more. I use it because I have a custom keyboard that implements sticky keys, and I needed to see them on screen (it's easy to lose track of which keys are pressed). Not really useful for screencasting, but it does show how to create a new visualizer. 🤷‍♂️ Example of pressing "command+shift" and "command+control+alt+shift". Also, Svelte has a blue background... why? It's ugly. I can fix it with another PR if this design was unintentional. ![screen shot 2019-02-27 at 11 08 05 am](https://user-images.githubusercontent.com/27570/53504478-0d9b0980-3a80-11e9-86e6-46638da17838.png) ![screen shot 2019-02-27 at 11 07 47 am](https://user-images.githubusercontent.com/27570/53504489-112e9080-3a80-11e9-85c5-53a08577a9da.png) --- <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:41 -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#313
No description provided.