Skip to content
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

Plans to solve the RDP issue? #18931

Closed
LukasKubicek opened this issue Nov 1, 2022 · 7 comments
Closed

Plans to solve the RDP issue? #18931

LukasKubicek opened this issue Nov 1, 2022 · 7 comments
Labels
help wanted question stale Issues or pull requests that have become inactive without resolution.

Comments

@LukasKubicek
Copy link

Hello good people. I have to work in RDP sessions almost every day. Mostly Windows 10 to remote Windows 10.

When in RDP, my keyboard (Moonlander configured with Oryx) occasionally produces wrong characters, it seems to be nondeterministic, but it is enough to make it unusable for work. On the local machine everything works correctly.

It seems that it is known issue for many years:
#1037

But there are only some non ideal workarounds.
Is there some plan to fix this RDP issue? Did someone maybe try to contact developers of RDP and consult with them? Or is all hope lost? In today's world of remote work I imagine this must be a troubling issue for many people with QMK kyeboards.

@tzarc
Copy link
Member

tzarc commented Nov 1, 2022

The plan is to accept PRs from people who have the issue and can provide a solution.
I too spend the majority of my day in RDP sessions, and have no such problem, I'm afraid.

@JayceFayne
Copy link
Contributor

JayceFayne commented Nov 28, 2022

Probably related to https://docs.qmk.fm/#/mod_tap?id=caveats / https://docs.qmk.fm/#/one_shot_keys relevant section:

You may also run into issues when using Remote Desktop Connection on Windows. Because these keycodes send key events faster than a human, Remote Desktop could miss them. To fix this, open Remote Desktop Connection, click on “Show Options”, open the “Local Resources” tab, and in the keyboard section, change the drop down to “On this Computer”. This will fix the issue, and allow the characters to work correctly.

I never had any issues with RDP sessions probably because I don't use mod-tap or one shot keys.

@JayceFayne JayceFayne mentioned this issue Nov 28, 2022
14 tasks
@Lingxi-Li
Copy link

Simple key-to-key remap seems to work reliably for me in full-screen RDP, but not macros (missing modifier strokes). Now I know that user mode key remap does not work reliably with RDP due to reasons discussed here. Wonder whether this applies to QMK macros. That is, while key-to-key remap works at firmware level, but macros work at user mode and hence the issue?

@drashna
Copy link
Member

drashna commented Dec 10, 2022

@LukasKubicek Is this only for shifted/modded keycodes?

If so, does adding a wait_ms(TAP_CODE_DELAY) before and/or after this line help:

register_code(action.key.code);

@kayjtea
Copy link

kayjtea commented Dec 17, 2022

A minor tweak to

#1037 (comment)

fixed issues with auto shift and with sym layer not always registering the correct key for me. I use RDC to connect to locally running Linux VM. The commit is here:

kayjtea/miryoku_qmk@04777b6

@github-actions
Copy link

This issue has been automatically marked as stale because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs.
For maintainers: Please label with bug, in progress, on hold, discussion or to do to prevent the issue from being re-flagged.

@github-actions github-actions bot added the stale Issues or pull requests that have become inactive without resolution. label Mar 18, 2023
@github-actions
Copy link

This issue has been automatically closed because it has not had activity in the last 30 days. If this issue is still valid, re-open the issue and let us know.
// [stale-action-closed]

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted question stale Issues or pull requests that have become inactive without resolution.
Projects
None yet
Development

No branches or pull requests

6 participants