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
9806bcc6
Commit
9806bcc6
authored
May 25, 2021
by
Prakhar Agarwal
🎯
Browse files
fixed is_mac bug
parent
fdfc9abb
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pd_shortcuts.js
View file @
9806bcc6
"
use strict
"
;
var
cmd_or_ctrl
=
is_mac
?
"
Cmd
"
:
"
Ctrl
"
;
var
cmd_or_ctrl
=
process
.
platform
===
"
darwin
"
?
"
Cmd
"
:
"
Ctrl
"
;
exports
.
menu
=
{
"
new
"
:
{
key
:
"
N
"
,
modifiers
:
cmd_or_ctrl
},
...
...
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