Tooltip display
Tooltips appear when you move the mouse over the main screen or press the Up/Down keys on the keyboard.

You can also disable tooltips entirely.
Disable tooltips on mouse hover
Preferences > Tooltip > Do not display tooltip on mouse hover
Disable tooltips when using arrow keys
Preferences > Tooltip > Do not display tooltip with arrow keys
You can also configure the maximum width of the tooltip and how long it stays visible.
Preferences > Tooltip > Display
Tooltip content: Clipboard history
You can customize the content displayed in the tooltips.
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 are available for use:
| <$CLB_HDATE>yyyy/mm/dd hh:nn:ss</CLB_HDATE> | Displays the date and time when the clipboard history was saved. You can specify the date format, such as yyyy/mm/dd. (Refer to the Q&A section for more details on date formats.) |
| <$CLB_LEN_CLIPHIST/> | Displays the character count of the clipboard history entry. |
| <$CLB_CRLF/> | Inserts a line break. |
| <$CLB_CLIPHIST/> | Displays the clipboard history content. |
If the display looks wrong, click the Default button to reset to defaults.

Tooltip content: Templates
You can customize the content displayed in the tooltip for Templates.
Preferences > Tooltip > Display > Tooltip display format [Templates]
Show note, hotkey, and template
Display the note, hotkey, and template in the tooltip.

<$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 the template
Display only the template in the tooltip.

<$CLB_TEIKEI/>
(Note) template
Display the note in parentheses alongside the template.

<$CLB_IF_MEMO>(<$CLB_MEMO/>)</CLB_IF_MEMO><$CLB_TEIKEI/>
The following tags are available for use:
| <$CLB_MEMO/> | Show note. |
| <$CLB_HOTKEY/> | Show hotkey. |
| <$CLB_TEIKEI/> | Show the template. |
| <$CLB_CRLF/> | Inserts a line break. |
| <$CLB_IF_MEMO></CLB_IF_MEMO> | The area enclosed in this tag is only shown if the note is present. |
| <$CLB_IFNOT_MEMO></CLB_IFNOT_MEMO> | The area enclosed in this tag is only shown if no note is set. |
| <$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 no hotkey is set. |
If the display looks wrong, click the Default button to reset to defaults.


