hiShowBindKeysByWindow
hiShowBindKeysByWindow( [w_window1] [w_window2] ) =>t / nil
Description
Displays the bindkeys for a window in a Viewfile window.
You can save the window contents to a file by selecting Save or Save As from the File pulldown menu or using the hiSaveViewfile() or hiSaveAsViewfile() functions. After saving the file, you can load it into another Opus session using the load() or loadi() SKILL functions.
If there is any bindkey inheritance for this bindkey table, the application aliases are displayed at the top of the window.
If the application type for w_window2 is set to an alias application, then the bindkey text window will display bindkeys defined both for the root application that the alias application inherits from, as well as any bindkeys defined specifically for the alias application (which will override root application bindkeys).
Arguments
|
Window associated with the application for which you want to see the bindkeys. |
Values Returned
Related Topics
Return to top