write_bindkeys
write_bindkeys
[ -file s_fileName ]
Description
Writes the current bindkey definitions to the given file.
The GUI equivalent for this command is File—Write Application Files—Bind Keys.
Arguments
|
Specifies the name of the file to write the bindkey definitions to. If you do not specify this argument, the Write Bindkeys dialog appears, allowing you to interactively specify the bindkeys file. |
Value Returned
Examples
This command writes the bindkey definitions to my_bindkeys.xml.
write_bindkeys -file my_bindkeys.xml
Related Topics
Return to top