You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fact]publicvoidText_Change_Sets_HotKey(){varview=newView(){HotKeySpecifier=newRune('_'),Text="_Title!"};Assert.Equal(Key.T,view.HotKey);view.Text="T_itle!";Assert.Equal(Key.I,view.HotKey);// BUGBUG: '!' should be supported. Line 968 of TextFormatter filters on char.IsLetterOrDigit //view.Text = "Title_!";//Assert.Equal (Key.D1 | Key.ShiftMask, view.HotKey);}
I can see no reason for this limitation.
The text was updated successfully, but these errors were encountered:
I can see no reason for this limitation.
The text was updated successfully, but these errors were encountered: