This commit is contained in:
rabbitism
2024-03-16 17:55:11 +08:00
parent 8d7caeaebe
commit f0740ff9a6

View File

@@ -157,6 +157,10 @@ public class IPv4Box: TemplatedControl
{
Paste();
}
else if (keymap is not null && Match(keymap.Cut))
{
Cut();
}
if (e.Key == Key.Tab)
{
_currentActivePresenter?.HideCaret();