diff options
author | B. Watson <urchlay@slackware.uk> | 2024-01-03 00:35:20 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-01-03 00:35:20 -0500 |
commit | ba9e5e94e3c0622a0dc5a91dcb0fe671cb35c07c (patch) | |
tree | f1049a0583a3d4dd24521fa5e6fd355c1493c813 /keystrokes | |
download | hcalc-ba9e5e94e3c0622a0dc5a91dcb0fe671cb35c07c.tar.gz |
initial commit
Diffstat (limited to 'keystrokes')
-rw-r--r-- | keystrokes | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keystrokes b/keystrokes new file mode 100644 index 0000000..f8ea1c0 --- /dev/null +++ b/keystrokes @@ -0,0 +1,13 @@ +arithmetic: + - * (or x) / +boolean: & | ^ (xor) S (shift) ~ (not) +clear: escape +numbers: 0-9 a-f . +what does comma do? +backspace +invert: _ (aka +/-) +set base: D H O B +enter +shift: < > +memory: [ (STO), ] (RCL), } (SUM) +paste: P +quit: q (this should be Q or maybe ^q) |