Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

hiPrintBindKeyUsage

hiPrintBindKeyUsage(
[?appNames l_appNames]
[?getData t_val]
) 
=> t / list

Description

Returns bindkey usage data for the specified applications.

Arguments

?appNames l_appNames

Specifies the applications for which statistics are to be printed. The default value is nil, which means information for all applications is printed.

?getData t_val

Specifies whether to return the statistics data. When set to t, a list structure that contains the requested data is returned. The default value is nil, which means no statistic data is returned.

Value Returned

t

No statistic data is returned.

list

A list structure is returned. The list structure contains all the specified applications with their respective statistic data.

Examples

Prints data for all applications:

>hiPrintBindKeyUsage()

Prints data for Layout applications and returns the data:

>hiPrintBindKeyUsage(?appNames list("Layout") ?getData t)

Related Topics

Bindkey Functions


Return to top
 ⠀
X