Add keyboard shortcuts to the manual

Issue #614 closed
Helder Correia repo owner created an issue

Namely:

  • F1 for context help.

  • Ctrl+P for automatic insertion of parens around the selected expression or the entire expression in case no text is selected.

  • Ctrl+Space for constants list widget.

  • Shift+Up/Down and Ctrl/Shift+MouseWheel for zooming in/out (changing the font size).

  • Ctrl+PageUp/Down for scroll-to-top/bottom.

  • Shift+PageUp/Down for line scrolling instead of page scrolling.

  • Shift+Ctrl+MouseWheel for changing the window transparency.

  • F11 for full screen mode.

  • Ctrl+K for virtual keypad.

  • Ctrl+B for status bar.

  • Ctrl+1 through 7 for different dock widgets.

  • Ctrl+N for clearing history.

  • Esc for clearing current editor expression.

  • Ctrl+R for copying last result to clipboard.

Comments (11)

  1. Log in to comment