diff --git a/README.md b/README.md index 281a220..7658132 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,14 @@ A calculator application written in C# and Fusion. Using Avalonia to draw GUI. +You can just type expression if tou don't like pressing GUI buttons. + +**Key binds:** +- `Enter`: `=` +- `Del`: `AC` + +![screenshot](./screenshot.jpg) + ## Building Requirements: git, bash, [dotnet8](https://dotnet.microsoft.com/en-us/download/dotnet/8.0), [fut](https://github.com/fusionlanguage/fut) diff --git a/screenshot.jpg b/screenshot.jpg new file mode 100644 index 0000000..7d8b27a Binary files /dev/null and b/screenshot.jpg differ