mirror of
https://github.com/skylot/jadx.git
synced 2025-02-23 14:31:19 +00:00
* fix: forward navigation shortcut on macOS * apply suggestion
This commit is contained in:
parent
6e8baef9b2
commit
46eeb0bc22
@ -948,7 +948,7 @@ public class MainWindow extends JFrame {
|
||||
}
|
||||
};
|
||||
forwardAction.putValue(Action.SHORT_DESCRIPTION, NLS.str("nav.forward"));
|
||||
forwardAction.putValue(Action.ACCELERATOR_KEY, getKeyStroke(KeyEvent.VK_RIGHT, KeyEvent.ALT_DOWN_MASK));
|
||||
forwardAction.putValue(Action.ACCELERATOR_KEY, getKeyStroke(KeyEvent.VK_RIGHT, KeyEvent.ALT_DOWN_MASK, SystemInfo.IS_MAC));
|
||||
|
||||
Action quarkAction = new AbstractAction("Quark Engine", ICON_QUARK) {
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user