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

Method kbEvent

gui/patternEditor.py:297–301  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

295 self.stNotice.SetLabel(_t("Patterns exported to clipboard"))
296
297 def kbEvent(self, event):
298 if event.GetKeyCode() == wx.WXK_ESCAPE and event.GetModifiers() == wx.MOD_NONE:
299 self.Close()
300 return
301 event.Skip()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected