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
nerrons
purr-data
Commits
219fa79e
Commit
219fa79e
authored
Nov 01, 2012
by
Ivica Ico Bukvic
Browse files
additional fixes for k12 mode and minor clean-up
parent
aab8fe1b
Changes
1
Show whitespace changes
Inline
Side-by-side
src/pd.tk
View file @
219fa79e
...
...
@@ -386,6 +386,10 @@ proc pdtk_enable_k12_mode {extra_dir} {
image
create
photo
i
.
edit
-
file
$
extra_dir
/
K12
/
icons
/
edit
.
png
image
create
photo
i
.
perform
-
file
$
extra_dir
/
K12
/
icons
/
perform
.
png
pack
forget
.
controls
.
switches
.
audiobutton
#
pack
forget
.
controls
.
inout
.
mbar
.
audio
delete
0
2
}
#
calculate
offset
on
a
movable
canvas
...
...
@@ -674,7 +678,7 @@ match_linux_wm [list checkbutton .controls.switches.audiobutton -text {compute a
-
variable
ctrls_audio_on
\
-
command
{
pd
[
concat
pd
dsp
$
ctrls_audio_on
\;]}]
match_linux_wm
[
list
checkbutton
.
controls
.
switches
.
meterbutton
-
text
{
peak
meters
}
\
match_linux_wm
[
list
checkbutton
.
controls
.
switches
.
meterbutton
-
text
{
peak
meters
}
\
-
variable
ctrls_meter_on
\
-
command
{
pd
[
concat
pd
meters
$
ctrls_meter_on
\;]}]
...
...
@@ -1466,8 +1470,8 @@ if {$pd_nt != 2} {
.mbar.edit add command -label Duplicate -accelerator [accel_munge "Ctrl+d"] \
-state disabled
# this should apply to .printout.frame.text
.mbar.edit add command -label {Select all} -accelerator [accel_munge "Ctrl+a"]\
-command {
pdtk_post selall;
.printout.frame.text tag add sel 1.0 end}
.mbar.edit add command -label {Select all
in console
} -accelerator [accel_munge "Ctrl+a"]\
-command {.printout.frame.text tag add sel 1.0 end}
.mbar.edit add command -label {Reselect} \
-accelerator "Ctrl+Enter" -state disabled
.mbar.edit add separator
...
...
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