git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37634
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
else:
self.clearCommand()
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')
# Increase font size.
elif controlDown and key in (ord(']'), wx.WXK_NUMPAD_ADD):
dispatcher.send(signal='FontIncrease')