Blob Blame History Raw
/* 
 * Motif
 *
 * Copyright (c) 1987-2012, The Open Group. All rights reserved.
 *
 * These libraries and programs are free software; you can
 * redistribute them and/or modify them under the terms of the GNU
 * Lesser General Public License as published by the Free Software
 * Foundation; either version 2 of the License, or (at your option)
 * any later version.
 *
 * These libraries and programs are distributed in the hope that
 * they will be useful, but WITHOUT ANY WARRANTY; without even the
 * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
 * PURPOSE. See the GNU Lesser General Public License for more
 * details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with these librararies and programs; if not, write
 * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
 * Floor, Boston, MA 02110-1301 USA
*/ 
/* 
 * HISTORY
*/ 
/*
static char rcsid[] = "$XConsortium: ScrollText3b.dat /main/5 1995/07/13 19:24:05 drk $"
*/
#) Keyboard Navigation:

@)    KLeft        -- move the cursor back one character (wraps)
@)    KRight       -- move the cursor forward one character (wraps)
@)    Ctrl KLeft   -- move the cursor to the beginning of the word
@)    Ctrl KRight  -- move the cursor to the beginning of the
                   following word

@)    KUp          -- move the cursor up one line
@)    KDown        -- move the cursor down one line
@)    Ctrl KUp     -- move the cursor to the first non-blank
                   character in the paragraph
@)    Ctrl KDown   -- move the cursor to the first non-blank
                   character in the following paragraph

@)    KBeginLine   -- move the cursor to the beginning of the line
@)    KEndLine     -- move the cursor to the end of the line
@)    KBeginData   -- move the cursor to the beginning of the file
@)    KEndData     -- move the cursor to the end of the file

#) In normal mode, the previous navigation operations clear the current
selection, and set the insertion point at the cursor position.  The
cursor is shown as an I-beam.
#) In add mode, the insertion point and the selection remain unchanged during
navigation operations.  The cursor is shown as a stippled I-beam.
E)