+#ifdef EXTENDED_MOVEMENT_KEYS
+ {FL_CTRL+FL_ALT+FL_SHIFT+FL_Left, MoveMaxLeft},
+ {FL_CTRL+FL_ALT+FL_SHIFT+FL_Up, MoveMaxUp},
+ {FL_CTRL+FL_ALT+FL_SHIFT+FL_Right, MoveMaxRight},
+ {FL_CTRL+FL_ALT+FL_SHIFT+FL_Down, MoveMaxDown},
+ {FL_CTRL+FL_ALT+FL_SHIFT+FL_Enter, MoveCenter},
+#endif
+// Extended Movement Keys: press ctrl+alt+shift+[arrow/enter] to send
+// window to max left/right/up/down or center
+// #define EXTENDED_MOVEMENT_KEYS 1
It's disabled by default, but if enabled, lets you move the current window to each screen edge, or to the center of the screen.