- Got rid of ctrl-W mapping to be nice to silly Emacs users.
This commit is contained in:
parent
2ff5adf040
commit
6f59ed3ab3
@ -56,7 +56,6 @@ class MainWindow(wx.Frame):
|
||||
self.CreateExteriorWindowComponents()
|
||||
|
||||
aTable = wx.AcceleratorTable([
|
||||
(wx.ACCEL_CTRL, ord('W'), wx.ID_EXIT),
|
||||
(wx.ACCEL_CTRL, ord('Q'), wx.ID_EXIT),
|
||||
(wx.ACCEL_NORMAL, wx.WXK_F1,
|
||||
ID_VERIFY),
|
||||
|
Loading…
Reference in New Issue
Block a user