]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/shell.py
Make use of GTK 2.4 GtkComboBox if it is available,
[wxWidgets.git] / wxPython / wx / py / shell.py
index e45ff175ee2d844ee129894310b24f7de00eb41c..de8c88c90c332dfd52de7b39c55f91bcb6aedebd 100644 (file)
@@ -541,6 +541,10 @@ Platform: %s""" % \
             else:
                 self.clearCommand()
 
+        # Clear the current command
+        elif key == wx.WXK_BACK and controlDown and shiftDown:
+            self.clearCommand()
+
         # Increase font size.
         elif controlDown and key in (ord(']'), wx.WXK_NUMPAD_ADD):
             dispatcher.send(signal='FontIncrease')