7ba0e5b42c
It's an old GNOME 2 shortcut that's no longer worth supporting in the regular session. Instead, set up a new shortcut backed by our own schema. https://discourse.gnome.org/t/difference-between-show-the-overview-and-show-the-activities-overview-keyboard-shortcuts/6572 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/173>
7 lines
202 B
Meson
7 lines
202 B
Meson
extension_data += configure_file(
|
|
input: metadata_name + '.in',
|
|
output: metadata_name,
|
|
configuration: metadata_conf
|
|
)
|
|
extension_schemas += files(metadata_conf.get('gschemaname') + '.gschema.xml')
|