-
Notifications
You must be signed in to change notification settings - Fork 318
Labels
Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.
Milestone
Description
I use a custom keyboard layout called Neo2 offering multiple layers using modifier keys, e.g. <CAPS-LOCK>+<k>
results in )
Since installing beta4 of PSReadline, every time I press <CAPS-LOCK>
a @ character is added to my input, So instead of
git commit -am "message"
I end up "typing"
git commit @-am @"message@"
Environment data
PS version: 5.1.17763.316 / same for 6.2
PSReadline version: 2.0.0-beta4
os: 10.0.17763.470 (WinBuild.160101.0800)
PS file version: 10.0.17763.470 (WinBuild.160101.0800)
vi or standard edit mode.
Steps to reproduce or exception report
Install the Neo2 driver: https://github.com/neo-layout/neo-layout/blob/master/windows/Neo2.0_setup.exe
And add the "German (Neo 2.0)" keyboard layout to your input settings, open powershell and hit <caps-lock>
Metadata
Metadata
Assignees
Labels
Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.