mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Adjust Item Sort
This commit is contained in:
parent
dc724d4b48
commit
8260f75d9b
2 changed files with 38 additions and 73 deletions
|
|
@ -176,6 +176,8 @@
|
||||||
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
<system:String x:Key="flowlauncherHotkeyToolTip">Enter shortcut to show/hide Flow Launcher.</system:String>
|
||||||
<system:String x:Key="previewHotkey">Preview Hotkey</system:String>
|
<system:String x:Key="previewHotkey">Preview Hotkey</system:String>
|
||||||
<system:String x:Key="previewHotkeyToolTip">Enter shortcut to show/hide preview in search window.</system:String>
|
<system:String x:Key="previewHotkeyToolTip">Enter shortcut to show/hide preview in search window.</system:String>
|
||||||
|
<system:String x:Key="basicHotkey">Basic Hotkeys</system:String>
|
||||||
|
<system:String x:Key="basicHotkeyToolTip">List of shortcuts used by basic</system:String>
|
||||||
<system:String x:Key="openResultModifiers">Open Result Modifier Key</system:String>
|
<system:String x:Key="openResultModifiers">Open Result Modifier Key</system:String>
|
||||||
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
<system:String x:Key="openResultModifiersToolTip">Select a modifier key to open selected result via keyboard.</system:String>
|
||||||
<system:String x:Key="showOpenResultHotkey">Show Hotkey</system:String>
|
<system:String x:Key="showOpenResultHotkey">Show Hotkey</system:String>
|
||||||
|
|
|
||||||
|
|
@ -2636,24 +2636,6 @@
|
||||||
Text="{DynamicResource hotkeys}"
|
Text="{DynamicResource hotkeys}"
|
||||||
TextAlignment="left" />
|
TextAlignment="left" />
|
||||||
|
|
||||||
|
|
||||||
<cc:ExCard
|
|
||||||
Title="Fixed Hotkeys"
|
|
||||||
Icon=""
|
|
||||||
Sub="TSTSTS">
|
|
||||||
<StackPanel>
|
|
||||||
<cc:Card
|
|
||||||
Title="{DynamicResource flowlauncherHotkey}"
|
|
||||||
Icon=""
|
|
||||||
Sub="{DynamicResource flowlauncherHotkeyToolTip}"
|
|
||||||
Type="Inside" />
|
|
||||||
<cc:Card
|
|
||||||
Title="{DynamicResource flowlauncherHotkey}"
|
|
||||||
Icon=""
|
|
||||||
Sub="{DynamicResource flowlauncherHotkeyToolTip}"
|
|
||||||
Type="Inside" />
|
|
||||||
</StackPanel>
|
|
||||||
</cc:ExCard>
|
|
||||||
<StackPanel Grid.Row="1">
|
<StackPanel Grid.Row="1">
|
||||||
<cc:Card
|
<cc:Card
|
||||||
Title="{DynamicResource flowlauncherHotkey}"
|
Title="{DynamicResource flowlauncherHotkey}"
|
||||||
|
|
@ -2666,7 +2648,7 @@
|
||||||
<StackPanel Grid.Row="2">
|
<StackPanel Grid.Row="2">
|
||||||
<cc:Card
|
<cc:Card
|
||||||
Title="{DynamicResource previewHotkey}"
|
Title="{DynamicResource previewHotkey}"
|
||||||
Icon=";"
|
Icon=""
|
||||||
Sub="{DynamicResource previewHotkeyToolTip}">
|
Sub="{DynamicResource previewHotkeyToolTip}">
|
||||||
<flowlauncher:HotkeyControl DataContext="{Binding PreviewHotkeyViewModel}" />
|
<flowlauncher:HotkeyControl DataContext="{Binding PreviewHotkeyViewModel}" />
|
||||||
</cc:Card>
|
</cc:Card>
|
||||||
|
|
@ -2730,60 +2712,41 @@
|
||||||
</Border>
|
</Border>
|
||||||
|
|
||||||
<StackPanel Grid.Row="2">
|
<StackPanel Grid.Row="2">
|
||||||
<Border Margin="0,16,0,0" Style="{DynamicResource SettingGroupBox}">
|
<cc:ExCard
|
||||||
<ItemsControl Style="{StaticResource SettingGrid}">
|
Title="{DynamicResource basicHotkey}"
|
||||||
<StackPanel Style="{StaticResource TextPanel}">
|
Margin="0,12,0,0"
|
||||||
<TextBlock Style="{DynamicResource SettingTitleLabel}" Text="{DynamicResource autoCompleteHotkey}" />
|
Icon=""
|
||||||
<TextBlock Style="{DynamicResource SettingSubTitleLabel}" Text="{DynamicResource autoCompleteHotkeyToolTip}" />
|
Sub="{DynamicResource basicHotkeyToolTip}">
|
||||||
</StackPanel>
|
<StackPanel>
|
||||||
<flowlauncher:HotkeyControl
|
<cc:Card
|
||||||
Grid.Row="0"
|
Title="{DynamicResource flowlauncherHotkey}"
|
||||||
Grid.Column="2"
|
Icon=""
|
||||||
Margin="0,0,16,0"
|
Sub="{DynamicResource flowlauncherHotkeyToolTip}"
|
||||||
HorizontalAlignment="Right"
|
Type="Inside" />
|
||||||
HorizontalContentAlignment="Right"
|
<cc:Card
|
||||||
DataContext="{Binding AutoCompleteHotkeyViewModel}" />
|
Title="{DynamicResource flowlauncherHotkey}"
|
||||||
<TextBlock Style="{StaticResource Glyph}">
|
Icon=""
|
||||||

