Changeset 484 in Sophya for trunk/SophyaPI/PIext/basexecut.cc


Ignore:
Timestamp:
Oct 21, 1999, 9:59:23 AM (26 years ago)
Author:
ercodmgr
Message:

Ajout help et amelioration Help2TeX , Reza 21/10/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/basexecut.cc

    r463 r484  
    11111111usage += "\n  Related commands: newwin zone stacknext gratt"; 
    11121112piac->RegisterHelp(kw, usage, grp);
    1113  
    1114 }
     1113
     1114kw = "PIConsole";
     1115usage = "Text output area and command editing window (console) \n";
     1116usage += ">>>> Mouse controls : \n";
     1117usage += "o Button-1: Rectangle selection for copy/paste \n";
     1118usage += "o Button-2: Paste text in the command editing line \n";
     1119usage += "o Button-3: activate display option menu \n";
     1120usage += ">>>> Keyboard controls : \n";
     1121usage += "o <Alt>O : activate display option menu   \n";
     1122usage += "o <Alt>V : Paste text in the command editing line \n";
     1123usage += "o <Alt>A : Selection of the whole window for copy \n";
     1124usage += "o <Alt>L : Command history (List of command history buffer) \n";
     1125usage += "o <Ctl>A : Command editing -> Goto the beginning of line \n";
     1126usage += "o <Ctl>E : Command editing -> Goto the end of line \n";
     1127usage += "o <Ctl>K : Command editing -> Clear to the end of line \n";
     1128usage += "o <Ctl>C : Command editing -> Clear the line \n";
     1129usage += "o Cursor left,right : Command editing -> Move cursor \n";
     1130usage += "o Cursor Up,Down : recall command from history buffer \n";
     1131usage += "o Backspace,Del : Command editing \n";
     1132usage += "o <Return>,<Enter> : Execute command \n";
     1133piac->RegisterHelp(kw, usage, grp);
     1134}
Note: See TracChangeset for help on using the changeset viewer.