Skip to content
GitLab
Projects
Groups
Snippets
/
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
589aa51e
Commit
589aa51e
authored
Jul 24, 2021
by
Prakhar Agarwal
🎯
Browse files
fixed shortcut when creating objs
parent
c6831368
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pd_canvas.js
View file @
589aa51e
...
...
@@ -494,8 +494,9 @@ var canvas_events = (function() {
return
false
;
},
text_keydown
:
function
(
evt
)
{
console
.
log
(
"
keypressed
"
);
if
(
pdgui
.
is_webapp
())
{
// temporary fix
if
(
pdgui
.
cmd_or_ctrl_key
(
evt
)
&&
evt
.
altKey
)
{
if
(
pdgui
.
cmd_or_ctrl_key
(
evt
))
{
return
false
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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