keyboard: Change osk menu entry to control-center keyboard pane

Currenty, the osk settings popup has the menu entry of "Region and
Language settings" which should be changed to the "Keyboard" pane
instead as input source configuration is done there.

https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6134

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2554>
This commit is contained in:
Roshan-R 2022-11-24 10:14:19 +05:30 committed by Florian Müllner
parent aafa011f2b
commit 63904a09bf

View File

@ -216,7 +216,7 @@ var LanguageSelectionPopup = class extends PopupMenu.PopupMenu {
}
this.addMenuItem(new PopupMenu.PopupSeparatorMenuItem());
item = this.addSettingsAction(_("Region & Language Settings"), 'gnome-region-panel.desktop');
item = this.addSettingsAction(_('Keyboard Settings'), 'gnome-keyboard-panel.desktop');
item.can_focus = false;
actor.connectObject('notify::mapped', () => {