Arsenic-ATG / Qt-calculator

A simple GUI calculator🧮 built using C++
MIT License
60 stars 43 forks source link

Added Shortcut Functionality #22

Closed niraethm closed 2 years ago

niraethm commented 2 years ago

Also added File > Exit menu

User can now press the corresponding key on their keyboard (e.g. 0-9, [/,*,-,+,Enter], Escape)

Arsenic-ATG commented 2 years ago

Thanks for contributing.