qmk/qmk_firmware

Modifier keys LCTL, LSFT etc. not working under windows remote desktop

クローズ

#25,979 opened on 2026/01/27

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)C (43,867 件のフォーク)batch import
help wantedquestionstale

Repository metrics

Stars
 (20,368 個のスター)
PR merge metrics
 (平均マージ 20d 9h) (30d で 27 merged PRs)

説明

Issue Description

Hi, in my keymap I use e.g. LCTL(KC_V) and LSFT(KC_MINS) which work fine under Windows. However, when using Remote Desktop, the modifiers are no longer recognized, i.e. LCTL(KC_V) outputs KC_V only etc.

I assume that Remote Desktop requires some additional delay between pressing LCTL and KC_V.

I tried

void oneshot_mods_changed_user(uint8_t mods) {
	send_keyboard_report();
}

but without success.

Is there any other way?

コントリビューターガイド