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

"New filename" input doesn't handle Home/End keys #29

Open
n-st opened this issue Apr 22, 2019 · 0 comments
Open

"New filename" input doesn't handle Home/End keys #29

n-st opened this issue Apr 22, 2019 · 0 comments

Comments

@n-st
Copy link
Contributor

n-st commented Apr 22, 2019

One can't jump to the beginning/end of the filename input with the Home/End keys.
According to its documentation, the Bricks Editor only supports Ctrl+A/Ctrl+E for that.

We could manually register an event handler and match on EvKey events with KHome/KEnd, but I'm not sure if/how it's possible to change the cursor position in the editor…

I'll just leave this here as a reference for anyone who encounters the same behaviour; it doesn't necessarily need to be "fixed". :)

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

1 participant