[fix] Update tests to use event.code format for keyboard shortcuts

This commit is contained in:
snomiao
2025-09-30 01:40:57 +00:00
parent 0f44b5ea58
commit e5adc840fe
4 changed files with 5 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ test.describe('Topbar commands', () => {
],
keybindings: [
{
combo: { key: 'k' },
combo: { key: 'KeyK' },
commandId: 'TestCommand'
}
]