aboutsummaryrefslogtreecommitdiff
path: root/hcalc.rst
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-01-04 17:21:00 -0500
committerB. Watson <urchlay@slackware.uk>2024-01-04 17:21:00 -0500
commit6ee03a61e3d3070b9975655ee4fe525543ed979f (patch)
tree11d87d2601020bedbaabe3a2b295908982e2ed54 /hcalc.rst
parent96a07d81eebb9e4bd7b3e906162ddd1f8db4d367 (diff)
downloadhcalc-6ee03a61e3d3070b9975655ee4fe525543ed979f.tar.gz
Document u key.
Diffstat (limited to 'hcalc.rst')
-rw-r--r--hcalc.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/hcalc.rst b/hcalc.rst
index 3bd0bef..4b3fba3 100644
--- a/hcalc.rst
+++ b/hcalc.rst
@@ -147,9 +147,15 @@ KEYBOARD
*DEL* key: delete the rightmost digit.
**C** **Escape**
- *CLR* key: clears the number.
+ *CLR* key: clears the number and any pending operation.
+
+**u**
+ Clears the number, same as backspacing over it, but does not
+ clear any pending operation. There is no button in the UI for
+ this, so it can't be done with the mouse.
**D** **H** **O** **B**
+ *DEC* *HEX* *OCT* *BIN* keys.
Set the number base to decimal, hex, octal, or binary. The
number currently displayed is converted into the new base.
These are capital letters (hold down Shift).