mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue