Skip to content

CalculationCollective/AHKCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AHKCalculator

Installing AutoHotKey

To run a .ahk file you will need to download AutoHotKey version 1.1. (AutoHotKey is only available for windows but has a platinum rating on wine)

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