From eb9f9e20010aa7b91ad73ff38fa113be1133b8eb Mon Sep 17 00:00:00 2001 From: Adam <40674677+Ruski1@users.noreply.github.com> Date: Mon, 28 Feb 2022 00:25:28 +0000 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 810b246..9a5ee7c 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# SWT \ No newline at end of file +# SWT +Ever wanted to double the value lenght of a box but go to google and type in the equation? well SWT (Side Working Tool) is made just for this and (in the future) many more small but annoying problems while working. it is a simple program made to assist when working on projects. While it was aimed at programming projects, it can be used with anything else that has textboxes and requires writing. + +## Features + - ### Value Calculations + THIS MODE WILL BLOCK `0-9`, `+`, `-`, `*`, `/`, `=`, `.`, `{backspace}`, `{enter}` WHEN ENABLED FROM ENTERTING INTO NORMAL PROGRAMS + + Currently this is the only feature which allows for easy calculations for values (such as form lenght and width or array size). To enable this "mode" you need to press `ctrl` + `alt` + `shift` + `k`. + + To use it enter a equation (Example, 1024*4) and hit `{enter}` or `=` for the output to write where the cursor is. The follow inputs are currently working: `0-9`, `+`, `-`, `*`, `/`, `=`, `.`, `{backspace}`, `{enter}`. once you hit `{enter}` program will exit out of the mode so you will be able to write normally again.