1 / 6
文档名称:

给新手参考的 Cadence Allegro快捷键 设置.docx

格式:docx   大小:16KB   页数:6
下载后只包含 1 个 DOCX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

给新手参考的 Cadence Allegro快捷键 设置.docx

上传人:xunlai783 2017/12/22 文件大小:16 KB

下载得到文件列表

给新手参考的 Cadence Allegro快捷键 设置.docx

文档介绍

文档介绍:给新手参考的 Cadence Allegro快捷键
原文链接:ead-30935-1-
发上我的快捷键给新手参考,我也是在LULU给我的ENV文件中改的。个人感觉很好用,布线布局很少点命令图标了,布线常用键差不多都在一个地方便操作。其有一部分要做script功能的,有需要的我可以把我的script文件给他,这些都是个人习惯。
# May use function keys F2-F12, most Alpha-numberic keys with control
# modifier (although Control - C, V and X are reserved for copy, paste and cut)
# and Navigation Keys (Home, Up arrow, Esc, etc.) These items may be modifed
# by the following:
#     Modifier   Indicator  Example
#       Shift     S    SF2
# Control      C (function keys)  CF2
# Control     ~ (alpha-numeric)  ~N
# Meta     A    AF2
# Modifiers may bined. Some examples:
# CSF2    Control-Shift F2
# ASF2    Meta-Shift F2
# CAF2    Control-Meta F2
#       CASF2    Control-Meta-Shift F2
# ~SZ    Control-Shift Z
# SUp    Shift-Up Arrow
# CUp    Control-Up Arrow
#
# funckey
#  use the funckey when you wish to have alphanumeric keys operate
#  like the Function keys when the cursor is in the Allegro canvas.
#
#  Example -- following starts the mand without a Enter key
#     funckey m move
#--------------------------------------------------------------------
# Bind incremental pick by grid unit functions to ctrl and shift--arrow keys
alias Up        "ipick 0; ipick_to_gridunit 0 +1"
alias Down      "ipick 0; ipick_to_gridunit 0 -1"
alias Left      "ipick 0; ipick_to_gridunit -1"
alias Right     "ipick 0; ipick_to_