Accessibility

Visitors are able to navigate and view your schedule using their keyboard. They can TAB through [activities]({{< relref "basic-structure.md#activity" >}}) and hit SPACE or ENTER to select one. Pressing L will favorite the selected activity. Hitting CMD + P and CTRL + P will [print your schedule]({{< relref "print.md" >}}).

This feature is turned on by default and can be turned off by setting data-accessibility:

Options

Values

Default value

accessibility

true / false

true

Code example

var blokks = {};
blokks.id = '6kga8pkdj432';
blokks.options = {
    accessibility: true
};

Last updated