diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-08-13 17:23:59 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-13 17:23:59 +0900 |
commit | bc7f4a4e1fbc3e9f8ae42ea528360347cb4a6be9 (patch) | |
tree | d1fce6870a4b1bbe1c261fd1f1c984b40f91fb6f /files/ja | |
parent | a560b0fbfd6b2c4336e9828ee2195d95faea830a (diff) | |
download | translated-content-bc7f4a4e1fbc3e9f8ae42ea528360347cb4a6be9.tar.gz translated-content-bc7f4a4e1fbc3e9f8ae42ea528360347cb4a6be9.tar.bz2 translated-content-bc7f4a4e1fbc3e9f8ae42ea528360347cb4a6be9.zip |
conflicting/tools/Keyboard_shortcuts を削除 (#1846)
- 古い記述であるため
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/_redirects.txt | 1 | ||||
-rw-r--r-- | files/ja/_wikihistory.json | 7 | ||||
-rw-r--r-- | files/ja/conflicting/tools/keyboard_shortcuts/index.html | 101 |
3 files changed, 0 insertions, 109 deletions
diff --git a/files/ja/_redirects.txt b/files/ja/_redirects.txt index f47378976b..170433ea2c 100644 --- a/files/ja/_redirects.txt +++ b/files/ja/_redirects.txt @@ -3089,7 +3089,6 @@ /ja/docs/Tools/Remote_Debugging/Debugging_Firefox_for_Android_with_WebIDE_clone /ja/docs/Tools/Remote_Debugging/Debugging_Firefox_for_Android_with_WebIDE /ja/docs/Tools/Responsive_Design_Mode_(before_Firefox_52) /ja/docs/Tools/Responsive_Design_Mode /ja/docs/Tools/Responsive_Design_View /ja/docs/Tools/Responsive_Design_Mode -/ja/docs/Tools/Using_the_Source_Editor /ja/docs/conflicting/tools/Keyboard_shortcuts /ja/docs/Tools/Web_Console-redirect-1 /ja/docs/Tools/Web_Console /ja/docs/Tools/Web_Console/Keyboard_shortcuts /ja/docs/orphaned/Tools/Web_Console/Keyboard_shortcuts /ja/docs/Tools/Web_Console/Opening_the_Web_Console /ja/docs/Tools/Web_Console/UI_Tour diff --git a/files/ja/_wikihistory.json b/files/ja/_wikihistory.json index ef012978ea..a63eacc3fe 100644 --- a/files/ja/_wikihistory.json +++ b/files/ja/_wikihistory.json @@ -48503,13 +48503,6 @@ "electrolysis" ] }, - "conflicting/tools/Keyboard_shortcuts": { - "modified": "2020-07-16T22:34:03.446Z", - "contributors": [ - "wbamberg", - "yyss" - ] - }, "orphaned/Bugzilla-ja": { "modified": "2019-03-24T00:01:53.796Z", "contributors": [ diff --git a/files/ja/conflicting/tools/keyboard_shortcuts/index.html b/files/ja/conflicting/tools/keyboard_shortcuts/index.html deleted file mode 100644 index 1a6d7d0ea0..0000000000 --- a/files/ja/conflicting/tools/keyboard_shortcuts/index.html +++ /dev/null @@ -1,101 +0,0 @@ ---- -title: ソースエディタの使用 -slug: conflicting/tools/Keyboard_shortcuts -translation_of: tools/Keyboard_shortcuts#Source_editor -translation_of_original: Tools/Using_the_Source_Editor -original_slug: Tools/Using_the_Source_Editor ---- -<div>{{ToolsSidebar}}</div><p>ソースエディタは <a href="/ja/JavaScript_code_modules/source-editor.jsm" title="source-editor.jsm"><code>source-editor.jsm</code></a> によって提供されるエディタコンポーネントで、<a href="/ja/Tools/Scratchpad" title="Scratchpad">スクラッチパッド</a> や <a href="/ja/Tools/Style_Editor" title="Style Editor">スタイルエディタ</a> などの開発ツールで共用しています。また、<a href="/ja/JavaScript_code_modules/Using_the_Source_Editor_API" title="Using the Source Editor API">Firefox の拡張機能から使用する</a>こともできます。この記事では、テキストを編集するときのエディタ自身の使い方を説明します。</p> - -<h2 id="キーボードコマンド">キーボードコマンド</h2> - -<p>以下は、各コマンドの標準的なキーボードショートカットです。これは一部のアドオンで異なる場合があることに注意してください。ただし、Firefox では常にこれらを使用します。</p> - -<div class="note"><strong>注意:</strong> Mac OS X では、control キーの代わりに Command キーを使用します。</div> - -<p> </p> - -<table class="standard-table" style="width: auto;"> - <thead> - <tr> - <th class="header">機能</th> - <th class="header">キーボード</th> - </tr> - </thead> - <tbody> - <tr> - <td>すべて選択</td> - <td>Ctrl-A</td> - </tr> - <tr> - <td>コピー</td> - <td>Ctrl-C</td> - </tr> - <tr> - <td>検索</td> - <td>Ctrl-F</td> - </tr> - <tr> - <td>再検索</td> - <td>Ctrl-G</td> - </tr> - <tr> - <td>指定行へ移動</td> - <td>Ctrl-L</td> - </tr> - <tr> - <td>やり直し</td> - <td>Ctrl-Shift-Z</td> - </tr> - <tr> - <td>貼り付け</td> - <td>Ctrl-V</td> - </tr> - <tr> - <td>切り取り</td> - <td>Ctrl-X</td> - </tr> - <tr> - <td>元に戻す</td> - <td>Ctrl-Z</td> - </tr> - <tr> - <td>行のインデント</td> - <td>Tab</td> - </tr> - <tr> - <td>行のインデント解除</td> - <td>Shift-Tab</td> - </tr> - <tr> - <td>前の行へ移動</td> - <td>Alt-↑ (Mac OS X では Ctrl-Option-↑)</td> - </tr> - <tr> - <td>後の行へ移動</td> - <td>Alt-↓ (Mac OS X では Ctrl-Option-↓)</td> - </tr> - <tr> - <td>選択範囲のコメント化とコメント解除</td> - <td>Ctrl-/</td> - </tr> - <tr> - <td>開き括弧へ移動</td> - <td>Ctrl-[</td> - </tr> - <tr> - <td>閉じ括弧へ移動</td> - <td>Ctlr-]</td> - </tr> - </tbody> -</table> - -<p> </p> - -<h2 id="参考情報">参考情報</h2> - -<ul> - <li><a href="/ja/Tools" title="Tools">Tools</a></li> - <li><a href="/ja/Tools/Scratchpad" title="Scratchpad">Scratchpad</a></li> - <li><a href="/ja/Tools/Style_Editor" title="Style Editor">Style Editor</a></li> -</ul> |