changeset 367:35a46716ffdd

By popular demand (jeremy) backspace goes back a menu
author Stefano Rivera <stefano@rivera.za.net>
date Sat, 17 Sep 2011 00:27:19 +0200
parents d759f49c477d
children f3df2cde9172
files mamba/constants.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mamba/constants.py	Sat Sep 17 00:13:29 2011 +0200
+++ b/mamba/constants.py	Sat Sep 17 00:27:19 2011 +0200
@@ -17,7 +17,7 @@
 BUFFER = 1024  # audio buffer size in no. of samples
 
 # Keyboard constants
-ESCAPE_KEYS = (K_ESCAPE, K_q)
+ESCAPE_KEYS = (K_ESCAPE, K_q, K_BACKSPACE)
 DELETE_KEYS = (K_BACKSPACE, K_DELETE)
 
 # For easy access later