Open
Conversation
fe17837 to
452df31
Compare
Member
|
We have |
Contributor
Author
|
Do you have any idea how I can find out when enter is pressed while focus is on a Gtk::Entry? |
Member
|
|
|
Has this PR been abandonned @m-byte ? |
Contributor
Author
|
For the time being... Quite busy with family and regular work at the
moment, so I'm not expecting to have any time to work on this until early
2022. Feel free to close or modify this as you see fit.
Am Fr., 30. Apr. 2021 um 10:09 Uhr schrieb [IPSA] Chris de Claverie <
***@***.***>:
… Has this PR been abandonned @m-byte <https://github.com/m-byte> ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#375 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFX3UG3HGATEANWDPF7OLLTLJQSDANCNFSM4MDNWEAQ>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As mentioned in #370, it would be nice to use the tool window with keyboard keys. Right now, only the escape key is enabled, but this should be a good starting point for discussion.
An extension of this would be for the enter/return key to first step through all input boxes and then confirm the dialog. (Maybe it would be better to press return twice without any other keys in between to avoid accidental confirmation when editing the last input)