From 5e8c55e3125d3df6ec525bf46634848f1de1be8b Mon Sep 17 00:00:00 2001
From: anekos
Date: Wed, 4 Feb 2009 12:54:24 +0000
Subject: PLUGIN_INFO 追記 最大化のボタンを実装
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@29536 d0d07461-0603-4401-acd4-de1884942a52
---
stella.js | 17 ++++++++++++++++-
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/stella.js b/stella.js
index 870d19a..19599e2 100644
--- a/stella.js
+++ b/stella.js
@@ -39,7 +39,7 @@ let PLUGIN_INFO =
すてら
Show video informations on the status line.
ステータスラインに動画の再生時間などを表示する。
- 0.19.1
+ 0.19.2
anekos
new BSD License (Please read the source code comments of this plugin)
修正BSDライセンス (ソースコードのコメントを参照してください)
@@ -114,6 +114,19 @@ let PLUGIN_INFO =
再生・ポーズ
アイコンをダブルクリック:
フルスクリーン切り替え
+ パネルの cflmr をクリック:
+ 以下の機能をオンオフします。
+ (大文字の時がオン)
+ C:
+ コメント
+ F:
+ フルスクリーン (Stella によるもの)
+ L:
+ 大画面
+ M:
+ ミュート(消音)
+ R:
+ リピート
== Link ==
http://d.hatena.ne.jp/nokturnalmortum/20081213/1229168832
]]>
@@ -1514,6 +1527,8 @@ Thanks:
onIconDblClick: function () this.player.toggle('fullscreen'),
+ onLargeClick: function () this.player.toggle('large'),
+
onLocationChange: function () {
if (this.__valid !== this.isValid) {
(this.__valid = this.isValid) ? this.enable() : this.disable();
--
cgit v1.2.3