Future
Hotkey-Triggered Element Actions
Clickable Element Hotkeys
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
Selected Element Hotkeys
Hotkeys that fire only when an element is selected.
Use cases;
ESC to clear the current input
Form Hotkeys
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