From bc7f4a4e1fbc3e9f8ae42ea528360347cb4a6be9 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Fri, 13 Aug 2021 17:23:59 +0900 Subject: conflicting/tools/Keyboard_shortcuts を削除 (#1846) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 古い記述であるため --- files/ja/_redirects.txt | 1 - files/ja/_wikihistory.json | 7 -- .../tools/keyboard_shortcuts/index.html | 101 --------------------- 3 files changed, 109 deletions(-) delete mode 100644 files/ja/conflicting/tools/keyboard_shortcuts/index.html (limited to 'files/ja') 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 ---- -
{{ToolsSidebar}}

ソースエディタは source-editor.jsm によって提供されるエディタコンポーネントで、スクラッチパッドスタイルエディタ などの開発ツールで共用しています。また、Firefox の拡張機能から使用することもできます。この記事では、テキストを編集するときのエディタ自身の使い方を説明します。

- -

キーボードコマンド

- -

以下は、各コマンドの標準的なキーボードショートカットです。これは一部のアドオンで異なる場合があることに注意してください。ただし、Firefox では常にこれらを使用します。

- -
注意: Mac OS X では、control キーの代わりに Command キーを使用します。
- -

 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
機能キーボード
すべて選択Ctrl-A
コピーCtrl-C
検索Ctrl-F
再検索Ctrl-G
指定行へ移動Ctrl-L
やり直しCtrl-Shift-Z
貼り付けCtrl-V
切り取りCtrl-X
元に戻すCtrl-Z
行のインデントTab
行のインデント解除Shift-Tab
前の行へ移動Alt-↑ (Mac OS X では Ctrl-Option-↑)
後の行へ移動Alt-↓ (Mac OS X では Ctrl-Option-↓)
選択範囲のコメント化とコメント解除Ctrl-/
開き括弧へ移動Ctrl-[
閉じ括弧へ移動Ctlr-]
- -

 

- -

参考情報

- - -- cgit v1.2.3-54-g00ecf