This project is archived. Its data is read-only.
Add search key shortcut
At the moment, there is no shortcut to search in Gitter. Having one would make navigating much faster. Ideally, the search would also preferentially search in the open discussion. I understand that if Gitter is used from the browser, using the system default `Ctrl + F` button may cause an adverse interaction, but using the app I think the standard user expectation will be for default search button. --- - :point_up: [May 12, 2020 9:55 AM](https://gitter.im/gitter/gitter?at=5ebab8d12cf0da0ad9fa4bad) ## Proposal Add a `Ctrl + S` shortcut to open up search ## Relevant code - [`public/js/components/keyboard-events.js#L239`](https://gitlab.com/gitlab-org/gitter/webapp/-/blob/378f75638fce1a72ec5e67935d3881cd1b1794ed/public/js/components/keyboard-events.js#L239) - [`public/js/vue/store/data-bridge.js`](https://gitlab.com/gitlab-org/gitter/webapp/-/blob/378f75638fce1a72ec5e67935d3881cd1b1794ed/public/js/vue/store/data-bridge.js) - [`public/js/vue/left-menu/components/search-body.vue`](https://gitlab.com/gitlab-org/gitter/webapp/-/blob/378f75638fce1a72ec5e67935d3881cd1b1794ed/public/js/vue/left-menu/components/search-body.vue)
issue