kit
kit copied to clipboard
Snippet Triggering with Wrong Keyboard Language
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:
- Configure a snippet as follows:
// Snippet: !today - 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
!todazas the snippet trigger.