-
Notifications
You must be signed in to change notification settings - Fork 16
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
Enter/Return with alt-right + "v" does not always work #13
Comments
That's even stranger than your other bug 😄 The debugging output looks like |
What you could try:
|
The only difference I see is that I made a test version that sends Please tell me if this solves your issue! |
Thanks for compiling the new version. Unfortunately it is still the same issue. In chrome I see that it sends |
problem also in visual studio code |
You can try this workaround if you haven't tried it already. |
Thanks for the suggestion! And following along the thread I found someone else who doesn't have the setting, but unfortunately no other solution for that case. |
Apparently, this setting is only valid for Mac and Linux: microsoft/vscode#102570 (comment) Keybindings are handled differently in Windows, Linux and MacOS: https://github.com/microsoft/vscode/wiki/Keybinding-Issues Do you have the same issue with NeoVars? |
Another problem I ran into:
When I try to press Return via alt-right + "v" often nothing happens, I can press as often as I want. Only after pressing "Enter" two times it starts working.
Debug Log:
I placed the curser in a new window (google notes in chrome)
and tried to press Return via alt-right + "v" -> nothing happens
I press "Enter" on the keyboard -> nothing happens
I press "Enter" on the Keyboard again -> new line appears
I press alt-right + "v" -> new line appears
Layout: neo
symmetricalLevel3Modifiers: 0
returnKeyAsMod3R: 0
tabKeyAsMod4L: 0
capsLockEnabled: 1
shiftLockEnabled: 0
level4LockEnabled: 0
qwertzForShortcuts: 1
swapLeftCtrlAndLeftAlt: 0
swapLeftCtrlLeftAltAndLeftWin: 0
supportLevels5and6: 1
capsLockAsEscape: 0
mod3RAsReturn: 0
mod4LAsTab: 0
debugWindow: 1
key down sc 541 vk 0xa2 0x20 0 (Ctrl left)
key down sc 56 vk 0xa5 0x21 0 (Alt right)
injected sc 541 vk 0xa2 0x90 0 (Ctrl left)
injected sc 0 vk 0xa5 0x90 0 (Alt right)
key down sc 47 vk 0x56 0x0 0 (A-Z)
injected sc 0 vk 0xd 0x11 0 (Return)
key up sc 47 vk 0x56 0x80 0 (A-Z)
key up sc 541 vk 0xa2 0x80 0 (Ctrl left)
key up sc 56 vk 0xa5 0x81 0 (Alt right)
key down sc 28 vk 0xd 0x0 0 (Return)
key up sc 28 vk 0xd 0x80 0 (Return)
key down sc 28 vk 0xd 0x0 0 (Return)
key up sc 28 vk 0xd 0x80 0 (Return)
key down sc 541 vk 0xa2 0x20 0 (Ctrl left)
key down sc 56 vk 0xa5 0x21 0 (Alt right)
injected sc 541 vk 0xa2 0x90 0 (Ctrl left)
injected sc 0 vk 0xa5 0x90 0 (Alt right)
key down sc 47 vk 0x56 0x0 0 (A-Z)
injected sc 0 vk 0xd 0x11 0 (Return)
key up sc 47 vk 0x56 0x80 0 (A-Z)
key up sc 541 vk 0xa2 0x80 0 (Ctrl left)
key up sc 56 vk 0xa5 0x81 0 (Alt right)
The text was updated successfully, but these errors were encountered: