An open API service indexing awesome lists of open source software.

https://github.com/calculationcollective/ahkcalculator


https://github.com/calculationcollective/ahkcalculator

ahk ahk-script autohotkey calculator

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# AHKCalculator

- [AHKCalculator](#ahkcalculator)
- [Installing AutoHotKey](#installing-autohotkey)
- [Execute the calculator](#execute-the-calculator)
- [Use the calculator](#use-the-calculator)
- [Example](#example)

## Installing AutoHotKey
To run a `.ahk` file you will need to [download](https://www.autohotkey.com/) AutoHotKey version 1.1. (AutoHotKey is only available for windows but has a platinum rating on [wine](https://appdb.winehq.org/objectManager.php?sClass=application&iId=5173))

## Execute the calculator
After installing AutoHotKey you can simply double-click or right-click and run script `AHKCalculator.ahk` to run the calculator.

## Use the calculator
To use the calculator press Ctrl + Q after that you have 60s to enter your calculation.
A calculation consists of a number followed by a calculation character and another number. Allowed calculations are `+, -, *, /`.
After entering your calculation you can press = and the result will be inserted.

## Example

AHKCalculator examples