

That was to be my next intended step - removing every Inkscape version and doing a fresh install of 1.1 using the exe package.īefore doing that, I thought I would re-create the preferences.xml once again as I had done weeks ago, and look at the default.xml and inkscape.xml files, and re-try running the current 1.1 version that is in place.Īs mentioned in the bug 5058 details, I noticed something I had never "noticed" before. I have never installed using the msi or the exe installers, as that would mean to remove a few earlier versions I have (0.92.4 and 1.01). I un-installed and re-installed version 1.1 several times in the 7z format. The same erratic keyboard problems existed. I followed the trouble shooting guidance shared by Adam Bellis and Nathan Lee. Aside from the details I shared in the above link, I experienced the same ones mentioned by marciosg4, Lincoln City Gifts, and Pedro Henrique Dereira. It has been reported by others as bug # 5058. When I tried to create a bug report to upload, the program crashed.

I reported on this weeks ago, as a topic at Propert圜hanged(this, new Propert圜hangedEventArgs(propertyName)) Įdit: You are correct - the default behavior is not executed.Hi, Tyler. Void RaisePropert圜hanged( string propertyName = null) Public event Propert圜hangedEventHandler Propert圜hanged #region INotifyPropert圜hanged implementation ViewModel public class MainWindowViewModel : INotifyPropert圜hanged Text from the TextBox on the left side is simply populated to the Textblock on the right side. I build a fast, simple example of my idea.

How about binding the Text-Property to a string in you viewmodel? If you ignore MVVM and put the handler of KeyDown in codebehind it will also fail. KeyDown is not fired on Space and Delete. You have to use PreviewKeyDown the it works.
