Skip to content

Commit dd5c222

Browse files
committed
Amend keystroke delay tooltip content according to Karel's suggestion.
1 parent b7b99de commit dd5c222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/uhk-web/src/app/components/device/typing-behaviour-page/typing-behaviour-page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ <h3 class="margin-top">Miscellaneous</h3>
187187
width="380"/>
188188
<ng-template #keyStrokeDelayTooltip>
189189
<p>Minimum delay between two consecutive USB reports. Thus, it's possible to slow down keyboard output in case of fast bursts (for example, from the macro engine).</p>
190-
This improves compatibility as many programs (especially RDP clients) have problems accepting too fast input.
190+
This improves compatibility as many programs (especially RDP clients) have problems accepting too fast input. On the flip side, this limits caret navigation mode sensitivity and introduces (possibly undesired) delays.
191191
</ng-template>
192192
</td>
193193
<td>

0 commit comments

Comments
 (0)