未验证 提交 46eeb0bc 编写于 作者: S Surendrajat 提交者: GitHub

fix(gui): forward navigation shortcut on macOS (#1297)(PR #1301)

* fix: forward navigation shortcut on macOS
* apply suggestion
上级 6e8baef9
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册