mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-17 20:11:12 +02:00
add keyboard sh0rtcuts command
This commit is contained in:
@@ -3,6 +3,7 @@ export const NEW_CREATION_EVENT = 'newCreationEvent';
|
||||
export const OPEN_SAVED_CREATIONS_EVENT = 'openSavedCreationsEvent';
|
||||
export const SAVE_EVENT = 'saveEvent';
|
||||
export const OPEN_SETTINGS_EVENT = 'openSettingsEvent';
|
||||
export const SHOW_KEYBOARD_SHORTCUTS_EVENT = 'showKeyboardShortcutsEvent';
|
||||
|
||||
export const commands = [
|
||||
{
|
||||
@@ -24,5 +25,10 @@ export const commands = [
|
||||
name: 'Open Settings',
|
||||
event: OPEN_SETTINGS_EVENT,
|
||||
keyboardShortcut: ''
|
||||
},
|
||||
{
|
||||
name: 'Show Keyboard Shortcuts',
|
||||
event: SHOW_KEYBOARD_SHORTCUTS_EVENT,
|
||||
keyboardShortcut: ''
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user