aboutsummaryrefslogtreecommitdiffstats
path: root/ldrize_cooperation.js
diff options
context:
space:
mode:
authorjanus_wel2008-10-29 09:33:36 +0000
committerjanus_wel2008-10-29 09:33:36 +0000
commit3ff7c9060c08feadf03c8f608696e946c57d5c46 (patch)
treecc21e18f908fd2061e5976ed876d22213a092098 /ldrize_cooperation.js
parent7467cdd1fdd2df34601f72a4f9ec1e2ce7c4c762 (diff)
downloadvimperator-plugins-3ff7c9060c08feadf03c8f608696e946c57d5c46.tar.bz2
change 'F' -> '<S-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
Diffstat (limited to 'ldrize_cooperation.js')
-rw-r--r--ldrize_cooperation.js4
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);