# Triggers ### Properties All mouse triggers have the following additional properties: :::{list-table} :header-rows: 1 * - Property - Type - Description - Default * - mouse_buttons - *flags(left, middle, right, back, forward, extra1, extra2, ..., extra13)* - Mouse buttons that must be pressed in order for the trigger to be activated. ``extra1`` and ``extra2`` are equal to ``back`` and ``forward`` respectively. - * - mouse_buttons_exact_order - *bool* - Whether mouse buttons must be pressed in the same order as specified in ``mouse_buttons``. - ``false`` ::: ```{toctree} :maxdepth: 1 :hidden: press stroke swipe wheel ```