diff --git a/xtrn/lemons/defs.js b/xtrn/lemons/defs.js
index ce423b43416af6e77ca585f75efac9c54dd0982b..8d02df2e45ce89883c52b4ea734bb754d1ae4ef0 100644
--- a/xtrn/lemons/defs.js
+++ b/xtrn/lemons/defs.js
@@ -35,4 +35,11 @@ const	COLOUR_LEMON = YELLOW,
 		COLOUR_STATUSBAR_FG = WHITE;
 
 // The name of the JSON database.  You probably don't need to change this.
-const	DBNAME = "LEMONS";
\ No newline at end of file
+const	DBNAME = "LEMONS";
+
+const	KEY_BASH = "A",
+		KEY_BLOCK = "S",
+		KEY_BOMB = "F",
+		KEY_BUILD = "V",
+		KEY_CLIMB = "C",
+		KEY_DIG = "D";
\ No newline at end of file