Pressing Enter/Space key unexpectedly initiates install/update?
#5182
|
Not sure if this is by design or a bug, but I noticed that pressing |
Answered by
GabrielDuf
Jul 27, 2026
Replies: 1 comment
|
Good catch, this was a bug, not by design. Alt+Space is the Windows system menu shortcut, but because the details window focused the action button, that key combination was interpreted as a button activation and triggered the install/uninstall action. I've pushed a fix so buttons no longer activate on Space or Enter when a modifier key is held. Thanks for reporting it! |
0 replies
Answer selected by
GabrielDuf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Good catch, this was a bug, not by design. Alt+Space is the Windows system menu shortcut, but because the details window focused the action button, that key combination was interpreted as a button activation and triggered the install/uninstall action.
I've pushed a fix so buttons no longer activate on Space or Enter when a modifier key is held.
Thanks for reporting it!