mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat: add money in & out to keyboardshortcuts.
This commit is contained in:
@@ -37,8 +37,8 @@ function GlobalHotkeys({
|
||||
[history],
|
||||
);
|
||||
useHotkeys('ctrl+/', (event, handle) => handleSidebarToggleBtn());
|
||||
useHotkeys('shift+q', (event, handle) => openDialog('money-in', {}));
|
||||
useHotkeys('shift+d', (event, handle) => openDialog('money-out', {}));
|
||||
useHotkeys('shift+d', (event, handle) => openDialog('money-in', {}));
|
||||
useHotkeys('shift+q', (event, handle) => openDialog('money-out', {}));
|
||||
return <div></div>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user