# Future

## Hotkey-Triggered Element Actions

### Clickable Element Hotkeys

Click trigger on an element with a hotkey combination.

Use cases;

* Interaction triggering
* Button click&#x20;

<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&#x20;

### 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;&#x20;

* **Ctrl**: `^`
* **Alt**: `!`
* **Shift**: `+`
* **Windows Key**: `#`

<https://discourse.webflow.com/t/escape-key-working-only-on-the-first-cms-modal-but-not-the-others/280010/6>
