TheDesk Miho (ver.8)

This commit is contained in:
cutls 2018-02-09 01:54:24 +09:00
parent 1d9a59e06f
commit fb546e23f3
2 changed files with 18 additions and 10 deletions

View File

@ -100,7 +100,7 @@ $(function($) {
} }
} }
} }
//37,39 //イメージビューワー切り替え
if (e.keyCode === 37) { if (e.keyCode === 37) {
if ($("#imagemodal").hasClass("open")) { if ($("#imagemodal").hasClass("open")) {
imgCont('prev'); imgCont('prev');

View File

@ -113,21 +113,29 @@
<br><br> <br><br>
<a href="index.html" class="btn waves-effect orange nex" style="width:100%; max-width:200px;">戻る</a><br> <a href="index.html" class="btn waves-effect orange nex" style="width:100%; max-width:200px;">戻る</a><br>
<br> <br>
キーボードショートカット一覧<br> キーボードショートカット一覧</li>
N:新規投稿画面を開く<br> <li>N:投稿パネルを開く</li>
X:投稿パネルを開く<br> <li>X:投稿パネルを開閉</li>
Ctrl+Enter:投稿<br> <li>Ctrl+Enter:投稿</li>
H:Home TL<br> <li>Esc:投稿パネルを消す</li>
L:Local TL<br> <li>F5:スーパーリロード</li>
P:連合 TL<br> <li>E:投稿パネルの幅を切り替え</li>
[スペース]+Shift:更新<br> <li>Shift+C:入力内容を消す</li>
<li>←/→:イメージビューワー起動時に画像切り替え</li>
<li>マウスホイール:イメージビューワー時に拡大縮小</li>
以下Markdownに対応したインスタンスのみ。<br>
<li>Ctrl+B/I/S/U:太字/斜字/取り消し/下線</li>
以下アスタルテにログインしている場合のみ<br>
<li>Ctrl+R:アスタルテ暇人ランキングを開く</li>
<br> <br>
<button class="btn waves-effect red" style="width:100%; max-width:500px;" onclick="if(confirm('初期化します')){ localStorage.clear(); location.href='index.html'; }">初期化</button><br> <button class="btn waves-effect red" style="width:100%; max-width:500px;" onclick="if(confirm('初期化します')){ localStorage.clear(); location.href='index.html'; }">初期化</button><br>
<button class="btn waves-effect indigo" onclick="about()" style="width:100%; max-width:500px;">このソフトについて</button><br> <button class="btn waves-effect indigo" onclick="about()" style="width:100%; max-width:500px;">このソフトについて</button><br>
<a href="https://desk.cutls.com" class="btn waves-effect deep-purple lighten-2" style="width:100%; max-width:500px;">公式HP</a><br> <a href="https://desk.cutls.com" class="btn waves-effect deep-purple lighten-2" style="width:100%; max-width:500px;">公式HP</a><br>
<a href="https://enty.jp/Cutls" class="btn waves-effect purple lighten-2" style="width:100%; max-width:500px;">寄付(Enty)</a><br> <a href="https://enty.jp/Cutls" class="btn waves-effect purple lighten-2" style="width:100%; max-width:500px;">寄付(Enty)</a><br>
<a href="https://github.com/cutls/TheDesk" class="btn waves-effect black lighten-2" style="width:100%; max-width:500px;">GitHub</a><br>
<span style="font-family:Open Sans;"> <span style="font-family:Open Sans;">
Copyright &copy; TheDesk on Mastodon 2018 & Cutls.com 2015 All Rights Reserved. Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License<br> Copyright &copy; TheDesk on Mastodon 2018 & Cutls.com 2015 All Rights Reserved. <a href="https://github.com/cutls/TheDesk/blob/master/LICENSE.md">TheDesk LICENSE (Latest Ver.)</a><br>
Developer: <a onclick="udg('12336')" style="cursor:pointer" class="nex pointer">Cutls P(@Cutls@kirishima.cloud)</a><br> Developer: <a onclick="udg('12336')" style="cursor:pointer" class="nex pointer">Cutls P(@Cutls@kirishima.cloud)</a><br>
</span> </span>
<!-- Modal Structure Userdata --> <!-- Modal Structure Userdata -->