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
Commands[(int)UserCommand.EditorUndo]=newUserCommandKeyInput(Keys.Z,KeyModifiers.Control);// Not assigning by scan code, because on German influenced keyboard layounts
542
+
Commands[(int)UserCommand.EditorRedo]=newUserCommandKeyInput(Keys.Y,KeyModifiers.Control);// the Y and Z keys are exchanged, and we want these to match the o/s
0 commit comments