Jari27 opened a new issue, #46458: URL: https://github.com/apache/airflow/issues/46458
### Description In many websites, pressing Cmd/Ctrl+K brings up search functionality. We can add the same to airflow. This would be especially useful on pages that contain the DAG search box, e.g. home, DAG details, etc. I have no experience with front-end development, so I don't know the drawbacks/difficulties of trapping Cmd/Ctrl+K (although it looks straightforward). ### Use case/motivation Allow the user to quickly search for a DAG, without needing to switch hands away from the keyboard after e,g logging in or opening the webpage from e.g. favourites. Example flows: - jump to dag after login: enter login credentials -> press enter -> press cmd+k -> type dag id -> press enter * this currently requires the user to press tab (a lot) or use the mouse - jump to dag after opening page: in browser: ctrl/cml + L -> "airflow" -> press enter -> (already logged in) -> press cmd+k -> type dag id -> press enter ### Related issues Could not find any. ### Are you willing to submit a PR? - [ ] 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: commits-unsubscr...@airflow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org