ADD: More shortcuts

This commit is contained in:
Robert Kossessa
2024-02-09 16:43:57 +01:00
parent f3e69f5591
commit f2f263040a
3 changed files with 12 additions and 2 deletions

View File

@@ -28,6 +28,8 @@ const appMenu = {
submenu: {
connect: { label: 'Connect', shortcut: 'CmdOrCtrl+D' },
nextDevice: { label: 'Next Device', shortcut: 'CmdOrCtrl+N' },
orientation: { label: 'Orientation', shortcut: 'CmdOrCtrl+R' },
skin: { label: 'Skin', shortcut: 'CmdOrCtrl+S' },
export: { label: 'Export Settings', shortcut: 'CmdOrCtrl+E' },
import: { label: 'Import Settings', shortcut: 'CmdOrCtrl+I' },
quit: { label: 'Quit', shortcut: 'CmdOrCtrl+Q', action: () => app.quit() },