Skip to content
Snippets Groups Projects
Commit f8851ce0 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

fix #29

use standard OSX keybinding for prefs
parent c220baf7
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,7 @@ function create_menu(gui, type) {
}
editMenu.append(m.edit.preferences = new gui.MenuItem({
label: l("menu.preferences"),
key: "p",
key: osx ? "," : "p",
modifiers: cmd_or_ctrl,
tooltip: l("menu.preferences_tt")
}));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment