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

Navigation through keys within keyboard #29

Closed
hasibr opened this issue Nov 6, 2018 · 3 comments
Closed

Navigation through keys within keyboard #29

hasibr opened this issue Nov 6, 2018 · 3 comments
Assignees
Labels
⚡️ Enhancement New feature or request

Comments

@hasibr
Copy link

hasibr commented Nov 6, 2018

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
I would like to be able to toggle to a mode where I can navigate through the keys in the keyboard using some configurable input. For example, a cursor would start at the top-left most key in the keyboard [0,0]. Pressing the right arrow key on the physical keyboard as an input (or any other configurable input) would move the cursor one column to the right to [0,1]. For example, on a QWERTY layout: if cursor is on 's', moving right will move cursor to 'd'.

Describe alternatives you've considered
The Motte keyboard offers a similar feature: https://jsfiddle.net/Mottie/c6ftvy7r/

Additional context
image

@hodgef hodgef self-assigned this Nov 6, 2018
@hodgef hodgef added this to the 2.8.0 milestone Nov 6, 2018
@hodgef hodgef added the ⚡️ Enhancement New feature or request label Nov 6, 2018
@hodgef
Copy link
Owner

hodgef commented Nov 6, 2018

Thanks for creating a ticket for this @hasibr !

I will probably start working on this later today or tomorrow. Stay tuned for updates.

Regards,
Francisco Hodge

@hodgef
Copy link
Owner

hodgef commented Nov 7, 2018

Hello @hasibr,

The module simple-keyboard-key-navigation has been released!
https://github.com/hodgef/simple-keyboard-key-navigation

If you have any issues with this module, feel free to open an issue on that repo and I'll check it out.

Regards,
Francisco Hodge

@hodgef hodgef closed this as completed Nov 7, 2018
@hodgef hodgef removed this from the 2.8.0 milestone Nov 7, 2018
@hasibr
Copy link
Author

hasibr commented Nov 10, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚡️ Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants