diff options
author | janus_wel | 2008-10-29 09:33:36 +0000 |
---|---|---|
committer | janus_wel | 2008-10-29 09:33:36 +0000 |
commit | 3ff7c9060c08feadf03c8f608696e946c57d5c46 (patch) | |
tree | cc21e18f908fd2061e5976ed876d22213a092098 /ldrize_cooperation.js | |
parent | 7467cdd1fdd2df34601f72a4f9ec1e2ce7c4c762 (diff) | |
download | vimperator-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.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);
|