basicmv.gml
来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 46 行
GML
46 行
.*
.* (c) Copyright 1992 by WATCOM International Corp.
.*
.* All rights reserved. No part of this publication may be reproduced or
.* used in any form or by any means - graphic, electronic, or mechanical,
.* including photocopying, recording, taping or information storage and
.* retrieval systems - without written permission of WATCOM Publications
.* Limited.
.*
.* Date By Reason
.* ---- -- ------
.* 10-aug-92 Craig Eisler initial draft
.*
:DEFLIST.
:DEFITEM.UP (up arrow key)
Cursor up through the text.
:DEFITEM.DOWN (down arrow key)
Cursor down through the text.
:DEFITEM.LEFT (left arrow key)
Cursor left through the text.
:DEFITEM.RIGHT (right arrow key)
Cursor right through the text.
:DEFITEM.HOME
Move to the start of the current line.
:DEFITEM.END
Move to the end of the current line.
:DEFITEM.PAGEUP
Move up one page in the text.
:DEFITEM.PAGEDOWN
Move down one page in the text.
:DEFITEM.CTRL_PAGEUP (Ctrl key + Page Up key)
Move to the first character on the first line in the file.
:DEFITEM.CTRL_PAGEDOWN (Ctrl key + Page Down key)
Move to the last character on the last line in the file.
:eDEFLIST.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?