This commit is contained in:
Drew Weymouth
2024-02-03 11:58:31 -08:00
parent e20bdcad37
commit 785e651dd6
+1 -1
View File
@@ -13,7 +13,7 @@ const (
)
var (
QuitShortcut = &desktop.CustomShortcut{Modifier: KeyModifierControl, KeyName: fyne.KeyQ}
QuitShortcut = &desktop.CustomShortcut{Modifier: fyne.KeyModifierControl, KeyName: fyne.KeyQ}
BackShortcuts = []desktop.CustomShortcut{
{Modifier: fyne.KeyModifierAlt, KeyName: fyne.KeyLeft},
}