diff --git a/pd/src/pd.tk b/pd/src/pd.tk
index 6e56cc0ff5c7d438212c61614de6b9fa29b4b9ed..b531e935b50dcba325d50c2cfd265d13276c6d27 100644
--- a/pd/src/pd.tk
+++ b/pd/src/pd.tk
@@ -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}