mmdiver
Mechanical
- Jun 20, 2012
- 5
I would like to make a mapkey that sets up a drawing to print to PDF all in one button. Is it possible to include keystrokes in the print menu? I want to be able to change to PDF, and then adjust the setting to Black and White. When I try to record the mapkey to do this, it stops once it enters the print menu. Here's where I get to:
mapkey $F2 @MAPKEY_LABELPRINT PDF (SIZE B);mapkey(continued) ~ Command `ProCmdEnvMdlDisp` `No hidden`;~ Command `ProCmdViewRefit` ;mapkey(continued) ~ Command `ProCmdModelPrint` ;~ Select `print` `CascadeButton1`;mapkey(continued) ~ Close `print` `CascadeButton1`;mapkey(continued) ~ Activate `print` `MS Printer Manager Size B`;mapkey(continued) ~ Close `print` `CascadeButton1`;~ Select `print` `SheetsRadio`1 `All`;mapkey(continued) ~ Activate `print` `OK`;~ Activate `main_dlg_cur` `main_dlg_cur`;
I want to print PDF; not save as PDF.
mapkey $F2 @MAPKEY_LABELPRINT PDF (SIZE B);mapkey(continued) ~ Command `ProCmdEnvMdlDisp` `No hidden`;~ Command `ProCmdViewRefit` ;mapkey(continued) ~ Command `ProCmdModelPrint` ;~ Select `print` `CascadeButton1`;mapkey(continued) ~ Close `print` `CascadeButton1`;mapkey(continued) ~ Activate `print` `MS Printer Manager Size B`;mapkey(continued) ~ Close `print` `CascadeButton1`;~ Select `print` `SheetsRadio`1 `All`;mapkey(continued) ~ Activate `print` `OK`;~ Activate `main_dlg_cur` `main_dlg_cur`;
I want to print PDF; not save as PDF.