Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(windows): add text selected bool emit backspace key when text selected in TSF #11884

Merged
merged 3 commits into from
Jul 23, 2024

Commits on Jun 27, 2024

  1. fix(windows): add text selected bool emit key when true

    Add a bool to the KeymanGetContext call, allowing the windows engine
    to make the decistion to emit backspace key stroke when text is
    selecting allowing the application to make the correct decision on
    how to handle it. Usually deleting the selected text.
    rc-swag committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    442903c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. fix(windows): make KeymanIsTextSelected Private

    Only call GetSelection once, pace the parameters through to the
    GetLeftSelection in order to get the results needed for
    KeymanIsTextSelected
    rc-swag committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3998c8b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    eb17115 View commit details
    Browse the repository at this point in the history