Index: source/blender/makesrna/intern/rna_wm.c =================================================================== --- source/blender/makesrna/intern/rna_wm.c (revision 28534) +++ source/blender/makesrna/intern/rna_wm.c (working copy) @@ -101,7 +101,7 @@ {TIMER2, "TIMER2", 0, "Timer 2", ""}, {0, NULL, 0, NULL, NULL}}; -/* not returned: CAPSLOCKKEY, UNKNOWNKEY, GRLESSKEY */ +/* not returned: CAPSLOCKKEY, UNKNOWNKEY */ EnumPropertyItem event_type_items[] = { {0, "NONE", 0, "", ""}, @@ -175,7 +175,7 @@ {RIGHTSHIFTKEY, "RIGHT_SHIFT", 0, "Right Shift", ""}, {0, "", 0, NULL, NULL}, {COMMANDKEY, "COMMAND", 0, "Command", ""}, - {0, "", 0, NULL, NULL}, + {GRLESSKEY, "GRLESS", 0, "Grless", ""}, {ESCKEY, "ESC", 0, "Esc", ""}, {TABKEY, "TAB", 0, "Tab", ""}, {RETKEY, "RET", 0, "Return", ""},