Package: conkeror
Version: 0.9.2+git100804-1
Severity: wishlist
Tags: patch
The following patch arranges keybindinws in ascending oder
<alphabet command>
<a little longer commands>
<more longer commands>
For easy visual reading. Like a waterfall:
a
aa
aaa
aaaa
-- Package-specific info:
-- System Information:
Debian Release: squeeze/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages conkeror depends on:
ii xulrunner-1.9.1 1.9.1.15-1 XUL + XPCOM application runner
Versions of packages conkeror recommends:
ii conkeror-spawn-process 0.9.2+git100804-1 spawn external processes in Conker
Versions of packages conkeror suggests:
ii emacs [emacsen] 23.2+1-5.1 The GNU Emacs editor (metapackage)
ii emacs23 [emacsen] 23.2+1-5.1 The GNU Emacs editor (with GTK+ us
ii xemacs21-mule [emacsen] 21.4.22-3.1 highly customizable text editor --
ii xemacs21-nomule [emacsen] 21.4.22-3.1 highly customizable text editor --
-- no debconf information
>From 4a5c88750f3410eed3e38d8052f8de1ed32667a5 Mon Sep 17 00:00:00 2001
From: Jari Aalto <[email protected]>
Date: Sun, 12 Dec 2010 19:14:17 +0200
Subject: [PATCH] contrib/man/conkeror.1: (KEYBINDINGS): order alphabetically
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Signed-off-by: Jari Aalto <[email protected]>
---
contrib/man/conkeror.1 | 76 ++++++++++++++++++++++++------------------------
1 files changed, 38 insertions(+), 38 deletions(-)
diff --git a/contrib/man/conkeror.1 b/contrib/man/conkeror.1
index abd99c4..c3e6ad6 100644
--- a/contrib/man/conkeror.1
+++ b/contrib/man/conkeror.1
@@ -83,32 +83,20 @@ Control key (on PCs this often is the Alt key) and then pressing
.PP
This is a short list of the most important key bindings:
.TP
-.B C\(hyx C\(hyc
-Exit the program
-.TP
-.B C\(hyx C\(hyf
-Open an URL in a new buffer.
-.TP
-.B C\(hyx C\(hyv
-Open an URL in the current buffer by editing the current URL.
-.TP
-.B C\(hyx b
-Change buffer
-.TP
-.B C\(hyx k
-Kill (close) buffer
+.B [[
+Go to previous page (Backward) in site navigation (if present)
.TP
-.B M\(hyp
-Change to previous buffer
+.B ]]
+Go to next page (Forward) in site navigation (if present)
.TP
-.B M\(hyn
-Change to next buffer
+.B b
+Bookmark page
.TP
-.B g
-Go to another URL
+.B B
+Go to previous page (Backward) in page history
.TP
-.B r
-Reload page
+.B c
+Copy a link to clipboard
.TP
.B f
Follow a link
@@ -116,38 +104,50 @@ Follow a link
.B C\(hyu f
Follow a link and open it in a new window
.TP
-.B c
-Copy a link to clipboard
-.TP
-.B b
-Bookmark page
-.TP
-.B B
-Go to previous page (Backward) in page history
-.TP
.B F
Go to next page (Forward) in page history
.TP
-.B [[
-Go to previous page (Backward) in site navigation (if present)
+.B g
+Go to another URL
.TP
-.B ]]
-Go to next page (Forward) in site navigation (if present)
+.B r
+Reload page
+.TP
+.B M\(hyn
+Change to next buffer
+.TP
+.B M\(hyp
+Change to previous buffer
.TP
.B C\(hyg
Stop (loading a the page, incremental search, etc.)
.TP
-.B C\(hys
-Incremental search forward
-.TP
.B C\(hyr
Incremental search backward
.TP
+.B C\(hys
+Incremental search forward
+.TP
.B C\(hyw
Cut
.TP
.B C\(hyy
Paste
+.TP
+.B C\(hyx b
+Change buffer
+.TP
+.B C\(hyx k
+Kill (close) buffer
+.TP
+.B C\(hyx C\(hyc
+Exit the program
+.TP
+.B C\(hyx C\(hyf
+Open an URL in a new buffer.
+.TP
+.B C\(hyx C\(hyv
+Open an URL in the current buffer by editing the current URL.
.SH KNOWN BUGS
conkeror (respectively xulrunner) sometimes hangs at \-\-help (and
possibly other situations) if \fI/dev/random\fP does not provide
--
1.7.2.3