β Problem Statement
Currently we can fill input in calculator only by clicking with mouse. Keyboard input is not available.
π Proposed Enhancement
Add keyboard support so the user can operate the calculator using keyboard.
π οΈ Suggested Implementation
Add a keydown event listener to the calculator and map keyboard keys to the existing calculator actions.
Screenshot
β Problem Statement
Currently we can fill input in calculator only by clicking with mouse. Keyboard input is not available.
π Proposed Enhancement
Add keyboard support so the user can operate the calculator using keyboard.
π οΈ Suggested Implementation
Add a
keydownevent listener to the calculator and map keyboard keys to the existing calculator actions.Screenshot