feat: add money in & out to keyboardshortcuts.

This commit is contained in:
elforjani13
2021-10-24 14:35:39 +02:00
parent c5783896ad
commit 68f8140007
3 changed files with 16 additions and 5 deletions

View File

@@ -42,6 +42,14 @@ export default [
shortcut_key: 'Shift + W',
description: intl.get('jump_to_the_items'),
},
{
shortcut_key: 'Shift + D',
description: intl.get('jump_to_the_add_money_in'),
},
{
shortcut_key: 'Shift + Q',
description: intl.get('jump_to_the_add_money_out'),
},
{
shortcut_key: 'Shift + 1',
description: intl.get('jump_to_the_balance_sheet'),