-#define KEY_UP KEY_ANSI ( 'A' )
-#define KEY_DOWN KEY_ANSI ( 'B' )
-#define KEY_RIGHT KEY_ANSI ( 'C' )
-#define KEY_LEFT KEY_ANSI ( 'D' )
-#define KEY_END KEY_ANSI ( 'E' )
-#define KEY_HOME KEY_ANSI ( 'H' )
-#define KEY_PPAGE KEY_ANSI ( '5' )
-#define KEY_NPAGE KEY_ANSI ( '6' )
+#define KEY_UP KEY_ANSI ( 'A' ) /**< Up arrow */
+#define KEY_DOWN KEY_ANSI ( 'B' ) /**< Down arrow */
+#define KEY_RIGHT KEY_ANSI ( 'C' ) /**< Right arrow */
+#define KEY_LEFT KEY_ANSI ( 'D' ) /**< Left arrow */
+#define KEY_END KEY_ANSI ( 'E' ) /**< End */
+#define KEY_HOME KEY_ANSI ( 'H' ) /**< Home */
+#define KEY_IC KEY_ANSI ( '2' ) /**< Insert */
+#define KEY_DC KEY_ANSI ( '3' ) /**< Delete */
+#define KEY_PPAGE KEY_ANSI ( '5' ) /**< Page up */
+#define KEY_NPAGE KEY_ANSI ( '6' ) /**< Page down */