Skip to content

Add shortcut for opening search.

Vedant Jain requested to merge jainvedant392/gnome-weather:gnomeissue137 into main
  • src/app/city.js: Add the "search" action group and show-search action for opening the search popover
  • data/weather-widget.ui: Add the GtkShortcutController for action search.show-search with shortcut Ctrl+f
  • src/app/window.js: Add the action win.show-search for opening the search popover
  • src/app/application.js: Add accelerator to action win.show-search (Ctrl+d)

Ctrl + f does not open search.

Many GNOME apps have this shortcut, for instance Settings, Maps, etc. for focussing on the search bar or search menu, and Weather misses this.

For solving this issue, added two actions, win.show-search and search.show-search, for testing the opening of search menu popover.

#137

Merge request reports