diff --git a/doc/cookbook/events.xml b/doc/cookbook/events.xml index ae17af285..d47ad1954 100644 --- a/doc/cookbook/events.xml +++ b/doc/cookbook/events.xml @@ -138,18 +138,20 @@ _key_press_cb (ClutterActor *actor, - Clutter provides a range of key value definitions - (like CLUTTER_Up, used above). These are - generated from the list in the - X.Org source code - (replace "XK" with "CLUTTER" in the definitions there to get the - CLUTTER equivalents; alternatively, look at the - clutter-keysyms.h header file for the - list). + + Clutter provides a range of key value definitions + (like CLUTTER_Up, used above). These are + generated from the list in the + X.Org source code + (replace "XK" with "CLUTTER" in the definitions there to get the + CLUTTER equivalents; alternatively, look at the + clutter-keysyms.h header file for the + list). - CLUTTER_SHIFT_MASK, - CLUTTER_CONTROL_MASK and other modifiers are - defined in the ClutterModifierType enum. + CLUTTER_SHIFT_MASK, + CLUTTER_CONTROL_MASK and other modifiers are + defined in the ClutterModifierType enum. +