Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gabriela Bittencourt
purr-data
Commits
00794d7f
Commit
00794d7f
authored
Sep 18, 2020
by
Ivica Bukvic
Committed by
Albert Gräf
Sep 22, 2020
Browse files
Typo fix
parent
c9636414
Changes
1
Show whitespace changes
Inline
Side-by-side
pd/src/g_editor.c
View file @
00794d7f
...
@@ -5472,7 +5472,7 @@ void canvas_key(t_canvas *x, t_symbol *s, int ac, t_atom *av)
...
@@ -5472,7 +5472,7 @@ void canvas_key(t_canvas *x, t_symbol *s, int ac, t_atom *av)
else if (keynum == 29)
else if (keynum == 29)
keynum = 0, gotkeysym = gensym("
Right
");
keynum = 0, gotkeysym = gensym("
Right
");
#endif
#endif
// set the shared variable for broadcasting of keypresses to key et al. objects
s
// set the shared variable for broadcasting of keypresses to key et al. objects
t_atom at[2];
t_atom at[2];
// now broadcast key press to key et al. objects
// now broadcast key press to key et al. objects
...
...
Write
Preview
Supports
Markdown
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