The FLTK variant of pinentry currently doesn't handle keyboard shortcut hints.
With e.g. "_OK" the button label is set to "_OK" literally (and the shortcut via 'O'-Key doesn't work).
With the attached patch the '_' hint is converted to '&' (which is used by FLTK for that purpose).
The underscore can be escaped by doubling ("__") to get a literal '_' in the label.
Description
Description
Details
Details
- Version
- 1.1.0
Revisions and Commits
Revisions and Commits
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | gouttegd | T4336 pinentry-fltk: Keyboard shortcuts are not recognized | ||
Resolved | gouttegd | T4659 Release Pinentry-1.1.1 |
Event Timeline
Comment Actions
Patch applied, thanks.
If you intend to submit more patches to Pinentry or any other GnuPG component, please consider sending a DCO to gnupg-devel as explained in gnupg/doc/HACKING.