Skip to main content
These properties determine how an interactive button responds to user actions, including clicks, key combinations, and more.

Hotkey

Define a keyboard shortcut to activate the button:
  • Hotkey Setup:
    • Use the button on the right to open Advanced Settings.
    • In Advanced Settings, you can:
      • Manually enter any key combination using ASCII values.
      • Use Auto Detect to automatically capture the key combination when typed.
⚙️ Note on ASCII and Key Codes:
  • ASCII values distinguish between lowercase and uppercase (e.g., 65 = 'A', 97 = 'a').
  • Key codes do not differentiate between cases. To use ‘A’, specify ASCII 65 and add [Shift] if uppercase is needed.

Page Action

Choose a single page-related action (one allowed per button):

Actions

Add one or multiple actions to be executed when the button is clicked or hotkey pressed.
Actions are executed in the order they are added.

Important Notes on Scrolling and Filters

  • Scrolling with interactive buttons can conflict with automatic scrolling — may cause double scrolling.
  • Filters and sorts applied via buttons reset on page change, unless noted (e.g., dynamic filters stay active until cleared).
  • When scrolling or filtering data, ensure that the interactive button targets the same data provider used by page elements.

Special Remarks

  • Synchronize Mode: If presentation synchronization is enabled, interactive features (e.g., page navigation) will not function to maintain sync.
  • Hotkey Configuration:
    • ASCII value is case-sensitive.
    • Key code is not case-sensitive.
    • Use Auto Detect for easy hotkey setup.