-
Notifications
You must be signed in to change notification settings - Fork 0
Pagination Macro
Thertzlor edited this page Sep 12, 2026
·
1 revision
This macro advances the text displayed on your LCD screen to the next page.
type value group or g
{ type="page"|"pg" }
--- Displaying a log message on the lCD screen
k.m3 = { type="log", "This macro outputs text to the LCD screen, and because this sentence is rather long the LCD display will have to break it up into multiple pages." }
---Press m4 to advance the page.
k.m4 = { type="page" }
This macro is used to advance to the next page of the LCD message. When reaching the last page, the next press will reset the screen to page 1.
Pressing a multi page log macro multiple times will also advance through its pages, but the page macro can advance through any active log macro, which is preferable if for example a macro logs a message after triggering another macro with side effects that you don't want to trigger again.
None, other than the General Macro Options.
- Key Macro
- Sequence Macro
- Cycle Macro
- Group Macro
- Multiclick Macro
- Hold Key Macro
- Mouse Position Macro
- Mouse Wheel Macro
- Mode Change Macro
- Backlight Macro
- DPI Macro
- External Macro
- Log Macro
- Documentation Macro
- Pagination Macro
- Control Macro
- Key Buffer Macro
- Wrap Key Macro
- Link Macro
- Instance Macro
- Flag Macro
- Function Macro
- Alter History Macro