Skip to content
This repository was archived by the owner on May 4, 2026. It is now read-only.

Commit 549e2bf

Browse files
Removing mnemonic for New Password
1 parent e31a2b1 commit 549e2bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/raphaeltannous/EPMFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ private void initFrameComponents() {
152152
// addPasswordMenuItem
153153
newPasswordMenuItem.setText("New Password");
154154
newPasswordMenuItem.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_N, InputEvent.CTRL_DOWN_MASK));
155-
newPasswordMenuItem.setMnemonic('A');
155+
// newPasswordMenuItem.setMnemonic('A');
156156
// BUG: For some reasons when the letter a is written in the dialog,
157157
// it will also be taken as a keyboard shortcut and call the dialog
158158
// once again. (Should be fixed) ?!

0 commit comments

Comments
 (0)