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
Jonathan Wilkes
purr-data
Commits
1e5b9cf4
Commit
1e5b9cf4
authored
Mar 22, 2021
by
Prakhar Agarwal
🎯
Browse files
changed "null" to null
parent
2903939d
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pd_shortcuts.js
View file @
1e5b9cf4
...
...
@@ -39,7 +39,7 @@ exports.menu = {
"
zoomhoriz
"
:
{
key
:
"
9
"
,
modifiers
:
cmd_or_ctrl
+
"
+Alt
"
},
"
zoomvert
"
:
{
key
:
"
9
"
,
modifiers
:
cmd_or_ctrl
+
"
+Shift
"
},
"
fullscreen
"
:
{
key
:
(
process
.
platform
===
"
darwin
"
)
?
"
F
"
:
"
F11
"
,
modifiers
:
(
process
.
platform
===
"
darwin
"
)
?
"
Cmd+Ctrl
"
:
"
null
"
},
modifiers
:
(
process
.
platform
===
"
darwin
"
)
?
"
Cmd+Ctrl
"
:
null
},
"
object
"
:
{
key
:
"
1
"
,
modifiers
:
cmd_or_ctrl
},
"
msgbox
"
:
{
key
:
"
2
"
,
modifiers
:
cmd_or_ctrl
},
...
...
@@ -105,7 +105,7 @@ exports.menu = {
"
zoomhoriz_web
"
:
{
key
:
"
9
"
,
modifiers
:
cmd_or_ctrl
+
"
+Alt
"
},
"
zoomvert_web
"
:
{
key
:
"
9
"
,
modifiers
:
cmd_or_ctrl
+
"
+Shift
"
},
"
fullscreen_web
"
:
{
key
:
(
process
.
platform
===
"
darwin
"
)
?
"
F
"
:
"
F11
"
,
modifiers
:
(
process
.
platform
===
"
darwin
"
)
?
"
Cmd+Ctrl
"
:
"
null
"
},
modifiers
:
(
process
.
platform
===
"
darwin
"
)
?
"
Cmd+Ctrl
"
:
null
},
"
object_web
"
:
{
key
:
"
1
"
,
modifiers
:
cmd_or_ctrl
+
"
+Alt
"
},
"
msgbox_web
"
:
{
key
:
"
2
"
,
modifiers
:
cmd_or_ctrl
+
"
+Alt
"
},
...
...
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