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 Auto-Type modifiers on Windows #7629

Merged
merged 2 commits into from
Apr 2, 2022
Merged

Commits on Mar 31, 2022

  1. Fix Auto-Type modifiers on Windows

    Also add documentation on modifiers.
    
    * Fix #7626
    droidmonkey committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    bd09be4 View commit details
    Browse the repository at this point in the history
  2. Fix Auto-Typing single character placeholders

    * Fix #7743 - Include # in placeholder list
    * This change fixes typing single character placeholders (escaped placeholders) on Windows. Previously we were sending these as raw key presses which didn't properly press Shift or other modifiers. Now they are sent as unicode characters unless in virtual mode (the expected behavior).
    droidmonkey committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    91ebc7b View commit details
    Browse the repository at this point in the history