Cadence SPB 16.6 鼠标滚轮操作设置
发布时间
阅读量:
阅读量
习惯于使用Altium Designe的用户发现使用Cadence的鼠标操作不太顺手。现在向大家介绍如何通过修改Cadence的相关配置文件来实现与Altium Designe相似的鼠标操作体验。在 Cadence 16.6 版本的 env 文件中添加以下语句即可完成设置:
# add and modifty wheel function
button wheel_up "roam y -$roamInc"
button wheel_down "roam y $roamInc"
button Swheel_up "roam x -$roamInc"
button Swheel_down "roam x $roamInc"
button Cwheel_up zoom in 1
button Cwheel_down zoom out 1
如下图:

添加该部分代码实现的功能:
滚轮 --上下移动
shift+滚轮 --左右移动
ctrl
全部评论 (0)
还没有任何评论哟~
