diff options
author | janus_wel | 2008-10-29 10:26:23 +0000 |
---|---|---|
committer | janus_wel | 2008-10-29 10:26:23 +0000 |
commit | d3cb38497a87d97ea150ad5c8463017a1559e97c (patch) | |
tree | 835d252e5268ff1f0beaa1d26b5a66ab80698c6c /ldrize_cooperation.js | |
parent | feed431d0c36ae16b463dc924502b3e233500dd8 (diff) | |
download | vimperator-plugins-d3cb38497a87d97ea150ad5c8463017a1559e97c.tar.bz2 |
revert to 22313
refer: http://hg.intevation.org/mirrors/mozdev.org/vimperator-cvs/rev/6237794d9185
constraint: snapshot 2.0pre 2008-10-29 or later or CVS HEAD
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@22320 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'ldrize_cooperation.js')
-rw-r--r-- | ldrize_cooperation.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldrize_cooperation.js b/ldrize_cooperation.js index 2ba9777..dd48fae 100644 --- a/ldrize_cooperation.js +++ b/ldrize_cooperation.js @@ -1,6 +1,6 @@ // Vimperator plugin: 'Cooperation LDRize Mappings'
// Version: 0.21
-// Last Change: 29-Oct-2008. Jan 2008
+// Last Change: 21-Oct-2008. Jan 2008
// License: Creative Commons
// Maintainer: Trapezoid <trapezoid.g@gmail.com> - http://unsigned.g.hatena.ne.jp/Trapezoid
//
@@ -233,7 +233,7 @@ liberator.modules.hints.show("o");
},{});
- liberator.modules.mappings.addUserMap([liberator.modules.modes.NORMAL], ["<S-f>"],
+ liberator.modules.mappings.addUserMap([liberator.modules.modes.NORMAL], ["F"],
"Start QuickHint mode, but open link in a new tab",
function(){
setHinttags(self.isEnableLDRizeCooperation() && self.isModHints);
|