forked from External/mage
Focus on button for space and enter hot keys
This commit is contained in:
parent
25bdce4b67
commit
6ad352709a
2 changed files with 6 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ public class FeedbackPanel extends javax.swing.JPanel {
|
|||
}
|
||||
if (requestFocusAllowed) {
|
||||
this.btnRight.requestFocus();
|
||||
this.helper.requestFocus();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue