Fixed Shortcuts
This commit is contained in:
@@ -8,14 +8,14 @@ const _useDashboard = () => {
|
|||||||
|
|
||||||
defineShortcuts({
|
defineShortcuts({
|
||||||
'g-h': () => router.push('/'),
|
'g-h': () => router.push('/'),
|
||||||
'g-a': () => router.push('/tasks'),
|
'g-a': () => router.push('/standardEntity/tasks'),
|
||||||
'g-d': () => router.push('/documents'),
|
'g-d': () => router.push('/files'),
|
||||||
'g-k': () => router.push('/customers'),
|
'g-k': () => router.push('/standardEntity/customers'),
|
||||||
'g-l': () => router.push('/vendors'),
|
'g-l': () => router.push('/standardEntity/vendors'),
|
||||||
'g-s': () => router.push('/settings'),
|
'g-s': () => router.push('/settings'),
|
||||||
'g-p': () => router.push('/projects'),
|
'g-p': () => router.push('/standardEntity/projects'),
|
||||||
'g-v': () => router.push('/contracts'),
|
'g-v': () => router.push('/standardEntity/contracts'),
|
||||||
'g-o': () => router.push('/plants'),
|
'g-o': () => router.push('/standardEntity/plants'),
|
||||||
'?': () => isHelpSlideoverOpen.value = !isHelpSlideoverOpen.value,
|
'?': () => isHelpSlideoverOpen.value = !isHelpSlideoverOpen.value,
|
||||||
n: () => isNotificationsSlideoverOpen.value = !isNotificationsSlideoverOpen.value
|
n: () => isNotificationsSlideoverOpen.value = !isNotificationsSlideoverOpen.value
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user