mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
Allow OSK keyboard for German and Russian variants
This commit is contained in:
@@ -109,7 +109,7 @@ Singleton {
|
||||
root.currentLayoutName = dataString.substring(dataString.indexOf(",") + 1);
|
||||
|
||||
// Update layout for on-screen keyboard (osk)
|
||||
Config.options.osk.layout = root.currentLayoutName
|
||||
Config.options.osk.layout = root.currentLayoutName.split(" (")[0];
|
||||
} else if (event.name == "configreloaded") {
|
||||
// Mark layout code list to be updated when config is reloaded
|
||||
root.needsLayoutRefresh = true;
|
||||
|
||||
Reference in New Issue
Block a user