From 7a7414f6085d8b37476a29852d2f0c10930c0536 Mon Sep 17 00:00:00 2001 From: anekos Date: Wed, 31 Aug 2011 11:35:28 +0900 Subject: 日本語毒棉斗追加(一部) --- google-plus-commando.js | 104 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 97 insertions(+), 7 deletions(-) (limited to 'google-plus-commando.js') diff --git a/google-plus-commando.js b/google-plus-commando.js index 67f8736..fcf370a 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -132,13 +132,103 @@ let g:gplus_commando_map_menu = "m" -
- Other Special Mappings: -
Many Mappings and Post command for Google+
+require: feedSomeKeys_3.js and x-hint.js and _libly.js
+Should setup at first
+when argument is none, select the Google+ tab or open in new tab
+Post message
++ map-keys に command をマップします。 + 使える command は以下の通りです。 +
rc file example
+
+let g:gplus_commando_map_next = "j"
+let g:gplus_commando_map_prev = "k"
+let g:gplus_commando_map_share = "s"
+let g:gplus_commando_map_plusone = "p"
+let g:gplus_commando_map_comment = "c"
+let g:gplus_commando_map_post = "C"
+let g:gplus_commando_map_yank = "y"
+let g:gplus_commando_map_notification = "n"
+let g:gplus_commando_map_submit = "<C-CR>"
+let g:gplus_commando_map_cancel = "<Esc>"
+let g:gplus_commando_map_unfold = "e"
+let g:gplus_commando_map_menu = "m"
+
+