When I use characters such as ',' and '.' the program launches but closes immediately afterwards.
Error log:
> System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')
> at System.Collections.Generic.List`1.get_Item(Int32 index)
> at System.Linq.Enumerable.ElementAt[TSource](IEnumerable`1 source, Int32 index)
> at KeyOverlay.AppWindow..ctor() in C:\Users\Daniel\source\KeyOverlay\AppWindow.cs:line 89
> at KeyOverlay.Program.Main(String[] args) in C:\Users\Daniel\source\KeyOverlay\Program.cs:line 13
When I use characters such as ',' and '.' the program launches but closes immediately afterwards.
Error log: