You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed keyboard shortcuts silently breaking during an annotation session. After typing a shifted punctuation character such as ? or : into any text field (comment, tree or segment name, search box), every single-key shortcut — 1, 2, 3, b, j, c, space, the arrow keys — stopped working until the browser window lost and regained focus. #9834
Fixed Cmd + S, Cmd + Z and Cmd + Y not working on macOS. Because saving never ran, Cmd + S also opened the browser's "Save Page" dialog. #9834
Fixed Esc not doing anything in plane mode, which meant an in-progress quick select could not be cancelled. #9834
Fixed a partially typed Ctrl + K shortcut staying armed indefinitely, so that the next single key pressed — however much later — switched the tool instead of triggering its own shortcut. #9834
Fixed shortcuts on punctuation keys being displayed incorrectly in the info tab, and shortcut collisions not being reported when re-recording a key that a default shortcut already used. #9834
Fixed the raw JSON view of the keyboard shortcut settings falling out of sync with the table view after resetting to defaults. #9834