choo121600 opened a new issue, #52760:
URL: https://github.com/apache/airflow/issues/52760
### Description
## Background
Currently, Airflow UI supports keyboard shortcuts (via `react-hotkeys-hook`)
in several components, which greatly improves productivity and accessibility.
For example, the following components already support hotkeys:
- **SearchBar**:
- `mod+k` to focus the search input
- **SearchDagsButton**:
- `mod+k` to open the DAG search dialog
- **Task/Run Actions**:
- `shift+c` to open the clear dialog for TaskInstance/Run
- `shift+f` to mark as failed
- `shift+s` to mark as success
- **Logs/Code/Overview**:
- `w` to toggle line wrap
- `f` to toggle fullscreen (logs)
- `mod+ArrowDown`/`mod+ArrowUp` to scroll to bottom/top (logs)
These shortcuts are very useful for power users and help streamline common
workflows.
### Use case/motivation
## Proposal
It would be great to further expand keyboard shortcut support to other parts
of the Airflow UI.
For example, adding hotkeys for:
- Navigating between main pages (DAGs, DAG Runs, Tasks, etc.)
- Triggering DAG runs or other frequent actions
- Opening/closing panels or dialogs
- Showing a keyboard shortcut help overlay (e.g., with `?`)
Centralizing and documenting available shortcuts (e.g., via a help modal)
would also improve discoverability and user experience.
## Benefits
- Faster navigation and operation for advanced users
- Improved accessibility
- Consistent and discoverable shortcut system
### Related issues
_No response_
### Are you willing to submit a PR?
- [x] Yes I am willing to submit a PR!
### Code of Conduct
- [x] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]