diff --git a/app/js/common/keyshortcut.js b/app/js/common/keyshortcut.js index 963091d4..1066f453 100644 --- a/app/js/common/keyshortcut.js +++ b/app/js/common/keyshortcut.js @@ -20,7 +20,6 @@ $(function ($) { return false; } } - } //Ctrl+Enter:投稿 if (event.metaKey || event.ctrlKey && wv) { @@ -36,14 +35,6 @@ $(function ($) { return false; } } - - //Shift+Space:Markdownゼロ幅スペース - if (event.shiftKey) { - if (e.keyCode === 32) { - brInsert("​"); - return false; - } - } //Esc:消す if (e.keyCode === 27 && wv) { hide(); @@ -54,14 +45,6 @@ $(function ($) { location.href = "index.html"; return false; } - //Ctrl+R:ランキング - if ((event.metaKey || event.ctrlKey) && wv) { - if (e.keyCode === 82) { - if (localStorage.getItem("kirishima")) { - window.open("https://astarte.thedesk.top"); - } - } - } //Ctrl+Sift+C:全消し if (((event.metaKey || event.ctrlKey) && event.shiftKey) && wv) { if (e.keyCode === 67) { diff --git a/app/view/make/setting.sample.html b/app/view/make/setting.sample.html index 4de98dfa..e7805664 100644 --- a/app/view/make/setting.sample.html +++ b/app/view/make/setting.sample.html @@ -448,8 +448,6 @@ 以下Markdownに対応したインスタンスのみ。
  • Ctrl+B/I/S/U:太字/斜字/取り消し/下線
  • -
  • Shift+Enter:全角スペースを入れて改行
  • -
  • Shift+Space:ゼロ幅スペース
  • 以下アスタルテにログインしている場合のみ
  • Ctrl+R: