lps_setinputtray

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· 代码 · 共 22 行

TXT
22
字号
% LPS$$SETINPUTTRAY device control library module.% Version V1.0%% Copyright ) 1986 by DEC, Maynard, Mass.  All rights reserved.% Remember, you are still in lps$lpsdict!%% This module expects the input tray to be on the stack.    dup /lps$input-tray exch def % Store paper tray used.% Table for Input_tray%    /input-tray-dict 3 dict def    input-tray-dict begin      /top	{1 setpapertray} bind def      /middle	{2 setpapertray} bind def      /bottom	{3 setpapertray} bind def      end    input-tray-dict exch get exec % Now set the paper tray used.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?