Styling & Hotkeys Update

This commit is contained in:
blessedcoolant
2022-10-31 04:17:24 +13:00
committed by psychedelicious
parent 5efd2ed7a8
commit 6a6fbe24a3
11 changed files with 58 additions and 28 deletions

View File

@@ -39,6 +39,16 @@ export default function HotkeysModal({ children }: HotkeysModalProps) {
desc: 'Focus the prompt input area',
hotkey: 'Alt+A',
},
{
title: 'Toggle Options',
desc: 'Open and close the options panel',
hotkey: 'O',
},
{
title: 'Pin Options',
desc: 'Pin the options panel',
hotkey: 'Shift+O',
},
{
title: 'Toggle Gallery',
desc: 'Open and close the gallery drawer',
@@ -101,7 +111,7 @@ export default function HotkeysModal({ children }: HotkeysModalProps) {
{
title: 'Toggle Gallery Pin',
desc: 'Pins and unpins the gallery to the UI',
hotkey: 'Shift+P',
hotkey: 'Shift+G',
},
{
title: 'Increase Gallery Image Size',