vimperator: add keys introduced in v2.2
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 15 Jan 2010 11:13:16 +0000 (11:13 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 6 Feb 2010 07:31:05 +0000 (07:31 +0000)
vimperator.inc.pl
vimperator.plp

index de7d4a9d1015010a0a45192e4512657ca6e80da8..07f7a3287ff09955f5294a6f5432ae5d019f82c8 100644 (file)
@@ -21,6 +21,7 @@ use utf8;
        ';' => ["extend$sign{_}ed hint$sign{_}s mode", 'me arg args mode;'],
        "'" => ["jump to mark", 'pm'],
        '`' => "'",
        ';' => ["extend$sign{_}ed hint$sign{_}s mode", 'me arg args mode;'],
        "'" => ["jump to mark", 'pm'],
        '`' => "'",
+       '|' => ["toggle source", 'cp v2 v2.2'],
 
        'a' => ["add bookm$sign{_}ark", 'mo args'],
        'A' => ["toggle bookm$sign{_}ark$sign{_}ed", 'mo'],
 
        'a' => ["add bookm$sign{_}ark", 'mo args'],
        'A' => ["toggle bookm$sign{_}ark$sign{_}ed", 'mo'],
@@ -109,8 +110,11 @@ g => {
        '?' => ["element details", 'ci'],
        'a' => ["save prompt", 'mo args'],
        'b' => ["open bg tab", 'mi v2'],
        '?' => ["element details", 'ci'],
        'a' => ["save prompt", 'mo args'],
        'b' => ["open bg tab", 'mi v2'],
+       'c' => ["context menu", 'v2 v2.2'],
        'f' => ["frame focus", 'pm v2'], # previously ';o'
        'F' => ["multiple bg tabs", 'mi v2'], # previously ';t'
        'f' => ["frame focus", 'pm v2'], # previously ';o'
        'F' => ["multiple bg tabs", 'mi v2'], # previously ';t'
+       'i' => ["image", 'cp v2 v2.2'],
+       'I' => ["image in tab", 'mi v2 v2.2'],
        'o' => ["open", 'cp'],
        'O' => ["open prompt", 'cp args'],
        's' => ["save", 'mo'],
        'o' => ["open", 'cp'],
        'O' => ["open prompt", 'cp args'],
        's' => ["save", 'mo'],
index 88f5e9518a05240efc7185705bba16a4564a02ac..26d58f5760b37db770ddef5aeee6f4694b409c32 100644 (file)
@@ -2,7 +2,7 @@
 
 Html({
        title => 'vimperator cheat sheet',
 
 Html({
        title => 'vimperator cheat sheet',
-       version => 'v1.0',
+       version => 'v1.1',
        description => [
                "Interactive cheat sheet for the Vimperator Firefox extension,",
                "describing the function of each key.",
        description => [
                "Interactive cheat sheet for the Vimperator Firefox extension,",
                "describing the function of each key.",