Use F12 to inspect
This commit is contained in:
parent
e6c0fe5e6b
commit
e3c1c4b61e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue