Developer builds Excel-style keyboard shortcuts for Google Sheets via Chrome extension
A developer has released Spex, a Chrome extension that brings Excel-style sequential keyboard shortcuts and contextual KeyTips to Google Sheets. The extension lets users press Alt or Option to reveal available keys, continue a sequence, and trigger Sheets commands in a layered interaction model. Building it required separating a core shortcut machine from a Google Sheets-specific adapter, so that changes to Sheets' DOM or UI would not break the underlying shortcut logic. The developer used three distinct command-execution strategies depending on how reliably each Google Sheets control could be targeted, deliberately avoiding dependencies on minified or internal property names. The post highlights how managing the boundary between the extension's input system and Google Sheets' own input handling — including cell editing, IME composition, and focus management — was the central engineering challenge.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.


Discussion (0)
Log in to join the discussion and vote.
Log in