# HG changeset patch # User Stefano Rivera # Date 1316212039 -7200 # Node ID 35a46716ffdd29c47270585ddf24649c88d173d6 # Parent d759f49c477d690e2e1949fda86ec80bdfd1add7 By popular demand (jeremy) backspace goes back a menu diff -r d759f49c477d -r 35a46716ffdd mamba/constants.py --- 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