@caido/sdk-frontend 0.41.1-beta.5 → 0.42.1-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/types/shortcuts.d.ts +1 -1
package/package.json
CHANGED
package/src/types/shortcuts.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ export type ShortcutsSDK = {
|
|
|
7
7
|
/**
|
|
8
8
|
* Register a shortcut.
|
|
9
9
|
* @param commandId The id of the command to run when the shortcut is triggered.
|
|
10
|
-
* @param keys The keys of the shortcut.
|
|
10
|
+
* @param keys The keys of the shortcut. Check out {@link https://github.com/jaywcjlove/hotkeys-js?tab=readme-ov-file#supported-keys hotkeys-js} for the list of supported keys.
|
|
11
11
|
*/
|
|
12
12
|
register: (commandId: CommandID, keys: string[]) => void;
|
|
13
13
|
};
|