Jaysce / Spaceman

A macOS app to view Spaces / Virtual Desktops in the menu bar
https://www.jaysce.dev/projects/spaceman
MIT License
761 stars 29 forks source link

Feature: allow switching spaces through menu and status bar icons #37

Open ruittenb opened 2 months ago

ruittenb commented 2 months ago

Added functionality to switch between spaces. This has been implemented using AppleScript in combination with shortcut keys defined for Mission Control.

This addresses https://github.com/Jaysce/Spaceman/issues/7 (click icons) https://github.com/Jaysce/Spaceman/issues/38 (display names without numbers)

Also merged fix from https://github.com/Jaysce/Spaceman/pull/27 (memory leak) Also merged feature https://github.com/Jaysce/Spaceman/pull/32 (feat: Only show active spaces) Also added feature https://github.com/Jaysce/Spaceman/issues/10 (>3 characters in space names)