elementary / calculator

Calculator app designed for elementary OS
https://elementary.io
GNU General Public License v3.0
79 stars 29 forks source link

MainWindow: connect to insert_text instead of key_press #227

Closed danirabbit closed 2 years ago

danirabbit commented 2 years ago

Helps with #221

Instead of hijacking keypress events, listen to and replace text when it's inserted into the entry

I'm not sure what was the previous reasoning behind replacing "-". afaict there's no difference since we're replacing a character with itself