IDE: Add a shortcut to project "Clean" action : F9
authorEdouard Tisserant
Thu, 01 Apr 2021 15:51:24 +0200
changeset 2735 732d112dd902
parent 2734 3768af52835a
child 2736 a81b72ef156c
IDE: Add a shortcut to project "Clean" action : F9
BeremizIDE.py
--- a/BeremizIDE.py	Mon Mar 29 15:46:02 2021 +0200
+++ b/BeremizIDE.py	Thu Apr 01 15:51:24 2021 +0200
@@ -336,6 +336,7 @@
                                  ("Run",      wx.WXK_F5),
                                  ("Transfer", wx.WXK_F6),
                                  ("Connect",  wx.WXK_F7),
+                                 ("Clean",    wx.WXK_F9),
                                  ("Build",    wx.WXK_F11)]:
             def OnMethodGen(obj, meth):
                 def OnMethod(evt):