HotKeysGet retrieves the results of the ongoing or last hotkeys collection session. This command is only available on standalone clients.
(ctx context.Context)
| 116 | // HotKeysGet retrieves the results of the ongoing or last hotkeys collection session. |
| 117 | // This command is only available on standalone clients. |
| 118 | func (c *Client) HotKeysGet(ctx context.Context) *HotKeysCmd { |
| 119 | cmd := NewHotKeysCmd(ctx, "hotkeys", "get") |
| 120 | _ = c.Process(ctx, cmd) |
| 121 | return cmd |
| 122 | } |
no test coverage detected