Skip to content

Add the missing rows to the keyboard shortcut cheat sheet - #10

Open
Stiven-Gjekaj wants to merge 1 commit into
noddle-dev:mainfrom
Stiven-Gjekaj:enhancement/shortcuts-cheatsheet-completeness
Open

Add the missing rows to the keyboard shortcut cheat sheet#10
Stiven-Gjekaj wants to merge 1 commit into
noddle-dev:mainfrom
Stiven-Gjekaj:enhancement/shortcuts-cheatsheet-completeness

Conversation

@Stiven-Gjekaj

Copy link
Copy Markdown
Contributor

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 #2 pass today. This change corrects the contents only.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant