fix: The shortcut for displaying the keyboard shortcut help dialog has been changed to Ctrl + /
This commit is contained in:
@@ -48,6 +48,7 @@ const KeyboardShortcutsModal = ({ keyboardService }: { keyboardService: Keyboard
|
||||
useEffect(() => {
|
||||
return keyboardService.addCommandHandler({
|
||||
command: TOGGLE_KEYBOARD_SHORTCUTS_MODAL,
|
||||
category: 'General',
|
||||
description: 'Toggle keyboard shortcuts help',
|
||||
onKeyDown: () => {
|
||||
setItems(createGroupedItems(keyboardService.getRegisteredKeyboardShorcutHelpItems()))
|
||||
|
||||
Reference in New Issue
Block a user