Skip to content

Keyboard Shortcuts Helper page

Overview

Add an Helper page for keyboard shortcut for showing actual enabled controls.

Use Case / Motivation

Keyboard shortcuts help lowering point-and-click related errors (like misclicking buttons) and allow fast control while rewarding operator experience. In this case a helper page showing all keyboard shortcuts available would greatly improve adoption.

Proposed Solution

TBD

Alternatives Considered

  • One idea could be making a struct responsible of all keyboard shortcuts. Shortcuts may be enabled by checking where the cursor is (in which pane). Implementation of each shortcuts would be dispatched to responsible panes down the rendering line.
  • Another way may be displaying the shortcut alongside the button (maybe uniforming the button desing and making it more compact).
Edited by Federico Lolli