|
Sub="{DynamicResource flowlauncherHotkeyToolTip}"
|
||||||
</TextBlock>
|
Type="Inside" />
|
||||||
</ItemsControl>
|
</StackPanel>
|
||||||
</Border>
|
</cc:ExCard>
|
||||||
<Border Margin="0,8,0,0" Style="{DynamicResource SettingGroupBox}">
|
|
||||||
<ItemsControl Style="{StaticResource SettingGrid}">
|
<cc:Card
|
||||||
<StackPanel Style="{StaticResource TextPanel}">
|
Title="{DynamicResource autoCompleteHotkey}"
|
||||||
<TextBlock Style="{DynamicResource SettingTitleLabel}" Text="{DynamicResource SelectNextItemHotkey}" />
|
Margin="0,12,0,0"
|
||||||
</StackPanel>
|
Icon=""
|
||||||
<flowlauncher:HotkeyControl
|
Sub="{DynamicResource autoCompleteHotkeyToolTip}">
|
||||||
x:Name="SelectNextItemHotkeyControl"
|
<flowlauncher:HotkeyControl DataContext="{Binding AutoCompleteHotkeyViewModel}" />
|
||||||
Grid.Row="0"
|
</cc:Card>
|
||||||
Grid.Column="2"
|
|
||||||
Margin="0,0,16,0"
|
<cc:Card Title="{DynamicResource SelectNextItemHotkey}" Icon="">
|
||||||
HorizontalAlignment="Right"
|
<flowlauncher:HotkeyControl DataContext="{Binding SelectNextItemHotkeyViewModel}" />
|
||||||
HorizontalContentAlignment="Right"
|
</cc:Card>
|
||||||
DataContext="{Binding SelectNextItemHotkeyViewModel}" />
|
|
||||||
<TextBlock Style="{StaticResource Glyph}">
|
|
||||||

|
<cc:Card Title="{DynamicResource SelectPrevItemHotkey}" Icon="">
|
||||||
</TextBlock>
|
<flowlauncher:HotkeyControl DataContext="{Binding SelectPrevItemHotkeyViewModel}" />
|
||||||
</ItemsControl>
|
</cc:Card>
|
||||||
</Border>
|
|
||||||
<Border Margin="0,8,0,0" Style="{DynamicResource SettingGroupBox}">
|
|
||||||
<ItemsControl Style="{StaticResource SettingGrid}">
|
|
||||||
<StackPanel Style="{StaticResource TextPanel}">
|
|
||||||
<TextBlock Style="{DynamicResource SettingTitleLabel}" Text="{DynamicResource SelectPrevItemHotkey}" />
|
|
||||||
</StackPanel>
|
|
||||||
<flowlauncher:HotkeyControl
|
|
||||||
x:Name="SelectPrevItemHotkeyControl"
|
|
||||||
Grid.Row="0"
|
|
||||||
Grid.Column="2"
|
|
||||||
Margin="0,0,16,0"
|
|
||||||
HorizontalAlignment="Right"
|
|
||||||
HorizontalContentAlignment="Right"
|
|
||||||
DataContext="{Binding SelectPrevItemHotkeyViewModel}" />
|
|
||||||
<TextBlock Style="{StaticResource Glyph}">
|
|
||||||

|
|
||||||
</TextBlock>
|
|
||||||
</ItemsControl>
|
|
||||||
</Border>
|
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
|
||||||
<TextBlock
|
<TextBlock
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue