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
Wynn
purr-data
Commits
bd0254c5
Commit
bd0254c5
authored
Jul 29, 2014
by
Ivica Bukvic
Browse files
*further refined workaround for the open panels and stuck ctrl key
parent
cec0f122
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/pd.tk
View file @
bd0254c5
...
...
@@ -1233,8 +1233,10 @@ proc menu_new {} {
proc
reset_ctrl_on_popup_window
{}
{
global
menu_windowlist
set
first_patch_window_name
[
lindex
$
menu_windowlist
0
1
]
pdtk_canvas_sendkey
$
first_patch_window_name
.
c
0
Control_L
null
0
1
-
1
pdtk_canvas_sendkey
$
first_patch_window_name
.
c
0
Control_R
null
0
1
-
1
if
{
$
first_patch_window_name
!= "" } {
pdtk_canvas_sendkey
$
first_patch_window_name
.
c
0
Control_L
null
0
1
-
1
pdtk_canvas_sendkey
$
first_patch_window_name
.
c
0
Control_R
null
0
1
-
1
}
}
##################
the
"Open"
menu
command
#########################
...
...
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