From bea2a39feb18cf4ef427f319f0436bd3f80546f5 Mon Sep 17 00:00:00 2001 From: Luigi Grilli Date: Mon, 9 Dec 2024 08:35:49 +0000 Subject: [PATCH] =?UTF-8?q?feature:=20added=20`Ctrl+N/=E2=8C=98+N`=20=20sh?= =?UTF-8?q?ortcut=20(#795)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 726cf0d376a9af9167145560977ec6e1bf748277) --- src/Resources/Locales/en_US.axaml | 1 + src/Resources/Locales/it_IT.axaml | 1 + src/Views/Hotkeys.axaml | 9 ++++++--- src/Views/Launcher.axaml.cs | 16 ++++++++++++++++ 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/src/Resources/Locales/en_US.axaml b/src/Resources/Locales/en_US.axaml index 89309bef..a5767355 100644 --- a/src/Resources/Locales/en_US.axaml +++ b/src/Resources/Locales/en_US.axaml @@ -357,6 +357,7 @@ Keyboard Shortcuts Reference GLOBAL Cancel current popup + Clone new repository Close current page Go to previous page Go to next page diff --git a/src/Resources/Locales/it_IT.axaml b/src/Resources/Locales/it_IT.axaml index 2e3acf3e..fbf918b8 100644 --- a/src/Resources/Locales/it_IT.axaml +++ b/src/Resources/Locales/it_IT.axaml @@ -357,6 +357,7 @@ Riferimento Scorciatoie da Tastiera GLOBALE Annulla il popup corrente + Clona una nuova repository Chiudi la pagina corrente Vai alla pagina precedente Vai alla pagina successiva diff --git a/src/Views/Hotkeys.axaml b/src/Views/Hotkeys.axaml index 4fe77066..19f9dc78 100644 --- a/src/Views/Hotkeys.axaml +++ b/src/Views/Hotkeys.axaml @@ -45,7 +45,7 @@ FontSize="{Binding Source={x:Static vm:Preference.Instance}, Path=DefaultFontSize, Converter={x:Static c:DoubleConverters.Increase}}" Margin="0,0,0,8"/> - + @@ -61,8 +61,11 @@ - - + + + + +