Skip to content

Commit

Permalink
upd: updated shortcut helper descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
AbleKSaju committed Dec 5, 2024
1 parent 94fe2d7 commit 01f6809
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions src/components/ShortcutsHelper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,11 @@ export default defineComponent({
shortcuts: [
{
shortcut: [ShortcutKey.shift, 'V'],
description: t`Toggle between grid and list view`,
description: t`Toggle between Grid and List view`,
},
{
shortcut: [ShortcutKey.shift, 'S'],
description: t`Navigate to Sales Invoice`,
description: t`Open Sales Invoice List`,
},
{
shortcut: [ShortcutKey.shift, 'L'],
Expand All @@ -218,22 +218,19 @@ export default defineComponent({
},
{
shortcut: [ShortcutKey.pmod, ShortcutKey.shift, 'H'],
description: t`Open Saved or Submitted Invoice list.`,
description: t`Open Saved or Submitted Invoice List.`,
},
{
shortcut: [ShortcutKey.pmod, ShortcutKey.shift, 'S'],
description: t`Save Invoice.`,
description: t`If any entry form is open, save the details. Otherwise, save the invoice.`,
},
{
shortcut: [ShortcutKey.pmod, ShortcutKey.shift, 'P'],
description: t`Set Payment.`,
description: t`Create Payment.`,
},
{
shortcut: [ShortcutKey.pmod, ShortcutKey.shift, ShortcutKey.delete],
description: [
t`If any modal is open, your entry will be canceled.`,
t`If no modals are open, the selected items will be removed.`,
].join(' '),
description: t`If any entry form is open, your entry will be canceled. Otherwise the selected items will be removed.`,
},
],
},
Expand Down

0 comments on commit 01f6809

Please sign in to comment.