Instant app switching with shared hotkeys
- Hotkey sharing: Create an app group with multiple related apps and assign a single hotkey to it. Hit once to switch to the most recent app, hit again to cycle to next running.
- Fixed target: Optionally select one app per group to always open first. If not running, it will be launched.
- Text config: Easy to manually edit and version-control, if you're so inclined.
- Add GroupCtrl to
Open at Loginin System Settings - Use Hyperkey or Karabiner
to map Caps Lock to
Cmd+Opt+Control - Config path is
~/.config/groupctrl/config.yaml
Cmd+Opt+Dto hide DockCmd+Backtickto switch between windows of an appF11to show desktop
- rcmd – Similar functionality, but no practical hotkey sharing
- FlashSpace – Workspace manager with app hiding
- AeroSpace – Tiling window manager
I've used all three extensively but was never quite satisfied. I wanted to build something that combines the simplicity of rcmd with the flexibility of FlashSpace and the consistency of AeroSpace.
- Add launcher pop-up
- Complete Windows port
- Custom app picker
- Windows app enumeration for picker
- Windows app metadata extraction
- Windows app launching
- Windows window tracking
- UWP app support
- Requires
npm - Run with
cargo run
- One-time:
cargo install dioxus-cli dx serve&npm run watch
