From ba9e5e94e3c0622a0dc5a91dcb0fe671cb35c07c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 3 Jan 2024 00:35:20 -0500 Subject: initial commit --- keystrokes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 keystrokes (limited to 'keystrokes') 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) -- cgit v1.2.3