define_key_binding
define_key_binding -commands_cmdText-keys_key
Description
Defines bindkeys to give you quick access to the functions you use most often. The GUI equivalent for this command is Fie – Read Application Files – Bind Keys…
Arguments
Examples
The following command provides a quick way to display the design statistics by creating a bindkey. After you invoke this command, each time you press the S key, the design statistics are output to the Transcript area.
define_key_binding -command report_design_stats -key s
The following command sets a bindkey to display the statistics for the net in the selected set. After this command is invoked, each time the CTRL key is pressed with the Skey, the statistics are output to the Transcript area.
define_key_binding -command "report_net_stats -set [get_selection_set]" -key "CTRL+s"
Related Topics
Return to top