1
0
Fork 0

Removes info about there being no hot keys

This commit is contained in:
sloum 2021-06-25 14:55:46 -07:00
parent d35d17d5f8
commit a7b864ce38
1 changed files with 0 additions and 2 deletions

View File

@ -8,8 +8,6 @@ gnums is the gui version of my program <a href="https://tildegit.org/sloum/nums"
On initial load some sensible defaults will be set up. Other options are avialable in the settings menu. You will see a stack view on the left, the calculator buttons on the right, and the main input/output at the top. The main input/output will show what you are typing as you type it and will show the current TOS/total after performing an operation (but before more numerical entry), similar to a regular calculator. The stack view will show the full input stack and allow for more complex operations.
At present there is no keyboard input. This is on the TODO list and should get added in the near future (after all, who really wants to use a mouse for anything?).
Most of the keys can be figured out if you don't know what they are already. I will mention that the enter key will add the currently typed in number to the top of the stack. If you have a number typed in, but have not hit enter, and you use a non-numeric/non-enter key (+, swap, sqrt, etc) the number will automatically be added to the top of the stack before the function is run.
### Hot Keys