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

Several fixes for Auto-Type #7507

Merged
merged 2 commits into from
Mar 19, 2022
Merged

Several fixes for Auto-Type #7507

merged 2 commits into from
Mar 19, 2022

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    bd3de48 View commit details
    Browse the repository at this point in the history
  2. Several fixes for Auto-Type

    * On Windows, offer explicit methods to use the virtual keyboard style of typing. This partially reverts 1150b69 by going back to the standard unicode method by default. However, uses can either add {MODE=VIRTUAL} to their sequence or choose "Use Virtual Keyboard" / CTRL+4 from the selection dialog.
    
    * Took this opportunity to clean up the signature of  AutoType::performAutoType and AutoType::performAutoTypeWithSequence by removing the "hideWindow" attribute.
    
    * Show keyboard shortcuts on the selection dialog context menu
    
    * Fix selection dialog help icon color when in dark theme
    droidmonkey committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    e6fb363 View commit details
    Browse the repository at this point in the history