akshgpt7 / MarvellOS

A basic operating system GUI mock-up built using python's GUI module Tkinter.
20 stars 20 forks source link

Closes #24 - Setting Keyboard Input for Calculator App #29

Closed kunal351411 closed 3 years ago

kunal351411 commented 3 years ago

Closes #24 Enabled keyboard input for Calculator app so that user can use keyboard for enterring numbers and performing basic operations. Here's description of keys that can be used :- "+" for adding "-" for subtracting "*" for multiplying "/" for division "^" for exponent "!" for factorial "delete" and "c" for clearing the input area "Enter" in place of '=' button

kunal351411 commented 3 years ago

@akshgpt7 should I unbind the "delete" key and bind the "c" key instead

akshgpt7 commented 3 years ago

Awesome, great work. Thanks!