- Got rid of ctrl-W mapping to be nice to silly Emacs users.

This commit is contained in:
ccremers 2007-01-30 19:58:12 +00:00
parent 2ff5adf040
commit 6f59ed3ab3

View File

@ -56,7 +56,6 @@ class MainWindow(wx.Frame):
self.CreateExteriorWindowComponents() self.CreateExteriorWindowComponents()
aTable = wx.AcceleratorTable([ aTable = wx.AcceleratorTable([
(wx.ACCEL_CTRL, ord('W'), wx.ID_EXIT),
(wx.ACCEL_CTRL, ord('Q'), wx.ID_EXIT), (wx.ACCEL_CTRL, ord('Q'), wx.ID_EXIT),
(wx.ACCEL_NORMAL, wx.WXK_F1, (wx.ACCEL_NORMAL, wx.WXK_F1,
ID_VERIFY), ID_VERIFY),