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

Autocomplete hijacks home and end keys #71471

Closed
miv391 opened this issue Jan 15, 2023 · 0 comments · Fixed by #71519
Closed

Autocomplete hijacks home and end keys #71471

miv391 opened this issue Jan 15, 2023 · 0 comments · Fixed by #71519

Comments

@miv391
Copy link
Contributor

miv391 commented Jan 15, 2023

Godot version

v4.0.beta12.official [3c9bf4b]

System information

Windows 10

Issue description

Autocomplete hijacks home and end keys. This makes writing code very annoying as you need to speficically close the autocomplete popup before you can continue coding.

Autocomplete should use only strictly necessary keys it needs to work but not keys which are usually used when writing a line of code. Acceptable keys would be up/down arrow keys, page up/down, esc.

kuva

Steps to reproduce

  1. First write this
var idget_parent()
  1. Then add = between id and get_parent() to open the autocomplete popup.
  2. Try to move to the end of the code line by pressing end key

-> It doesn't work. Autocomplete popup has got the focus and selection moves to the end of the list.

Minimal reproduction project

N/A

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

Successfully merging a pull request may close this issue.

3 participants