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

Implementing IFormattable on KeyGesture #15828

Merged
merged 15 commits into from
Jun 4, 2024

Commits on May 27, 2024

  1. Adding KeyGestureFormatInfo to hold platform specific Key/Modifier St…

    …rings when performing KeyGesture.ToString()
    IanRawley committed May 27, 2024
    Configuration menu
    Copy the full SHA
    2fbc2f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    590d270 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f7b0dd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6480830 View commit details
    Browse the repository at this point in the history
  5. Documenting changes.

    IanRawley committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c57137a View commit details
    Browse the repository at this point in the history
  6. Documenting changes.

    IanRawley committed May 27, 2024
    Configuration menu
    Copy the full SHA
    448f947 View commit details
    Browse the repository at this point in the history
  7. Fixing documentation

    IanRawley committed May 27, 2024
    Configuration menu
    Copy the full SHA
    8f1ddda View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7550c24 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    7a7685b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b51db46 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Changing KeyGestureFormatInfo constructor Dictionary parameter to IRe…

    …adOnlyDictionary along with moving Arrow key and Backspace key overrides to the common dictionary. Only Apple platforms are now overriding Keys explicitly.
    IanRawley committed May 29, 2024
    Configuration menu
    Copy the full SHA
    2a31f07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ad8ef6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46e926a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bffa604 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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