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
9e808077
Commit
9e808077
authored
Feb 14, 2016
by
Jonathan Wilkes
Browse files
change cord inspector shortcut so it doesn't conflict with window menu shortcut
parent
f8c1de44
Changes
1
Show whitespace changes
Inline
Side-by-side
pd/nw/pd_menus.js
View file @
9e808077
...
...
@@ -189,7 +189,7 @@ function create_menu(gui, type) {
type
:
"
checkbox
"
,
label
:
l
(
"
menu.cordinspector
"
),
key
:
"
r
"
,
modifiers
:
cmd_or_ctrl
,
modifiers
:
cmd_or_ctrl
+
"
+shift
"
,
tooltip
:
l
(
"
menu.cordinspector_tt
"
)
}));
editMenu
.
append
(
new
gui
.
MenuItem
({
type
:
"
separator
"
}));
...
...
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