Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement shift key functionality #9

Open
return007 opened this issue Aug 30, 2020 · 0 comments
Open

Implement shift key functionality #9

return007 opened this issue Aug 30, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest
Milestone

Comments

@return007
Copy link
Owner

There are two possible ways I can think of the shift key's behavior:

  1. Either, pressing it once means that the key is down, then it toggles all the alphabets (caps to small case and vice-versa)

  2. Or, user needs to explicitly keep pressing the shift key. We can keep this behavior for future enhancement since we would need to implement keyDown and keyUp for all the keys then 😿

Anyway, let's go via the simple way and later see if someone else can take up porting work to keyDown/keyUp.

@return007 return007 added enhancement New feature or request good first issue Good for newcomers labels Aug 30, 2020
@return007 return007 added this to the v1 release milestone Aug 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant