head    1.1;
access;
symbols;
locks
       mys:1.1; strict;
comment @# @;


1.1
date    99.11.22.23.41.12;      author mys;     state Exp;
branches;
next    ;


desc
@@


1.1
log
@Initial revision
@
text
@############################################################
#::editort_hlp::
#       keyboardmap for editorwindows
#
############################################################

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
key bindings from Borland etc :
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Block
       <Control-k><b>  Block Begin
       <Control-k><k>  Block End
       <Control-k><c>  Block Copy
       <Control-k><m>  Block Move
       <Control-k><v>  Block Move
       <Control-k><y>  Block Remove
       <Control-k><%>  Block (=> latex ignores this lines)
       <Control-k><space>      Block (opposite of binding above)
more
       <F1>                    Help
       <F2>                    Save
       <F3>                    Open file
       <F4>                    Goto Curser
       <F9>                    Excute latex
       <Control-k><x>  Save
       <Control-k><h>  Help
       <Control-y>     remove line
       <Alt-BackSpace> Undo
       <Shift-Delete>  Cut
       <Control-Insert>        Copy
       <Shift-Insert>  Paste
       <Control-Delete>        Clear
       <Control-l>             Search again
       <Alt-x>         total termination of tcltexed
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Some from me :
       <Control-w>     Listing of all possible complitions
               of a LaTeX-Command.
       <Control-d>     If the curser is within a known LaTeX-command,
               tcltexed will search for the next occurrence of the command
               within the text. If the curser is not within a known
               LaTeX-command tcltexed will search for the next occurence of
               \section
       <Control-u>     The same as <Control-d> but tcltexed will search backwards.
       <Control-b>     line breaking for a section
       <Alt-b> line breaking for current line
       <Control-B>     opposite of <Control-b>
       <Alt-B> opposite of <Alt-b>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Block, Selection and Clipboard are normaly independent :
       <Control-k><p>  Insert from Clipboard
       <Control-k><g>  Copy to Clipboard
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Windows - Standart
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Press right mousebutton to open a menu with following entries
       Cut     Cut selected into Clipboard
       Copy    Copy selected into Clipboard
       Paste   insert text from Clipboard
       Clear   Remove selected
       Block   Make selected to Block
       + %     Make text to be ignored by latex
       - %     opposite of above
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Motif - Standart
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Press left mousebutton
       one time        Undo selection
       twice   Select whole word
       trible  Select whole line
       Shift-einfach   Change aria of selection
       Shift-zweifach  Complete selection aria to whole words
       Shift-dreifach  Complete selection aria to whole lines
       Control Change curser position without losing the selection
Curserkeys (CT)
       <Shift-CT>      Select aria (letters/lines)
       <Control-CT>    Shift Curser in  steps
       <Shift-Control-CT>      Select aria (word/paragraph)
[Up,Down] page  up down (ST)
       <Shift-ST>      Select aria (pages)
[Home,End] line start end (ZT)
       <Shift-ZT>      Select aria (until linestart/-end)
       <Control-ZT>    Shift curser to documentbegin/-end
       <Shift-Control-ZT>      Select aria (until documentbegin/-end)
sonstige
       <Shift-slash>   Select whole document
       <Insert>        Insert selection

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
emacs-like
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       <Control-a>     = Home
       <Control-b>     = Left
       <Control-d>     = Delete
       <Control-e>     = End
       <Control-f>     = Right
       (<Control-k>    other binding)
       <Control-n>     = Up
       <Control-o>     = Return+Left
       <Control-p>     = Down
       <Control-t>
       <Control-v>     = Page up
       <Meta-b>
       <Meta-d>
       <Meta-f>
       <Meta-less>     Shift Curser to text begin
       <Meta-greater>  Shift Curser to text begin
       <Meta-Backspace>
       <Meta-Delete>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~@