- Got rid of ctrl-W mapping to be nice to silly Emacs users.
This commit is contained in:
@@ -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),
|
||||||
|
|||||||
Reference in New Issue
Block a user