From 3ff7c9060c08feadf03c8f608696e946c57d5c46 Mon Sep 17 00:00:00 2001 From: janus_wel Date: Wed, 29 Oct 2008 09:33:36 +0000 Subject: change 'F' -> '' - map commands work with case-insensitive in addUserMap git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@22318 d0d07461-0603-4401-acd4-de1884942a52 --- ldrize_cooperation.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ldrize_cooperation.js') 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 - 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], [""], "Start QuickHint mode, but open link in a new tab", function(){ setHinttags(self.isEnableLDRizeCooperation() && self.isModHints); -- cgit v1.2.3