summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Breit <mrproper@ximian.com>2002-04-06 03:05:05 +0000
committerKevin Breit <battery841@src.gnome.org>2002-04-06 03:05:05 +0000
commit37182f318734e872821d4a3cb42031066b273349 (patch)
treea9685698967e5391eaa3c99d5dbce4414a9245fc
parent7e07bb9c6e2c04bdef61244f97de7f3255e20dad (diff)
downloadgnome-control-center-37182f318734e872821d4a3cb42031066b273349.tar.gz
Fixed some gross breakage while adding this file to CVS.
2002-04-05 Kevin Breit <mrproper@ximian.com> * C/config-keybindings.xml: Fixed some gross breakage while adding this file to CVS.
-rw-r--r--help/C/config-keybindings.xml37
-rw-r--r--help/ChangeLog2
2 files changed, 38 insertions, 1 deletions
diff --git a/help/C/config-keybindings.xml b/help/C/config-keybindings.xml
new file mode 100644
index 000000000..c88403fdf
--- /dev/null
+++ b/help/C/config-keybindings.xml
@@ -0,0 +1,37 @@
+<sect1 id="config-keybindings">
+ <title>Keybindings</title>
+ <para>
+ Keybindings allow you to use keystroke combinations on the
+ keyboard to help make your navigation in your desktop environment
+ faster and easier. Using keybindings, you can sometimes get your
+ computer usage to be so fast and efficient, that your friends are
+ impressed while watching you work.
+ </para>
+ <para>
+ The most common and well known keybindings are the Save and Quit
+ keybindings: Ctrl + S and Ctrl + Q in <application>Microsoft
+ Windows</application> respectively.
+ </para>
+ <para>
+ <application>Gnome</application> allows you to configure what
+ keybindings are used in numerous places in your desktop.
+ </para>
+ <sect2 id="config-keybindings-ui">
+ <title>The Keybindings Interface</title>
+ <para>
+ The keybindings interface is quite simple. It has one option to
+ set the keybinding scheme to use in applications. You have two
+ options: Default and emacs.
+ </para>
+ <para>
+ Default uses Control S and other bindings which are firmilar to
+ most users from the <application>Microsoft Windows</application>
+ operating system.
+ </para>
+ <para>
+ emacs is a popular text editor for Linux and Unix based
+ systems. emacs uses different keybindings than that of
+ default. For example, save is Control X S.
+ </para>
+ </sect2>
+</sect1> \ No newline at end of file
diff --git a/help/ChangeLog b/help/ChangeLog
index 27a39ff67..526487070 100644
--- a/help/ChangeLog
+++ b/help/ChangeLog
@@ -2,7 +2,7 @@
* C/config-themes.xml: Fixed a typo that caused breakage.
- * C/config-keybindings.xml: Fixed some gross breakage.
+ * C/config-keybindings.xml: Fixed some gross breakage while adding this file to CVS.
* C/control-center-C.omf: Added file to CVS.