mirror of
https://github.com/keycastr/keycastr.git
synced 2026-05-15 14:15:50 -06:00
[PR #108] [MERGED] Fixes visualizer persisting across spaces #314
Labels
No labels
bug
compatibility
discussion
documentation
enhancement
help wanted
help wanted
investigation needed
pull-request
release
visualizer
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/keycastr#314
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/keycastr/keycastr/pull/108
Author: @Jamedjo
Created: 3/29/2018
Status: ✅ Merged
Merged: 4/19/2018
Merged by: @akitchen
Base:
master← Head:fix-persist-across-all-desktops📝 Commits (1)
c953d8aFixes visualizer persisting across spaces📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
keycastr/KCDefaultVisualizer.m(+1 -0)📄 Description
What
Sets the visualizer to
canJoinAllSpacesso it appears on all desktops, instead of being left behind when switching.Why
When moving across spaces or desktops the visualizer was left on the first one. This made it hard when switching between apps on different desktops, e.g. when demoing a browser on one desktop and switching to code in another
Why not
It might be be preferable to use
moveToActiveSpaceinstead, so it doesn't appear on multiple monitors. Users with multiple screens could also want an option between the two.Fixes #64
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.