Practical use2

Sponsored Links

About the show of tooltip

The tooltips show up when you move the mouse on the main screen or press the up/down keys on the keyboard.

You can also choose not to show the tooltips.

Do not show a tooltip when the mouse is over

Preferences > Tooltip > Do not show a tooltip when the mouse is over

Do not show a tooltip when the up and down keys are pressed

Preferences > Tooltip > Do not show a tooltip when the up and down keys are pressed

You can also set the maximum width of the tooltip and the time it is displayed.

Preferences > Tooltip > Display

About the contents of the tooltip(Clipboard)

It is possible to change the contents of the tooltip.

Preferences > Tooltip > Display > Tooltip display format [Clipboard history]

No date or character count

<$CLB_CLIPHIST/>

Show date (month, day, hour and minute) and history

<$CLB_HDATE>mm/dd hh:nn</CLB_HDATE><$CLB_CRLF/>–<$CLB_CRLF/><$CLB_CLIPHIST/>

The following tags can be used.

<$CLB_HDATE>yyyy/mm/dd hh:nn:ss</CLB_HDATE>Shows the date the clipboard history was left.
You can specify a date format such as yyyy/mm/dd.(Please see Q&A for the date format)
<$CLB_LEN_CLIPHIST/>Shows the number of characters in the clipboard history.
<$CLB_CRLF/>Line breaks.
<$CLB_CLIPHIST/>Shows the clipboard history.

If the display goes awry, press the default button to return to the default settings.

About the contents of the tooltip(Set phrase)

It is possible to change the contents of the tooltip.

Preferences > Tooltip > Display > Tooltip display format [Set phrase]

Show memo, hotkey and set phrase

<$CLB_IF_MEMO><$CLB_MEMO/><$CLB_CRLF/>-<$CLB_CRLF/></CLB_IF_MEMO><$CLB_IF_HOTKEY><$CLB_HOTKEY/><$CLB_CRLF/>-<$CLB_CRLF/></CLB_IF_HOTKEY><$CLB_TEIKEI/>

Show only set phrase

<$CLB_TEIKEI/>

(Memo)Set phrase

<$CLB_IF_MEMO>(<$CLB_MEMO/>)</CLB_IF_MEMO><$CLB_TEIKEI/>

The following tags can be used.

<$CLB_MEMO/>Show memo.
<$CLB_HOTKEY/>Show hotkey.
<$CLB_TEIKEI/>Show the set phrase.
<$CLB_CRLF/>Line breaks.
<$CLB_IF_MEMO></CLB_IF_MEMO>The area enclosed in this tag is only shown if the memo is present.
<$CLB_IFNOT_MEMO></CLB_IFNOT_MEMO>The area enclosed in this tag is only shown if the memo does not exist.
<$CLB_IF_HOTKEY></CLB_IF_HOTKEY>The area enclosed in this tag is only shown if the hotkey is present.
<$CLB_IFNOT_HOTKEY></CLB_IFNOT_HOTKEY>The area enclosed in this tag is only shown if the hotkey does not exist.

If the display goes awry, press the default button to return to the default settings.

Copied title and URL