summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/keyboard.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/keyboard.cxx b/test/keyboard.cxx
index 0f5141b98..a0326d7e6 100644
--- a/test/keyboard.cxx
+++ b/test/keyboard.cxx
@@ -63,6 +63,7 @@ struct keycode_table{int n; const char* text;} table[] = {
{FL_Escape, "FL_Escape"},
{FL_BackSpace, "FL_BackSpace"},
{FL_Tab, "FL_Tab"},
+ {FL_Iso_Key, "FL_Iso_Key"},
{FL_Enter, "FL_Enter"},
{FL_Print, "FL_Print"},
{FL_Scroll_Lock, "FL_Scroll_Lock"},