a_symkey.gml

来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 30 行

GML
30
字号
.*
.* (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
.* ----		--		------
.* 14-aug-92	Craig Eisler	initial draft
.*
:CHAPTER id='symkey'.Symbolic Keystrokes
:CMT :SECTION.Introduction
When mapping keys using the
:KEYWORD.map
command, and unmapping keys using the
:KEYWORD.unmap
command, it is useful to be able to specify the key that you are
mapping symbolically, especially if it is a function key, a cursor key
or other special key.  There are a number of pre-defined keys
symbols that are recognized when specifying which key is being mapped/unmapped.
.np
The next section describes the symbol used to represent the key, and
what the key actually is.  These symbols are also used throughout
this guide to represent a special key.
:SECTION.Symbols and Meaning
:INCLUDE file='symkey'.

⌨️ 快捷键说明

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