diff options
-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 dd48fae..2ba9777 100644 --- a/ldrize_cooperation.js +++ b/ldrize_cooperation.js @@ -1,6 +1,6 @@ // Vimperator plugin: 'Cooperation LDRize Mappings'
// Version: 0.21
-// Last Change: 21-Oct-2008. Jan 2008
+// Last Change: 29-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], ["F"],
+ liberator.modules.mappings.addUserMap([liberator.modules.modes.NORMAL], ["<S-f>"],
"Start QuickHint mode, but open link in a new tab",
function(){
setHinttags(self.isEnableLDRizeCooperation() && self.isModHints);
|