mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
keyboard: Spawn "tecla" to show keyboard map
This is a modern replacement for gkbd-keyboard-display, stuck in gtk3 and X11 (libxklavier). Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2834>
This commit is contained in:
parent
3a086c43ae
commit
04aaa4b67b
1 changed files with 1 additions and 1 deletions
|
|
@ -1099,6 +1099,6 @@ class InputSourceIndicator extends PanelMenu.Button {
|
|||
if (xkbVariant.length > 0)
|
||||
description = `${description}\t${xkbVariant}`;
|
||||
|
||||
Util.spawn(['gkbd-keyboard-display', '-l', description]);
|
||||
Util.spawn(['tecla', description]);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue