Project Homepage Sourceforge Page CVS Repository Freshmeat.net Page Download project Author's Homepage

help.h

Go to the documentation of this file.
00001 /*!\file help.h
00002   \brief run-free main include file
00003 
00004   run-free is a command line launching program written in gtk. This
00005   version of run-free is written is C for gtk+1.2
00006 */
00007 /* NOTICE:
00008     Copyright (C) 2004  Karl N. Redman (SleepingStill.com)
00009 
00010     This program is free software; you can redistribute it and/or modify
00011     it under the terms of the GNU General Public License as published by
00012     the Free Software Foundation; either version 2 of the License, or
00013     (at your option) any later version.
00014 
00015     This program is distributed in the hope that it will be useful,
00016     but WITHOUT ANY WARRANTY; without even the implied warranty of
00017     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00018     GNU General Public License for more details.
00019 
00020     You should have received a copy of the GNU General Public License
00021     along with this program; if not, write to the Free Software
00022     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00023 
00024     For further information contact: parasyte@sleepingstill.com
00025 */
00026 
00027 #ifndef _HELP_H_
00028 #define _HELP_H_
00029 
00030 ///the definition of keystroke help
00031 #define KEYSTROKES \
00032 "Entry Box Text Editing and Navigation:\n"\
00033 "Ctrl-h, Backspace.............Delete previous character from cursor position\n"\
00034 "Ctrl-w........................Delete previous word from cursor position\n"\
00035 "Ctrl-b, arrowleft.............Move cursor back one character\n"\
00036 "Ctrl-b, arrowleft.............Move cursor back one character\n"\
00037 "Ctrl-b, arrowleft.............Move cursor back one character\n"\
00038 "Ctrl-f, arrowright............Move cursor forward one character\n"\
00039 "Ctrl-f, arrowright............Move cursor forward one character\n"\
00040 "Ctrl-f, arrowright............Move cursor forward one character\n"\
00041 "Alt-b, Ctrl-arrowleft.........Move cursor back one word\n"\
00042 "Alt-f, Ctrl-arrowright........Move cursor forward one word\n"\
00043 "Ctrl-a, Ctrl-Home.............Move cursor to begining of line\n"\
00044 "Ctrl-e, Ctrl-End..............Move cursor to end of line\n"\
00045 "\n"\
00046 "List Box Navigation (from Entry box):\n"\
00047 "Alt-n, downarrow..............Show next list item in entry box\n"\
00048 "Alt-p, uparrow................Show previous list item in entry box\n"\
00049 "Alt-Spacebar..................Drop down list item box\n"\
00050 "\n"\
00051 "List Box Navigation (once dropped down):\n"\
00052 "arrowup.......................Go up one item\n"\
00053 "arrowdown.....................Go down one item\n"\
00054 "PgDown........................Page down\n"\
00055 "PgUp..........................Page up\n"\
00056 "Ctrl-Home.....................Goto top of list\n"\
00057 "Ctrl-End......................Goto bottom of list\n"\
00058 "Escape........................Close list popup box\n"\
00059 "\n"\
00060 "Application Focus Navigation:\n"\
00061 "Tab...........................Focus next widget\n"\
00062 "Alt-c.........................Focus Command entry box\n"\
00063 "Alt-a.........................Focus Run_As entry box (N.A.)\n"\
00064 "Alt-s.........................Focus Password entry box (N.A.)\n"\
00065 "Alt-o.........................Show extended Options (N.A.)\n"\
00066 "Alt-r.........................Run command in entry\n"\
00067 "Alt-t.........................Toggle run command in terminal\n"\
00068 "Alt-w.........................Browse/Add entry from file list\n"\
00069 "Esc...........................Close run-free\n"\
00070 "\n"\
00071 "Other application options\n"\
00072 "Ctrl-m........................Update history list from history file\n"\
00073 "Alt-h.........................Display keystroke help dialog\n"\
00074 "Alt-y.........................Set termstay switch\n"\
00075 "Alt-u.........................keepalive toggle (don't die)\n"
00076 
00077 
00078 #endif //_HELP_H_

Generated on Thu Mar 18 07:26:17 2004 for run-free by doxygen 1.3.5