Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3548 from toggl-open-source/feature/f5-sync
Browse files Browse the repository at this point in the history
Add F5 as Sync hotkey
  • Loading branch information
NghiaTranUIT authored Nov 21, 2019
2 parents 7165cfd + d646972 commit 2823754
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<KeyBinding Key="W" Modifiers="Control" Command="{x:Static toggl:KeyboardShortcuts.Hide}" />
<KeyBinding Key="F4" Modifiers="Control" Command="{x:Static toggl:KeyboardShortcuts.Hide}" />
<KeyBinding Key="R" Modifiers="Control" Command="{x:Static toggl:KeyboardShortcuts.Sync}" />
<KeyBinding Key="F5" Command="{x:Static toggl:KeyboardShortcuts.Sync}" />
<KeyBinding Key="E" Modifiers="Control" Command="{x:Static toggl:KeyboardShortcuts.EditRunning}" />
<KeyBinding Key="D" Modifiers="Control" Command="{x:Static toggl:KeyboardShortcuts.ToggleManualMode}" />
<KeyBinding Key="V" Modifiers="Control" Command="{x:Static toggl:KeyboardShortcuts.NewFromPaste}" />
Expand Down Expand Up @@ -82,7 +83,7 @@
"{Binding Path=IsEnabled, RelativeSource={RelativeSource Self}, Mode=OneWay, Converter={StaticResource BooleanToVisibility}}"
/>
<Separator />
<MenuItem Header="Sync" InputGestureText="Ctrl+R"
<MenuItem Header="Sync" InputGestureText="F5"
Command="{x:Static toggl:KeyboardShortcuts.Sync}"/>
<MenuItem Header="Reports"
Command="{x:Static toggl:KeyboardShortcuts.Reports}"/>
Expand Down

0 comments on commit 2823754

Please sign in to comment.