From 6f59ed3ab3392f596f937ebbe6a80137353be478 Mon Sep 17 00:00:00 2001 From: ccremers Date: Tue, 30 Jan 2007 19:58:12 +0000 Subject: [PATCH] - Got rid of ctrl-W mapping to be nice to silly Emacs users. --- gui/Gui/Mainwindow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gui/Gui/Mainwindow.py b/gui/Gui/Mainwindow.py index a96bea5..6e3185a 100644 --- a/gui/Gui/Mainwindow.py +++ b/gui/Gui/Mainwindow.py @@ -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),