Use F12 to inspect

This commit is contained in:
John Lewin 2018-05-22 06:21:35 -07:00
parent e6c0fe5e6b
commit e3c1c4b61e

View file

@ -457,7 +457,7 @@ namespace MatterHackers.MatterControl
protected override void OnKeyUp(System.Windows.Forms.KeyEventArgs e)
{
if (e.KeyCode == System.Windows.Forms.Keys.F1)
if (e.KeyCode == System.Windows.Forms.Keys.F12)
{
this.Inspecting = !this.Inspecting;
}