diff --git a/src/Ursa/Controls/IPv4Box.cs b/src/Ursa/Controls/IPv4Box.cs index e8e6b92..34f60f2 100644 --- a/src/Ursa/Controls/IPv4Box.cs +++ b/src/Ursa/Controls/IPv4Box.cs @@ -154,7 +154,7 @@ public class IPv4Box: TemplatedControl _currentActivePresenter.SelectionEnd = _currentActivePresenter.Text?.Length ?? 0; return; } - if (e.Key == Key.Tab) + if (e.Key == Key.Tab || e.Key == Key.OemPeriod || e.Key == Key.Decimal) { _currentActivePresenter?.HideCaret(); ClearSelection(_currentActivePresenter);