MCPcopy
hub / github.com/gitify-app/gitify / IKeyboardShortcut

Interface IKeyboardShortcut

src/shared/events.ts:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39/** Payload for the `UPDATE_KEYBOARD_SHORTCUT` event. */
40export interface IKeyboardShortcut {
41 enabled: boolean;
42 keyboardShortcut: string;
43}
44
45/** Result of applying the global open/close Gitify shortcut in the main process. */
46export interface IKeyboardShortcutResult {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected