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
Rishabh Gupta
purr-data
Commits
0b5ccef3
Commit
0b5ccef3
authored
Apr 06, 2013
by
Ivica Bukvic
Browse files
fixed bug where select all did not work with Console window focused
parent
8aac4a7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/src/pd.tk
View file @
0b5ccef3
...
...
@@ -847,6 +847,7 @@ bind . <$ctrl_key-Key-a> {.printout.frame.text tag add sel 1.0 end}
#
.
mbar
.
edit
entryconfigure
"Paste"
-
state
normal
}
bind
.
<$
ctrl_key
-
Key
-
c
>
{
tk_textCopy
.
printout
.
frame
.
text
}
bind
.
printout
<$
ctrl_key
-
Key
-
c
>
{
tk_textCopy
.
printout
.
frame
.
text
}
bind
.
printout
<$
ctrl_key
-
Key
-
a
>
{.
printout
.
frame
.
text
tag
add
sel
1.0
end
}
#
.
mbar
.
edit
entryconfigure
"Paste"
-
state
normal
}
#
bind
.
<$
ctrl_key
-
Key
-
v
>
{
tk_textPaste
.
printout
.
frame
.
text
}
bind
.
<$
ctrl_key
-
Key
-
w
>
{
menu_quit
}
...
...
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