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