From f649f841b919cf2fa5c40f7d8b1bf1dd61300a81 Mon Sep 17 00:00:00 2001 From: mbkma Date: Sun, 31 May 2020 01:04:31 +0200 Subject: Implement navigation through history stack equations using keyboard --- help/C/keyboard.page | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'help/C/keyboard.page') diff --git a/help/C/keyboard.page b/help/C/keyboard.page index a522201..49e5c6f 100644 --- a/help/C/keyboard.page +++ b/help/C/keyboard.page @@ -39,4 +39,38 @@

To enter superscript numbers use Ctrlnumber, for subscript use Altnumber.

+

+ When in programming mode, to cycle between base digits use: +

+ + + + + + + + + + + + + + + + + +

Binary

CtrlB

Octal

CtrlO

Decimal

CtrlD

Hexadecimal

CtrlH

+

+ To cycle between history entries you may use: +

+ + + + + + + + + +

Previous Entry

AltUp

Next Entry

AltDown

-- cgit v1.2.1