akshgpt7 / MarvellOS

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

Allow password to be entered by pressing the 'ENTER' key on keyboard. #11

Closed osBins closed 3 years ago

osBins commented 3 years ago

Currently, password can only be submitted by clicking confirm button on log-in screen, and 'enter' key does not work.

sneaky-potato commented 3 years ago

Hi. I think I can solve this issue. Could you please assign this to me

akshgpt7 commented 3 years ago

Go for it @4shw4n1.

ConsultantFoodie commented 3 years ago

Sorry, but I didn't read that the issue was assigned. I have already made a PR for this.

akshgpt7 commented 3 years ago

@4shw4n1 Did you also already complete this? If not, maybe you can look for another issue to work on? And @ConsultantFoodie thanks for the PR (I'll test it and merge it), but please make sure to comment on the issue before starting to work on it, since it helps others know that you're working on it and avoids such clashes :)

akshgpt7 commented 3 years ago

Fixed via #14.