diff options
author | Aaron Weber <aaron@ximian.com> | 2002-08-23 23:37:00 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2002-08-23 23:37:00 +0800 |
commit | a2a174ac094e9c3b3b2f98f9a2b1a55f3916a1e9 (patch) | |
tree | d337808d1291297d8d2a6a951f8000044805bab5 /help | |
parent | c0ffa4248356ef5023f4daa6259d0b088899a21c (diff) | |
download | gsoc2013-evolution-a2a174ac094e9c3b3b2f98f9a2b1a55f3916a1e9.tar.gz gsoc2013-evolution-a2a174ac094e9c3b3b2f98f9a2b1a55f3916a1e9.tar.zst gsoc2013-evolution-a2a174ac094e9c3b3b2f98f9a2b1a55f3916a1e9.zip |
remove shortcuts that didn't actually get added to the app.
2002-08-23 Aaron Weber <aaron@ximian.com>
* C/preface.sgml: remove shortcuts that didn't actually get added
to the app.
svn path=/trunk/; revision=17848
Diffstat (limited to 'help')
-rw-r--r-- | help/C/preface.sgml | 25 |
1 files changed, 3 insertions, 22 deletions
diff --git a/help/C/preface.sgml b/help/C/preface.sgml index a5c161371a..9132e23521 100644 --- a/help/C/preface.sgml +++ b/help/C/preface.sgml @@ -154,21 +154,10 @@ Lastly, we'll have warnings, in cases where you should be careful: <varlistentry> <term>Keyboard Navigation Overhaul</term> <listitem> - <para> - Pressing an unmodified letter key in the Folder Bar - now takes you to the next folder that starts with that - letter; if there are several, you can press the key - again and it will go to the next folder that starts - with that letter. Similarly, you can press a letter - key in the message list and the message selection will - move to the next message whose sender or subject - begins with that letter, depending on which column you - sort by. </para> <para> - That means that unmodified letter shortcuts from - Evolution 1.0 won't work any more. The displaced - shortcuts are: + Some keyboard shortcuts from Evolution 1.0 have been + changed. The new shortcuts are: <simplelist> <member> <keycap>,</keycap> (comma) and <keycap>.</keycap> @@ -183,15 +172,7 @@ Lastly, we'll have warnings, in cases where you should be careful: </member> </simplelist> Shortcuts that used the <keycap>Control</keycap> key - are not affected. - </para> - <para> - The shortcuts - <keycombo><keycap>Alt</keycap><keycap>l</keycap></keycombo> - <keycombo><keycap>Alt</keycap><keycap>c</keycap></keycombo> - <keycombo><keycap>Alt</keycap><keycap>u</keycap></keycombo> will - change the selection or current word to lowercase, - title case, or uppercase, respectively. + have not changed. </para> </listitem> </varlistentry> |