|
发表于 2011-12-19 13:21:14
|
显示全部楼层
快捷键设置在/Laker/etc/leoDsgWnd.menu里,右键设置如下,可以自行修改Menu RightClickCommandMenu
{
"Move" f.exec "LEODSGMove"
"Copy" f.exec "LEODSGCopy"
"Delete" f.exec "LEODSGDelete"
"Attribute..." f.exec "LEODSGAttribute"
"Window Check DRC" f.exec "LEODSGOnlineCheckDRC"
"Clear LiveDRC Error Marker" f.exec "LEODSGClearRuleDrvMark"
}
# If you bind the "up" or "down" button to a command, it will be invoked
# either on the "up" or "down" button, and also on the "click" event.
# But, if you bind the "click" event to a command, it will be invoked
# only on the "click" event and won't be invoked on the "up" or "down" event.
Buttons turboButtonBinding
{
#<Btn1Down>
#<Btn1Click2>
#<Btn1Up>
} |
|