Skip to content

Commit

Permalink
Add hidden property
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeniy committed Feb 29, 2024
1 parent fd96bb5 commit 0193b9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/useHotkeys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export interface HotkeyShortcut {
action?: 'keypress' | 'keydown' | 'keyup';
description?: string;
category?: string;
hidden?: boolean;
}

let isGlobalListenersBinded = false;
Expand Down

0 comments on commit 0193b9e

Please sign in to comment.