When I’m on a Mac I’m pretty keyboard-driven, so I don’t mind using keyboard shortcuts and the Command Palette/Quick Switcher to jump around there. It wouldn’t be hard to emulate Shortcuts via e.g., Keyboard Maestro, though.
Actually, I’m hoping to build out a plugin that automatically updates a project’s status whenever it is moved on the Kanban—but I’ve also been told that MetaEdit can help with that? I haven’t tried playing around yet.
In general I try not to spend too much time doing “janitorial work” on what project is where—that’s one of the reasons I like the Kanban. It’s pretty easy to mess around with it without getting lost in metadata.
On that note, this is a neat dataview snippet that finds projects that are not yet tracked in the kanban:
LIST FROM !outgoing([[⫿⫿⫿ Projects Kanban]]) WHERE contains(file.name, "△")
⫿⫿⫿ Projects Kanban is the kanban note, and WHERE contains(file.name, "△") is how I find projects. Switch the latter with however your projects are designated; e.g., a FROM #project.