https://github.com/calculationcollective/ahkcalculator
https://github.com/calculationcollective/ahkcalculator
ahk ahk-script autohotkey calculator
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/calculationcollective/ahkcalculator
- Owner: CalculationCollective
- License: other
- Created: 2023-02-09T21:04:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T07:48:48.000Z (over 2 years ago)
- Last Synced: 2025-01-08T16:08:02.576Z (6 months ago)
- Topics: ahk, ahk-script, autohotkey, calculator
- Language: AutoHotkey
- Homepage:
- Size: 6.43 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
![]()