You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 !todaz as the snippet trigger.
The text was updated successfully, but these errors were encountered:
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:
// Snippet: !today
!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:
Environment:
Workaround:
!todaz
as the snippet trigger.The text was updated successfully, but these errors were encountered: