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

@@ -46,11 +46,13 @@
<MenubarItem class="flex justify-between" @click="store.cycleScreenOrientation">
<p>Orientation:&nbsp;</p>
<p>{{ store.screenOrientation }}°</p>
<MenubarShortcut>R</MenubarShortcut>
</MenubarItem>
<MenubarSeparator />
<MenubarItem class="flex justify-between" @click="store.switchPreviewDeviceModel">
<p>Skin:&nbsp;</p>
<p>{{ previewDeviceNames[store.previewDeviceModel || 'nanoOne'] }}</p>
<MenubarShortcut>S</MenubarShortcut>
</MenubarItem>
<MenubarSeparator />
<MenubarItem>{{ $t('navbar.device.export') }}