Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
nerrons
purr-data
Commits
f8851ce0
Commit
f8851ce0
authored
Apr 29, 2016
by
Jonathan Wilkes
Browse files
fix
jwilkes/purr-data#29
use standard OSX keybinding for prefs
parent
c220baf7
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pd_menus.js
View file @
f8851ce0
...
...
@@ -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
"
)
}));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment