Page MenuHome GnuPG

pinentry-fltk: Keyboard shortcuts are not recognized
Closed, ResolvedPublic

Description

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.

Details

Version
1.1.0