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:
parent
aafa011f2b
commit
63904a09bf
@ -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', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user