Skip to content

Commit

Permalink
Update shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2776 committed Sep 10, 2020
1 parent f5f4fb5 commit d79cb26
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 135 deletions.
2 changes: 1 addition & 1 deletion PicView/PicView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@
</ItemGroup>
<PropertyGroup>
<FileVersion>1.0.0.0</FileVersion>
<SignAssembly>false</SignAssembly>
<SignAssembly>true</SignAssembly>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<Copyright>© Ruben Hyldgaard Negendahl</Copyright>
<PackageProjectUrl>https://github.com/Ruben2776/PicView</PackageProjectUrl>
Expand Down
3 changes: 1 addition & 2 deletions PicView/Translations/da.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
<system:String x:Key="DragImage">Træk billede</system:String>
<system:String x:Key="AdditionalFunctions">Diverse funktioner</system:String>
<system:String x:Key="Reload">Genindlæs</system:String>
<system:String x:Key="ExtraMouseKeyFunctions">Ekstra funktioner med museknapperne</system:String>
<system:String x:Key="AttributionAndCredits">Anerkendelser</system:String>
<system:String x:Key="Credits">Anerkendelser</system:String>
<system:String x:Key="IconsUsed">Brugte ikoner:</system:String>
<system:String x:Key="GithubRepo">Github side</system:String>
<system:String x:Key="ViewLicenseFile">Se licensfilen</system:String>
Expand Down
3 changes: 1 addition & 2 deletions PicView/Translations/de.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
<system:String x:Key="DragImage">Bild ziehen</system:String>
<system:String x:Key="AdditionalFunctions">Zusätzliche Funktionen</system:String>
<system:String x:Key="Reload">Neu laden</system:String>
<system:String x:Key="ExtraMouseKeyFunctions">Extra Maustasten Funktionen</system:String>
<system:String x:Key="AttributionAndCredits">Impressum</system:String>
<system:String x:Key="Credits">Impressum</system:String>
<system:String x:Key="IconsUsed">Benutzte Icons:</system:String>
<system:String x:Key="GithubRepo">Github repository</system:String>
<system:String x:Key="ViewLicenseFile">Lizens-Datei anschauen</system:String>
Expand Down
3 changes: 1 addition & 2 deletions PicView/Translations/en.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
<system:String x:Key="DragImage">Drag image</system:String>
<system:String x:Key="AdditionalFunctions">Additional functions</system:String>
<system:String x:Key="Reload">Reload</system:String>
<system:String x:Key="ExtraMouseKeyFunctions">Extra mouse key functions</system:String>
<system:String x:Key="AttributionAndCredits">Credits</system:String>
<system:String x:Key="Credits">Credits</system:String>
<system:String x:Key="IconsUsed">Icons used:</system:String>
<system:String x:Key="GithubRepo">Github repository</system:String>
<system:String x:Key="ViewLicenseFile">View license file</system:String>
Expand Down
128 changes: 0 additions & 128 deletions PicView/Views/Windows/InfoWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -1997,134 +1997,6 @@
BorderThickness="0,0,1,1" />
</Grid>

<Label
Width="480"
Margin="-4,0,0,10"
d:Content="Extra mouse key funtions"
Content="{StaticResource ResourceKey=ExtraMouseKeyFunctions}" />

<Grid Width="480" Margin="0,0,0,20">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="1*" />
<ColumnDefinition Width="145" />
<ColumnDefinition Width="170" />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition />
</Grid.RowDefinitions>

<Border
Grid.Row="0"
Grid.Column="0"
Padding="0,3,0,3"
Background="{StaticResource BackgroundSubtleHighlightBrush}"
BorderBrush="{StaticResource BorderBrush}"
BorderThickness="1,1,1,0">
<TextBlock
Margin="10,3,0,3"
d:Text="Next image"
FontSize="14"
Text="{StaticResource ResourceKey=NextImage}" />
</Border>

<Border
Grid.Row="0"
Grid.Column="1"
Padding="0,3,0,3"
Background="{StaticResource BackgroundSubtleHighlightBrush}"
BorderBrush="{StaticResource BorderBrush}"
BorderThickness="0,1,1,0">
<StackPanel
HorizontalAlignment="Center"
VerticalAlignment="Center"
Orientation="Horizontal">
<TextBlock
d:Text="Shift"
FontSize="14"
Text="{StaticResource ResourceKey=Shift}" />
<TextBlock
FontSize="14"
Foreground="{StaticResource MainColorFadedBrush}"
Text=" + " />
<TextBlock
d:Text="Mouse wheel"
FontSize="14"
Text="{StaticResource ResourceKey=MouseWheel}" />
</StackPanel>
</Border>

<Border
Grid.Row="0"
Grid.Column="2"
Padding="0,3,0,3"
Background="{StaticResource BackgroundSubtleHighlightBrush}"
BorderBrush="{StaticResource BorderBrush}"
BorderThickness="0,1,1,0">
<TextBlock
HorizontalAlignment="Center"
VerticalAlignment="Center"
d:Text="Mouse key forward"
FontSize="14"
Text="{StaticResource ResourceKey=MouseKeyForward}" />
</Border>

<Border
Grid.Row="1"
Grid.Column="0"
Padding="0,3,0,3"
Background="{StaticResource BackgroundColorBrush}"
BorderBrush="{StaticResource BorderBrush}"
BorderThickness="1,1,1,1">
<TextBlock
Margin="10,3,0,3"
d:Text="Previous image"
FontSize="14"
Text="{StaticResource ResourceKey=PrevImage}" />
</Border>

<Border
Grid.Row="1"
Grid.Column="1"
Padding="0,3,0,3"
Background="{StaticResource BackgroundColorBrush}"
BorderBrush="{StaticResource BorderBrush}"
BorderThickness="0,1,1,1">
<StackPanel
HorizontalAlignment="Center"
VerticalAlignment="Center"
Orientation="Horizontal">
<TextBlock
d:Text="Shift"
FontSize="14"
Text="{StaticResource ResourceKey=Shift}" />
<TextBlock
FontSize="14"
Foreground="{StaticResource MainColorFadedBrush}"
Text=" + " />
<TextBlock
d:Text="Mouse wheel"
FontSize="14"
Text="{StaticResource ResourceKey=MouseWheel}" />
</StackPanel>
</Border>

<Border
Grid.Row="1"
Grid.Column="2"
Padding="0,3,0,3"
Background="{StaticResource BackgroundColorBrush}"
BorderBrush="{StaticResource BorderBrush}"
BorderThickness="0,1,1,1">
<TextBlock
HorizontalAlignment="Center"
VerticalAlignment="Center"
d:Text="Mouse key back"
FontSize="14"
Text="{StaticResource ResourceKey=MouseKeyBack}" />
</Border>
</Grid>

<StackPanel Margin="0,28,0,7">

<Label
Expand Down

0 comments on commit d79cb26

Please sign in to comment.