[Pkg-mozext-commits] [nostalgy] 27/235: *** empty log message ***
David Prévot
taffit at alioth.debian.org
Tue Oct 8 20:41:30 UTC 2013
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository nostalgy.
commit 0134f7835c8d090eda2842e770bdb35b8fb703e3
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Fri Sep 1 11:43:47 2006 +0000
*** empty log message ***
git-svn-id: http://nostalgy.googlecode.com/svn/trunk@27 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
content/about.xhtml | 4 +++-
content/edit_prefs.xul | 2 +-
content/thunderbirdOverlay.xul | 8 ++++----
3 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/content/about.xhtml b/content/about.xhtml
index d1352c8..115d3f3 100644
--- a/content/about.xhtml
+++ b/content/about.xhtml
@@ -62,6 +62,8 @@
<tr><td>Esc-F</td><td>Focus the folder pane</td></tr>
<tr><td>Esc-M</td><td>Focus the message pane</td></tr>
<tr><td>Esc-Esc</td><td>Focus the thread pane</td></tr>
+ <tr><td>Ctrl-Left/Right</td>
+ <td>Scroll the message from the thread pane</td>
</table>
<p>The Esc-X shortcuts means: press and release Escape, and then
@@ -69,7 +71,7 @@
<p>
When the thread pane is focused, you can scroll the currently
- displayed message (up and down) by pressing Shift-Left/Shift-Right.
+ displayed message (up and down) by pressing Ctrl-Left/Ctrl-Right.
</p>
<p>
diff --git a/content/edit_prefs.xul b/content/edit_prefs.xul
index dc0f1bd..0d9c9c2 100644
--- a/content/edit_prefs.xul
+++ b/content/edit_prefs.xul
@@ -31,7 +31,7 @@ shortcuts to move/copy the message to this folder.</label>
<listheader label="Target"/>
</listhead>
<listcols>
- <listcol/>
+ <listcol width="80" maxwidth="80"/>
<listcol/>
<listcol width="150" maxwidth="150"/>
<listcol width="450" maxwidth="450"/>
diff --git a/content/thunderbirdOverlay.xul b/content/thunderbirdOverlay.xul
index 53a8ab0..88c362e 100644
--- a/content/thunderbirdOverlay.xul
+++ b/content/thunderbirdOverlay.xul
@@ -29,10 +29,10 @@
oncommand="NostalgySuggested('&nostalgy.copy-memo;',CopyToFolder);"/>
<key key="L" oncommand="NostalgyCollapseFolderPane();"/>
- <key keycode="VK_LEFT" modifiers="shift"
- oncommand="NostalgyScrollMsg(-20);"/>
- <key keycode="VK_RIGHT" modifiers="shift"
- oncommand="NostalgyScrollMsg(20);"/>
+ <key keycode="VK_LEFT" modifiers="control"
+ oncommand="NostalgyScrollMsg(-50);"/>
+ <key keycode="VK_RIGHT" modifiers="control"
+ oncommand="NostalgyScrollMsg(50);"/>
<key keycode="VK_ESCAPE" oncommand="NostalgyEscape(event);"/>
<key key="F" oncommand="NostalgySelectFolderPane(event);"/>
<key key="M" oncommand="NostalgySelectMessagePane(event);"/>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nostalgy.git
More information about the Pkg-mozext-commits
mailing list