diff --git a/Fltk/Callbacks.cpp b/Fltk/Callbacks.cpp index 48a3e5c4c939556f0f00ac2f4d03b44104bd10a8..8b372b1cb3e45d9146ec578166f2dd4855855348 100644 --- a/Fltk/Callbacks.cpp +++ b/Fltk/Callbacks.cpp @@ -1,4 +1,4 @@ -// $Id: Callbacks.cpp,v 1.317 2004-12-30 23:39:48 geuzaine Exp $ +// $Id: Callbacks.cpp,v 1.318 2004-12-30 23:53:53 geuzaine Exp $ // // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle // @@ -1221,10 +1221,10 @@ void help_short_cb(CALLBACK_ARGS) Msg(DIRECT, " Ctrl+r rename project file"); Msg(DIRECT, " Ctrl+s save file as"); Msg(DIRECT, " "); - Msg(DIRECT, " Ctrl+Shift+c show clipping plane window"); - Msg(DIRECT, " Ctrl+Shift+o show option window"); - Msg(DIRECT, " Ctrl+Shift+s save mesh in default format"); - Msg(DIRECT, " Ctrl+Shift+v show visibility window"); + Msg(DIRECT, " Shift+Ctrl+c show clipping plane window"); + Msg(DIRECT, " Shift+Ctrl+o show option window"); + Msg(DIRECT, " Shift+Ctrl+s save mesh in default format"); + Msg(DIRECT, " Shift+Ctrl+v show visibility window"); Msg(DIRECT, " "); Msg(DIRECT, " Alt+a hide/show small axes"); Msg(DIRECT, " Alt+b hide/show bounding boxes"); diff --git a/doc/texinfo/shortcuts.texi b/doc/texinfo/shortcuts.texi index de1082e29f1de4bd0e979e7b05432c6776829d1c..dcd64c88a336d0473e7bd0a31ef02073630d4bd4 100644 --- a/doc/texinfo/shortcuts.texi +++ b/doc/texinfo/shortcuts.texi @@ -74,13 +74,13 @@ save file as @sp 1 @c ---------------------------------------------- -@item Ctrl+Shift+c +@item Shift+Ctrl+c show clipping plane window -@item Ctrl+Shift+o +@item Shift+Ctrl+o show option window -@item Ctrl+Shift+s +@item Shift+Ctrl+s save mesh in default format -@item Ctrl+Shift+v +@item Shift+Ctrl+v show visibility window @sp 1 @c ----------------------------------------------