diff options
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) |