Skip to content

Commit dd32990

Browse files
committed
Fixes keyboard issues with Linux and dead keys
1 parent 7ae6af5 commit dd32990

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ZXBStudio/Program.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ public static AppBuilder BuildAvaloniaApp()
9797

9898
return AppBuilder.Configure<App>()
9999
.UsePlatformDetect()
100+
.With(new X11PlatformOptions
101+
{
102+
EnableIme = true,
103+
})
100104
.LogToTrace();
101105
}
102106
}

0 commit comments

Comments
 (0)