Health

I Got Tendinitis From Keyboard Shortcuts. Mouse Gestures Saved My Mac Workflow

After developing tendinitis from years of keyboard shortcuts, I tried ergonomic mice, voice control, and every posture fix. The single change that let me keep working was moving half my workflow to mouse gestures.

8 min read
On this page
  1. What tendinitis from keyboard shortcuts actually feels like
  2. The four things I tried before mouse gestures
  3. 1. Ergonomic keyboards and vertical mice
  4. 2. Voice Control and Dictation
  5. 3. Apple's built-in accessibility tools
  6. 4. Physiotherapy and posture changes
  7. The discovery: mouse gestures as input modality
  8. The setup that worked for me
  9. Start with your most damaging shortcuts first
  10. Use per-app gesture mappings
  11. Combine with Sticky Keys for the shortcuts you keep
  12. Protect your dominant hand too
  13. What mouse gestures don't solve
  14. FAQ
Luis Luis

Keyboard shortcuts caused my wrist tendinitis. After two years of braces, ergonomic hardware, voice control experiments, and physiotherapy, the single most effective change was offloading half my workflow from keyboard to mouse gestures. Here’s what I tried first, what failed, and the setup that let me keep working without pain.


What tendinitis from keyboard shortcuts actually feels like

It started as a dull ache in my left wrist after long coding sessions. The kind you ignore for months because “it goes away after the weekend.” Then it didn’t go away.

The diagnosis was De Quervain’s tenosynovitis — inflammation of the tendons on the thumb side of the wrist. The cause was repetitive strain from modifier key combinations: holding Cmd, Shift, Option, and Control while pressing other keys. Every Cmd+Shift+4 screenshot, every Cmd+Option+Esc force quit, every Cmd+Tab app switch was inflaming the same tendon sheath.

My physiotherapist explained it bluntly: “The keyboard is not the problem. The modifiers are. Holding keys down while reaching for others creates tension at angles your wrist wasn’t designed for.”

The data backs this up. Musculoskeletal disorders account for nearly 30% of all workplace injuries in the United States, with repetitive strain injuries being the most common category among computer workers (US Bureau of Labor Statistics, 2023). A 2022 survey of 1,500 developers found that 42% reported wrist or hand pain related to keyboard use (OSHC, Occupational Safety and Health Council).

The problem isn’t typing. It’s the holding and contorting.

The four things I tried before mouse gestures

1. Ergonomic keyboards and vertical mice

I went through three keyboards: a Microsoft Sculpt, a Logitech Ergo K860, and a split mechanical keyboard (ZSA Moonlander). Each helped marginally — the split keyboard reduced ulnar deviation, the vertical mouse reduced forearm pronation.

But the root problem remained: I was still pressing modifier combinations hundreds of times per day. Changing the keyboard angle doesn’t change the biomechanics of holding Cmd+Shift while your index finger reaches for T.

Monthly cost: $150-350 in hardware. Pain reduction: Maybe 20%. Temporary. The relief plateaued after two weeks.

2. Voice Control and Dictation

macOS has built-in Voice Control (System Settings → Accessibility → Voice Control). I used it for two weeks. It’s remarkably capable — you can say “click File,” “scroll down,” “press Return” — but the latency makes it unusable for development work.

Telling your computer “switch to Xcode” and waiting 1.5 seconds while your flow state evaporates is not a workflow. Voice control works for composing emails or navigating slowly. It fails for anything requiring speed or precision.

Cost: Free (built into macOS). Pain reduction: High for your hands, catastrophic for your productivity.

3. Apple’s built-in accessibility tools

  • Sticky Keys: Press modifiers sequentially instead of simultaneously. Better biomechanics, but slow. Every shortcut becomes a three-step sequence: press Cmd, release, press T.
  • Slow Keys: Adds a delay between key press and activation. Reduces accidental triggers but doesn’t help with the root mechanics.
  • Full Keyboard Access: Lets you control macOS entirely via keyboard — tab through every UI element. Useful as a fallback, but turns a 0.5-second mouse click into a 5-second tabbing sequence.

These tools are designed for accessibility, not productivity. They reduce pain at the cost of speed. If email or document editing is your primary task, they work. If you code, design, or switch between apps constantly, they don’t.

4. Physiotherapy and posture changes

I did three months of physiotherapy: strengthening exercises for the forearm extensors, nerve glides, ultrasound therapy. I raised my monitor, lowered my desk, adjusted my chair armrests.

This helped the most of anything I’d tried — maybe 35-40% pain reduction. But it was managing the injury, not removing the cause. The tendon would heal over the weekend and re-inflame by Wednesday.

The missing piece was reducing the number of damaging movements per day, not just recovering from them better.

The discovery: mouse gestures as input modality

The physio had said it, but I hadn’t internalized it: “The modifiers are the problem.”

So I started counting. On a typical workday, I pressed roughly:

Modifier combinationApproximate daily count
Cmd+Tab120-180 times
Cmd+W (close tab/window)60-80 times
Cmd+Space (Spotlight)40-60 times
Cmd+Shift+4 (screenshot)15-25 times
Cmd+Option+arrows (desktop switch)30-50 times
Cmd+` (switch windows in app)20-40 times

That’s 285-435 modifier combinations per day. Every single one required pressing and holding Cmd while another finger reached for a second key. That’s the motion my tendons couldn’t handle.

Mouse gestures invert the biomechanics. Instead of holding a modifier while reaching, you draw a shape. The movement comes from the shoulder and elbow — large muscle groups that can handle repetition. Your wrist stays in a neutral position.

I mapped my most frequent modifier combinations to gestures:

ActionOld way (keyboard)New way (gesture)
Switch to last appCmd+TabDraw left-shape
Close tab/windowCmd+WDraw down-right
App switcher (Spotlight)Cmd+SpaceDraw up-shape
Desktop left/rightCmd+Option+arrowDraw left-sweep / right-sweep

The first week was awkward. Muscle memory from 10 years of keyboard shortcuts doesn’t disappear overnight. By week three, the gestures had become automatic — and I noticed I was reaching for Cmd less often without thinking about it.

The setup that worked for me

After experimenting with different configurations, here’s what reduced my wrist pain while keeping me productive:

Start with your most damaging shortcuts first

Not your most frequent — your most damaging. The ones that require the most hand contortion. For me that was Cmd+Shift+4 (thumb on Cmd, pinky on Shift, index on 4 — a tendon stress triangle) and Cmd+Option+arrows (same, plus stretching for the arrow keys).

Map 3-5 gestures for these high-damage shortcuts. Use only those for a week. Don’t try to replace everything at once — you’ll abandon it.

Use per-app gesture mappings

Different apps mean different hand positions. In Xcode, my hand hovers near the build/run keys. In Figma, I’m already using the mouse. In Safari, I’m scrolling.

Per-app gestures let you offload different actions per context. In Xcode, my gesture for “build” saves me Cmd+B fifty times a day. In Figma, the same shape means “zoom to fit.” In Safari, it means “close tab.” Same muscle memory, context-dependent action.

Curflow and a few other tools support this natively. This matters more than most people realize — the value of a gesture system depends almost entirely on whether it adapts to how you actually switch between tools.

Combine with Sticky Keys for the shortcuts you keep

I didn’t eliminate keyboard shortcuts entirely. I kept the ones that are ergonomically neutral (single-key shortcuts like Escape, Enter, Tab) and used Sticky Keys for the remaining modifier combinations I couldn’t map to gestures.

The combination — gestures for 60% of modifier actions, Sticky Keys for 30%, and only keeping 10% as natural shortcuts — meant my daily modifier count dropped from ~350 to about 35. That 90% reduction was the threshold where my tendons could actually heal.

Protect your dominant hand too

This is the part nobody mentions: if you move everything to mouse gestures, you’re trading one repetitive strain risk for another. Mouse gestures use different muscles (shoulder, elbow) which are less prone to RSI than the small tendons in the wrist, but the volume still matters.

I set my gesture count to about 12-15 total across all apps. More isn’t better. A smaller gesture vocabulary builds muscle memory faster and reduces unnecessary repetition.

What mouse gestures don’t solve

I want to be precise about the limitations because “ergonomic” claims without honesty are dangerous for people with real injuries:

Text editing still requires a keyboard. You can’t gesture your way through writing code or prose. The goal isn’t to eliminate the keyboard — it’s to eliminate the modifier contortions that cause the most damage.

Not a replacement for medical treatment. If you have diagnosed tendinitis, RSI, or carpal tunnel, a software change doesn’t replace physiotherapy, rest, and professional assessment. I still do my exercises. I still take breaks. Mouse gestures are one piece of a larger management strategy.

Requires adjustment time. The first week will feel slower. Your existing keyboard shortcuts are faster than new gestures — that’s 10 years of reinforcement talking. The value shows up in week three, when the pain is lower and the gesture speed catches up.

Mouse-intensive work has its own ergonomic risks. If you already have shoulder or elbow issues, mouse gestures may transfer the problem rather than solve it. The biomechanics are better (large muscles instead of small tendons), but the volume still needs management.

FAQ

Can mouse gestures help with carpal tunnel syndrome?

Carpal tunnel affects the median nerve at the wrist, often aggravated by wrist flexion and extension during typing. Mouse gestures reduce the repetitive finger-key combinations that contribute to carpal tunnel by shifting input from the fingers to the arm. However, if your carpal tunnel is triggered by mouse clicking rather than keyboard use, gestures alone won’t solve it. Pair gesture input with a vertical mouse or trackball for maximum benefit.

What about tendinitis in the mousing hand?

This is a legitimate concern. If you have tendinitis in your dominant hand (the one using the mouse), you have two options: switch your mouse to the non-dominant hand and learn gestures with the healthy hand, or use a trackpad or trackball that distributes the movement differently. The key principle is the same — large muscle group movements are less damaging than small tendon movements — but the affected hand changes the implementation.

How long does it take to see a difference in wrist pain?

In my experience: about two weeks. The first week is adjustment (gestures feel foreign, you still reach for shortcuts). The second week, enough shortcuts have migrated to gestures that the daily modifier count drops meaningfully. By week three, the tendon has enough reduced load to begin healing — and that’s when you notice the difference.

Do I need to buy an app to use mouse gestures on Mac?

There are free options (MacGesture is an open-source alternative), and macOS has limited native gesture support through the trackpad. But the tools that support per-app mappings, custom shapes, and system-level actions — the features that let you actually replace modifier shortcuts — are mostly paid. A comparison of available options covers what each tool offers. Most have free trials. Test with your specific injury pattern before committing.

Is this just for developers?

No. The injury mechanism — holding modifiers while reaching for other keys — affects anyone who uses keyboard shortcuts heavily: designers (Adobe suite shortcuts), writers (formatting shortcuts), data analysts (Excel shortcuts), video editors. The professions vary. The biomechanical problem is the same.


Moving half my workflow to mouse gestures wasn’t the first thing I tried. It was the fifth. And it was the one that finally broke the cycle of weekend healing and weekday re-injury.

If you’re dealing with wrist pain from keyboard use, the order of operations that worked for me was: physiotherapy first (strengthen and heal), identify your highest-damage shortcuts second, and replace those specific shortcuts with gestures third. Don’t try to solve a medical problem with software alone. But if your software habits are causing the damage, changing those habits is part of the solution.

The modifier key was designed for occasional use, not as the primary input mechanism for an 8-hour workday. Until keyboard hardware evolves to match actual usage patterns, moving some of that load to a different input modality is the most practical fix available.


If you’re dealing with wrist pain from keyboard shortcuts and want to try mouse gestures, Curflow has a 14-day free trial. Per-app gesture mappings, custom shapes, and system-level actions — the features that matter for actually replacing modifier shortcuts.

Read next:

Curflow

Write less. Gesture more.

Curflow turns your trackpad and mouse into a gesture engine. 14-day free trial, no card required.

Try Curflow Free
Luis

Luis

Building Curflow — native gesture automation for macOS.