aboutsummaryrefslogtreecommitdiff
path: root/pkg/utilities/nttools/tedit/tedit.key
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/utilities/nttools/tedit/tedit.key
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/utilities/nttools/tedit/tedit.key')
-rw-r--r--pkg/utilities/nttools/tedit/tedit.key23
1 files changed, 23 insertions, 0 deletions
diff --git a/pkg/utilities/nttools/tedit/tedit.key b/pkg/utilities/nttools/tedit/tedit.key
new file mode 100644
index 00000000..6e2f358d
--- /dev/null
+++ b/pkg/utilities/nttools/tedit/tedit.key
@@ -0,0 +1,23 @@
+All commands may be abbreviated to any unique abbreviation
+
+add column add a new column to the table
+add row add new rows to the table
+copy copy rows to paste buffer, deleting current buffer
+copy append copy rows to paste buffer, saving current buffer
+delete delete rows, add to paste buffer, deleting current buffer
+delete append delete rows, add to paste buffer, saving current buffer
+exit leave table editor after saving changes
+find find next row which makes search expression true
+find forward (same as find)
+find backwards find previous row which makes search expression true
+goto go to row and column in table
+help display this file
+insert insert lines from paste buffer into table
+lower convert a string column to lower case
+next repeat previous find command in current direction
+next forward repeat previous find command in forward direction
+next backwards repeat previous find command in backwards direction
+quit leave table editor without saving changes
+set set a column equal to an expression
+substitute substitute one string for another
+upper convert a string column to upper case