Skip to content

v1.0.14

Choose a tag to compare

@owenpkent owenpkent released this 29 Apr 00:35

Right-click on a key types its shifted variant, like the Windows on-screen keyboard.

Added

  • Right-click → shifted variant. Right-click on any character key types the shifted glyph (! from 1, < from ,, A from a) without flipping the sticky shift state. Modifier and special keys are deliberate no-ops. Toggle in Settings → Input → "Right-Click for Shifted Character"; default ON since left-click behaviour is unaffected.
  • Design doc for the deferred long-press → accents feature. docs/LONG_PRESS_ALTERNATES.md covers the data file format, popup architecture, and the reason it's paused (press-on-release timing change is hostile to slow-motor users until we have a way to scope the latency to keys with alternates).

Internal

  • KeyboardBridge.pressKeyLiteral slot — types a character verbatim, bypassing the shift / caps-lock case normalization that pressKey applies. Right-click goes through this slot since pressKey was lowercasing the chosen 'A' back to 'a'.

Install

  • First time: download Alpha-OSK-Setup-1.0.14.exe and run.
  • Existing users: the in-app updater will pick this up on next startup if "Check for updates on startup" is enabled (Settings → Updates).