# 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://attr.sygnal.com/sa5-hotkeys/hotkeys/future.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
