From 63904a09bf34f95c23de711fda02c2c6bfa56e4a Mon Sep 17 00:00:00 2001 From: Roshan-R Date: Thu, 24 Nov 2022 10:14:19 +0530 Subject: [PATCH] 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: --- js/ui/keyboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/keyboard.js b/js/ui/keyboard.js index b3c4cbe32..288703b3d 100644 --- a/js/ui/keyboard.js +++ b/js/ui/keyboard.js @@ -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', () => {