Journey.js - Example - Disable Shortcut Keys
This is an example of a basic journey setup, with the shortcut keys disabled.
Download Now
v2.2.0 - 4th Sep 2024
This is an example of a basic journey setup, with the shortcut keys disabled.
Download Now
$journey.setConfiguration( {
shortcutKeysEnabled: false
} );
$journey.start();