Future
Last updated
Click trigger on an element with a hotkey combination.
Use cases;
Interaction triggering
Button click
https://discourse.webflow.com/t/triggering-interaction-using-a-keyboard-input/98323
Hotkeys that fire only when an element is selected.
Use cases;
ESC to clear the current input
Allow element specific attributes tagging specifically for a default action;
General elements, links, buttons- click event
Forms- submit event
For this, use AutoHotkey AHK tagging chars;
Ctrl: ^
Alt: !
Shift: +
Windows Key: #
Last updated