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

auto shift doesn't work in remote desktop: adjust tap code parameters #110

Closed
koron opened this issue Apr 12, 2022 · 4 comments · Fixed by #132
Closed

auto shift doesn't work in remote desktop: adjust tap code parameters #110

koron opened this issue Apr 12, 2022 · 4 comments · Fixed by #132
Labels
bug Something isn't working

Comments

@koron
Copy link
Collaborator

koron commented Apr 12, 2022

One reports me that auto shift does't work correctly in Windows's remote desktop with Keyball61.
And I found an issue in QMK qmk/qmk_firmware#13708

It says TAP_CODE_DELAY work for the case.
But I don't try it yet.

Additionaly, there are some version inconsistencies in the issue.
It says 0.13.x has issue. But I verified that 0.15.x is not affected, and 0.16.x is affected again.

Anyway, it would be better to start TAP parameter adjusting.

@koron koron added the bug Something isn't working label Apr 12, 2022
@koron
Copy link
Collaborator Author

koron commented Apr 12, 2022

it may not be "auto shift".

It is *Shift+ or (*S+ keycodes in remap-keys.app

In keymap.c, it is S(???) code.

@koron
Copy link
Collaborator Author

koron commented Apr 12, 2022

related? https://superuser.com/questions/219461/shift-and-control-keys-out-of-sync-with-normal-keys-over-rdp

@koron
Copy link
Collaborator Author

koron commented Apr 16, 2022

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. It can also be mitigated by increasing TAP_CODE_DELAY.

https://docs.qmk.fm/#/mod_tap?id=caveats

@koron
Copy link
Collaborator Author

koron commented Apr 16, 2022

Japanese translation

これを解決するには、Remote Desktop Connectionを開き、「オプションを表示」をクリックし、「ローカルリソース」タブを開き、キーボードセクションのドロップダウンを「このコンピュータ上」に変更します。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant