1.6.0: tri-state toggle, mode badge, shortcut-display hotkey, and screen zoom#7
Merged
Conversation
…tkey The toggle hotkey now cycles Off -> ClickLight -> Laser Pointer -> Off instead of plain on/off, and each switch shows a color-coded toast at the top-center (reusing the shortcut-pill layout, blue/red/gray) so the new mode is clear. Add a fourth configurable global hotkey (Ctrl+Shift+K) that toggles the live keyboard-shortcut display, with its own recorder row and reset in settings and a toast confirming the new state.
Record the tri-state toggle cycle with its mode badge and the new Ctrl+Shift+K keyboard-shortcut-display hotkey.
Ctrl+Shift+Z freezes the monitor under the cursor and shows it in a window that scales and pans around the cursor: scroll to zoom (up to 6x), move to pan with the point under the cursor kept fixed. Because it transforms a single static snapshot, panning stays smooth. Scrolling all the way out, Esc, right-click, or the hotkey again exits. The hotkey is a fifth configurable global shortcut with its own recorder row.
Add screen zoom to the feature list and the shortcuts table (Ctrl+Shift+Z), add the keyboard-shortcut-display toggle (Ctrl+Shift+K), and update the toggle shortcut to reflect the off/ClickLight/laser cycle.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The 1.6.0 release. Bundles the toggle-hotkey UX changes with a new ZoomIt-style screen zoom. (This branch is stacked on the tri-state work, which was never pushed separately, so it carries the whole release.)
What's new
Notes
feature/spotlight. The frozen full-screen zoom here supersedes it and is smooth.Testing
dotnet buildclean;dotnet test34/34 passing.