PreventDefaultOnly on Combination #3849
Unanswered
parsalotfy
asked this question in
Q&A
Replies: 1 comment
-
Have you tried adding |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to prevent default Ctrl+F to make my own search and prevent default search of browser to appear.
When using this:
<FluentKeyCode PreventDefaultOnly="new[] {KeyCode.Ctrl, KeyCode.KeyF}" GlobalDocument=true/>
the F key will not work in Textboxes.
Does anyone know what am I missing here?
Beta Was this translation helpful? Give feedback.
All reactions