1
1
Эх сурвалжийг харах

Use 'Backspace' as shortcut key #248

Ruben 1 сар өмнө
parent
commit
7f961c60b5

+ 5 - 0
src/PicView.Avalonia/CustomControls/KeybindTextBox.cs

@@ -101,6 +101,11 @@ public class KeybindTextBox : TextBox
         }
     }
 
+    protected override void OnKeyDown(KeyEventArgs e)
+    {
+        // Disable keyboard behavior #248
+    }
+
     private void OnGotFocus(object? sender, GotFocusEventArgs e)
     {
         if (IsReadOnly)