Skip to content

Commit

Permalink
Merge pull request #97 from reinierma/master
Browse files Browse the repository at this point in the history
Update text hotKey
  • Loading branch information
dk authored Aug 19, 2023
2 parents 3eebe7a + b26b3cd commit b7810e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Prima/Buttons.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1604,7 +1604,8 @@ Called whenever the user presses the button.
=item hotKey CHAR
A key that the button will react to if pressed, even when out of focus.
A key (defined by CHAR) that the button will react to if pressed, if the button has the focus
The combination ALT + Key works always if the button has the focus or not
=item pressed BOOLEAN
Expand Down
3 changes: 2 additions & 1 deletion Prima/Label.pm
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,8 @@ Default value: C<undef>.
=item hotKey CHAR
A key that the label will react to if pressed, even when out of focus.
A key (defined by CHAR) that the label will react to if pressed, if the label has the focus
The combination ALT + Key works always if the label has the focus or not
=item showAccelChar BOOLEAN
Expand Down

0 comments on commit b7810e9

Please sign in to comment.