PSReadLine icon indicating copy to clipboard operation
PSReadLine copied to clipboard

The `<F4> to view all` message for tooltip rendering needs to be updatable when the <F4> key gets bound differently by user

Open daxian-dbw opened this issue 2 years ago • 0 comments

Prerequisites

  • [X] Write a descriptive title.

Description of the new feature/enhancement

Today, the tooltip rendering uses <F4> to view all message to instruct a user when the full tooltip message cannot be rendered in the list view, assuming that <F4> is bound to the ShowFullPredictionTooltip function.

However, it's possible that a user re-bind <F4> to a different function/action. In that case, the message will become misleading. It should be updateable in that case, but I'm not sure how and what to update with in that case. Will collect feedback on it.

Proposed technical implementation details (optional)

No response

daxian-dbw avatar May 03 '23 00:05 daxian-dbw