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

Support for Enter/delete keys in keyboard #93

Open
pelikhan opened this issue Mar 7, 2019 · 10 comments
Open

Support for Enter/delete keys in keyboard #93

pelikhan opened this issue Mar 7, 2019 · 10 comments
Assignees

Comments

@pelikhan
Copy link
Contributor

pelikhan commented Mar 7, 2019

See microsoft/pxt-adafruit#932

@pelikhan
Copy link
Contributor Author

pelikhan commented Mar 7, 2019

Can we add those in keymap? I use the FunctionKey/MediaKey stuff in MakeCode.

@jamesadevine
Copy link
Contributor

Adding them to the keymap wouldn't be very useful, but return, and backspace could be added to the interface...

Are there any other keys we need to consider?

@pelikhan
Copy link
Contributor Author

pelikhan commented Mar 7, 2019 via email

@jamesadevine jamesadevine self-assigned this Mar 7, 2019
@pelikhan
Copy link
Contributor Author

Can we add them to the function key enum? https://github.com/Microsoft/pxt-common-packages/blob/master/libs/keyboard/keyboard.cpp#L41 I don't see how I would support those otherwise.

@pelikhan
Copy link
Contributor Author

Maybe add backspace and tab also? Those are the only ones other than enter/return I see as missing.

@jedgarpark
Copy link

Just got a new request for Enter key in the makecode.adafruit.com, could that be added to the GUI? It seems to exist in maker.makecode.com.

@pelikhan
Copy link
Contributor Author

@jamesadevine

@jamesadevine
Copy link
Contributor

@pelikhan If this is in maker, shouldn't the code in maker be ported to adafruit?

@jedgarpark
Copy link

I don't know how that mechanism works, but they are different enum lists currently when I load them up:
mmc_enter
mca_noenter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants