Add the missing rows to the keyboard shortcut cheat sheet - #10
Open
Stiven-Gjekaj wants to merge 1 commit into
Open
Add the missing rows to the keyboard shortcut cheat sheet#10Stiven-Gjekaj wants to merge 1 commit into
Stiven-Gjekaj wants to merge 1 commit into
Conversation
The cheat sheet says that it lists every editor binding. Five bindings were absent. This change adds them. - Add a Presentation group. The arrow keys move to the next slide and to the previous slide. Esc closes present mode. EditorScreen.tsx owns these keys. - Add an Editing text group. A shape label and a text element are diagram nodes. Plain Enter adds a line to them, and the modifier key finishes the edit. A connector label has one line, so plain Enter finishes it. Esc cancels an edit. - Add a row for the ? key. The key opened the sheet before this change, but only the footer text mentioned it. - Show the delete key that the keyboard has. Mac keyboards do not have a Delete key. The handler accepts Delete and Backspace. - Correct the file comment. It named one handler file. The rows also come from EditorScreen.tsx and from the label editors. The dialog itself is not new. Commit 0db5018 added it, and the two success criteria of issue noddle-dev#2 pass today. This change corrects the contents only. Part of noddle-dev#2.
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.
The cheat sheet says that it lists every editor binding. Five bindings were absent. This change adds them.
The dialog itself is not new. Commit 0db5018 added it, and the two success criteria of issue #2 pass today. This change corrects the contents only.