fix: switching to view type now
This commit is contained in:

committed by
Gitea

parent
7c43b7385d
commit
060a573fe9
@ -75,7 +75,7 @@ export const KEYBOARD_SHORTCUTS : ShortcutGroup[] = [
|
||||
available: (route) => (route.name as string)?.startsWith('project.'),
|
||||
shortcuts: [
|
||||
{
|
||||
title: 'keyboardShortcuts.project.switchToProjectView',
|
||||
title: 'keyboardShortcuts.project.switchToListView',
|
||||
keys: ['g', 'l'],
|
||||
combination: 'then',
|
||||
},
|
||||
|
Reference in New Issue
Block a user