MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / kbEvent

Method kbEvent

gui/targetProfileEditor.py:368–372  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

366 self.stNotice.SetLabel(_t("Profiles exported to clipboard"))
367
368 def kbEvent(self, event):
369 if event.GetKeyCode() == wx.WXK_ESCAPE and event.GetModifiers() == wx.MOD_NONE:
370 self.Close()
371 return
372 event.Skip()
373
374 def processChanges(self):
375 changedFitIDs = Fit.getInstance().processTargetProfileChange()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected