Disable F7 caret browsing prompt in UWP development

Rafael Gurski 6 Reputation points
2020-08-25T20:32:00.483+00:00

We are developing a Xamarin application focused on mobile and desktop (UWP). We found that F7 key is bounded to prompt a dialog about "caret browsing".

Looks like the implementation of this functionality is application dependent and the dialog only provides a setter for this configuration (please correct me if I am wrong).

We do not intent to implement such behavior and want to use this key to other end (our web app uses it and we are replicating the same functionality - long time customers are familiarized with this).

After hours searching, I could not find a way to permanently disable the prompt. It really does not make any sense why MS provide this dialog if we do not want to implement it!

Has anyone managed to solve this problem and can help us?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,947 questions
0 comments No comments
{count} vote

4 answers

Sort by: Most helpful
  1. Richard Zhang-MSFT 6,936 Reputation points
    2020-08-26T01:32:50.753+00:00

    Hello,

    Welcome to Microsoft Q&A.

    The Q&A platform does not currently support Xamarin-related topics. You can ask your questions on the Xamarin Forum, where the engineers are actively answering related questions.

    Thanks.

    0 comments No comments

  2. Flo H 1 Reputation point
    2020-09-26T14:22:59.243+00:00

    **wrong tag/false close! @Richard Zhang-MSFT **

    This is not a xamarin Problem at all.

    This behaviour happens in any uwp application. The Question ist: is there any possibility to globally disable caret Browsing for apps i am developing?

    0 comments No comments

  3. Lewis & Rhonda Fowler 1 Reputation point
    2020-12-20T22:24:13.067+00:00

    I would usually get it when I was logged out or with screen locked for my account... while it is an inconvenient, I just used PowerToys to remap "F7" key to "Alt+F7" and it has, so far in the past 24hrs, remedied my issue. I did do a restart after remapping but not sure that was necessary.

    Hope this little trick helps others!

    0 comments No comments

  4. Rafael Gurski 6 Reputation points
    2021-03-30T02:46:01.197+00:00

    For those keeping tracking on this issue:

    We gave up Xamarin for UWP and tried out pure UWP.

    After finding a lot of limitations and problems, we dropped UWP and went back to old Windows Forms using a modern UI Framework.

    UWP seems to fit only really basic applications / mobile like apps. Xamarin for UWP is even worst.

    0 comments No comments