kit icon indicating copy to clipboard operation
kit copied to clipboard

Snippet Triggering with Wrong Keyboard Language

Open brummelte opened this issue 1 year ago • 0 comments

Version: 2.3.0

Description: In version 2.3.0, snippets trigger using the wrong keyboard language. This issue did not exist in earlier versions (1.x).

Steps to Reproduce:

  1. Configure a snippet as follows: // Snippet: !today
  2. Attempt to trigger the snippet by typing !today.

Expected Behavior: The snippet should trigger when typing !today.

Actual Behavior: The snippet only triggers when typing !todaz, indicating it is using English keyboard inputs instead of the correct keyboard language.

Notes:

  • This issue was not present in version 1.x.
  • No existing issues found regarding this problem.

Environment:

  • Software Version: 2.3.0
  • Keyboard Language: German
  • Operating System: Windows 11

Workaround:

  • Use !todaz as the snippet trigger.

brummelte avatar Jul 01 '24 19:07 brummelte