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
@ -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…
Reference in New Issue
Block a user