Skip to content

WordPredictor 0.3.0

Choose a tag to compare

@RareBird15 RareBird15 released this 20 Jul 10:04
· 30 commits to main since this release

What's New in 0.3.0

Settings Panel

Configure Word Predictor from NVDA Menu > Settings > Word Predictor:

  • Enable/disable word prediction
  • Number of predictions (1-10)
  • Play beep before announcing predictions
  • Learn from my writing toggle

Script Categories

All keyboard shortcuts now appear under 'Word Predictor' in NVDA's Input Gestures dialog. Remap any key to suit your workflow.

Smarter Predictions

  • Contractions preserved: don't, can't, won't, etc. are single words, not split fragments
  • Punctuation triggers predictions: period, comma, and other punctuation now triggers next-word predictions
  • Capital I: When 'I' is accepted as a prediction, it's typed with a capital letter
  • Partial-word prediction: Type part of a word, press NVDA+Shift+O, get completions

Bug Fixes

  • Fixed crash when _max_predictions was read as string from config
  • Fixed settings panel registration with NVDA's categoryClasses API
  • Fixed CheckBox type errors from config string values

Key Bindings

  • 1-5: Accept prediction (only intercepts when predictions are active)
  • NVDA+Shift+P: Toggle prediction on/off
  • NVDA+Shift+O: Request predictions on demand
  • NVDA+Shift+S: Save learning to disk
  • All bindings remappable in Input Gestures > Word Predictor

Installation

Download the .nvda-addon file, open it, restart NVDA.

Requires NVDA 2026.1 or later.