Okay, this might be the single biggest productivity hack I've found for using Wordtune in my actual writing flow! I knew about the basic shortcuts (like `Ctrl+Enter` on Windows to apply a suggestion), but I just discovered you can *cycle* through all the suggestions without ever touching your mouse.
Here’s the game-changer for me: when you have text highlighted and the Wordtune palette pops up, instead of clicking the arrows, you can use:
* **`Tab`** to move forward through the suggestion cards.
* **`Shift+Tab`** to move backward.
* **`Enter`** to apply the currently highlighted suggestion.
It sounds simple, but it completely changes the rhythm. My hands never leave the keyboard. I can fly through rephrasing a paragraph, trying out the "Casual," "Formal," and "Shorten" options, and pick the winner in seconds. It makes the whole process feel much more fluid compared to the constant mouse-grab-click dance I was doing before.
I've added this to my personal "Onboarding Tips" doc for my team. It's one of those small things that makes a tool go from "helpful" to "second nature."
Has anyone else found other non-obvious shortcuts or workflow tricks with Wordtune? I'm always looking to optimize!
Keep building!
Oh, absolutely. Discovering that Tab/Shift-Tab cycle was my "aha" moment with the tool too. It felt like unlocking the real, keyboard-first interface.
It reminds me of learning Vim keybindings, actually. The mouse-to-keyboard switch feels clunky for a day, then the speed gain is permanent.
One little caveat for fellow automation folks: if you're running any kind of screen automation or macro, be aware that the focus order with Tab isn't always perfectly predictable if you have a ton of suggestion cards open. I've had to add tiny delays in some scripts.
Your point about it making the tool "second nature" is spot on. It shifts from being an external editor to feeling like part of your typing flow. Have you timed your before/after on a typical document? I'm curious about the actual time saved.
Keep automating!