Difference between revisions of "Controls/ja"

From Minetest Wiki
Jump to navigation Jump to search
(update translation)
(update translation)
 
Line 21: Line 21:
 
! colspan="5"|移動
 
! colspan="5"|移動
 
|-
 
|-
|視点移動||マウス移動||No||''(none)''||
+
|視点移動||マウス移動||いいえ||''(なし)''||
 
|-
 
|-
|前進||W||Yes||<code>keymap_forward</code>||  
+
|前進||W||はい||<code>keymap_forward</code>||  
 
|-
 
|-
|左移動||A||Yes||<code>keymap_left</code>||  
+
|左移動||A||はい||<code>keymap_left</code>||  
 
|-
 
|-
|右移動||D||Yes||<code>keymap_right</code>||  
+
|右移動||D||はい||<code>keymap_right</code>||  
 
|-
 
|-
|後退||S||Yes||<code>keymap_backward</code>||  
+
|後退||S||はい||<code>keymap_backward</code>||  
 
|-
 
|-
|ピッチ移動モード切り替え||P||Yes||<code>keymap_pitchmove</code>|| [[Controls/ja#移動モード|操作方法#移動モード]]参照。
+
|ピッチ移動モード切り替え||P||はい||<code>keymap_pitchmove</code>|| [[Controls/ja#移動モード|操作方法#移動モード]]参照。
 
|-
 
|-
|高速移動モード切り替え||J||Yes||<code>keymap_fastmove</code>|| [[Controls/ja#移動モード|操作方法#移動モード]]参照。要「fast」[[Privileges|権限]]
+
|高速移動モード切り替え||J||はい||<code>keymap_fastmove</code>|| [[Controls/ja#移動モード|操作方法#移動モード]]参照。要「fast」[[Privileges|権限]]
 
|-
 
|-
|飛行モード切り替え||K||Yes||<code>keymap_freemove</code>|| [[Controls/ja#移動モード|操作方法#移動モード]]参照。要「fly」[[Privileges|権限]]
+
|飛行モード切り替え||K||はい||<code>keymap_freemove</code>|| [[Controls/ja#移動モード|操作方法#移動モード]]参照。要「fly」[[Privileges|権限]]
 
|-
 
|-
|すり抜けモード切り替え||H||Yes||<code>keymap_noclip</code>|| [[Controls/ja#移動モード|操作方法#移動モード]]参照。要「noclip」[[Privileges|権限]]
+
|すり抜けモード切り替え||H||はい||<code>keymap_noclip</code>|| [[Controls/ja#移動モード|操作方法#移動モード]]参照。要「noclip」[[Privileges|権限]]
 
|-]}]]
 
|-]}]]
|特別 / 予備||E||Yes||<code>keymap_special1</code>|| 高速移動モードのとき、より速く走ります。<code>aux1_descends</code>の設定がtrueの場合、この操作で[[liquid|液体]]や[[ladder|はしご]]で降ります。一部のMODでは、このキーを使用してスプリントなど特別な動作を有効にします
+
|特別 / 予備||E||はい||<code>keymap_special1</code>|| 高速移動モードのとき、より速く走ります。<code>aux1_descends</code>の設定がtrueの場合、この操作で[[liquid|液体]]や[[ladder|はしご]]で降ります。一部のMODでは、このキーを使用してスプリントなど特別な動作を有効にします
 
|-
 
|-
|ジャンプ / 登る ||Space||Yes||<code>keymap_jump</code>|| 登ったり、水中、飛行モードのとき、ジャンプの代わりに上に移動します
+
|ジャンプ / 登る ||スペース||はい||<code>keymap_jump</code>|| 登ったり、水中、飛行モードのとき、ジャンプの代わりに上に移動します
 
|-
 
|-
|[[Sneaking|スニーク]] / 降りる||Shift||Yes||<code>keymap_sneak</code>|| 降りたり、水中、飛行モードのとき、スニークではなく下に移動します
+
|[[Sneaking|スニーク]] / 降りる||Shift||はい||<code>keymap_sneak</code>|| 降りたり、水中、飛行モードのとき、スニークではなく下に移動します
 
|-
 
|-
|自動前進切り替え||''(none)''||Yes||<code>keymap_autoforward</code>|| このモードが有効になっているとき、つねに前進キーが押されているような動作をします
+
|自動前進切り替え||''(なし)''||はい||<code>keymap_autoforward</code>|| このモードが有効になっているとき、つねに前進キーが押されているような動作をします
 
|-
 
|-
 
! colspan="5"|ワールドの操作
 
! colspan="5"|ワールドの操作
 
|-
 
|-
|[[Punching|パンチ]] / [[Mining|採掘]] ||左マウスボタン||No||<code>keymap_dig</code>||  
+
|[[Punching|パンチ]] / [[Mining|採掘]] ||左マウスボタン||いいえ||<code>keymap_dig</code>||  
 
|-
 
|-
|[[Using|使う]] / [[Building|建築]] ||右マウスボタン||No||<code>keymap_place</code>|| 視点の先が使えるもの(例:[[Chest|チェスト]])であれば使います。そうでなければブロックで建築します
+
|[[Using|使う]] / [[Building|建築]] ||右マウスボタン||いいえ||<code>keymap_place</code>|| 視点の先が使えるもの(例:[[Chest|チェスト]])であれば使います。そうでなければブロックで建築します
 
|-
 
|-
|建築 ||Shift+右マウスボタン||No||<code>keymap_sneak</code>, <code>keymap_place</code>|| これを使うと利用可能なブロックで建築します
+
|建築 ||Shift+右マウスボタン||いいえ||<code>keymap_sneak</code>, <code>keymap_place</code>|| これを使うと利用可能なブロックで建築します
 
|-
 
|-
|[[hotbar|ホットバー]]の次/前のアイテムスタックを選択 || マウスホイール回転 || No || ''(none)'' ||  
+
|[[hotbar|ホットバー]]の次/前のアイテムスタックを選択 || マウスホイール回転 || いいえ || ''(なし)'' ||  
 
|-
 
|-
|[[hotbar|ホットバー]]の前のアイテムスタックを選択 || B || Yes || <code>keymap_hotbar_previous</code> ||  
+
|[[hotbar|ホットバー]]の前のアイテムスタックを選択 || B || はい || <code>keymap_hotbar_previous</code> ||  
 
|-
 
|-
|[[hotbar|ホットバー]]の次のアイテムスタックを選択 || N || Yes || <code>keymap_hotbar_next</code> ||  
+
|[[hotbar|ホットバー]]の次のアイテムスタックを選択 || N || はい || <code>keymap_hotbar_next</code> ||  
 
|-
 
|-
|ホットバーのアイテムスタックを直接選択 || 0-9 || No || <code>keymap_slot1</code> - <code>keymap_slot32</code> ||  
+
|ホットバーのアイテムスタックを直接選択 || 0-9 || いいえ || <code>keymap_slot1</code> - <code>keymap_slot32</code> ||  
 
|-
 
|-
|使用中のアイテムスタックを捨てる||Q||Yes||<code>keymap_drop</code>||  
+
|使用中のアイテムスタックを捨てる||Q||はい||<code>keymap_drop</code>||  
 
|-
 
|-
|使用中のアイテムスタックからアイテムを1つ捨てる||Shift+Q||Yes||<code>keymap_sneak</code>, <code>keymap_drop</code>||
+
|使用中のアイテムスタックからアイテムを1つ捨てる||Shift+Q||はい||<code>keymap_sneak</code>, <code>keymap_drop</code>||
 
|-
 
|-
 
! colspan="5"|カメラ
 
! colspan="5"|カメラ
 
|-
 
|-
|カメラ選択||C||Yes||<code>keymap_camera_mode</code>||Available cameras are (in this order): first person view, third person view from the back, third person view from the front
+
|カメラ選択||C||はい||<code>keymap_camera_mode</code>||Available cameras are (in this order): first person view, third person view from the back, third person view from the front
 
|-
 
|-
|シネマティックモード切り替え||''(none)''||Yes||<code>keymap_cinematic</code>||In cinematic mode, the camera will not immediately follow your movements, instead it will quickly “catch on”, so the movement of the camera looks a bit like the movement of an actual camera
+
|シネマティックモード切り替え||''(なし)''||はい||<code>keymap_cinematic</code>||In cinematic mode, the camera will not immediately follow your movements, instead it will quickly “catch on”, so the movement of the camera looks a bit like the movement of an actual camera
 
|-
 
|-
|クロスヘアにズーム||Z||Yes||<code>keymap_zoom</code>|| Usage of zoom can be restricted by game or mod. By default, zooming is only allowed in Creative Mode
+
|クロスヘアにズーム||Z||はい||<code>keymap_zoom</code>|| Usage of zoom can be restricted by game or mod. By default, zooming is only allowed in Creative Mode
 
|-
 
|-
 
! colspan="5"|グラフィック
 
! colspan="5"|グラフィック
 
|-
 
|-
|霧の表示切り替え||F3||Yes||<code>keymap_toggle_force_fog_off</code>||
+
|霧の表示切り替え||F3||はい||<code>keymap_toggle_force_fog_off</code>||
 
|-
 
|-
|Increase minimal viewing distance||+||Yes||<code>keymap_increase_viewing_range_min</code>||
+
|最低表示距離を増やす||+||はい||<code>keymap_increase_viewing_range_min</code>||
 
|-
 
|-
|Decrease minimal viewing distance||-||Yes||<code>keymap_decrease_viewing_range_min</code>||
+
|最低表示距離を減らす||-||はい||<code>keymap_decrease_viewing_range_min</code>||
 
|-
 
|-
|視野切り替え||R||Yes||<code>keymap_rangeselect</code>||Far view allows to view things without a distance limitation. '''Warning''': This can severly impact Minetest's performance; use this only briefly or for testing
+
|視野切り替え||R||はい||<code>keymap_rangeselect</code>||Far view allows to view things without a distance limitation. '''Warning''': This can severly impact Minetest's performance; use this only briefly or for testing
 
|-
 
|-
|[[Screenshot|スクリーンショット]]を撮る||F12||Yes||<code>keymap_screenshot</code>||
+
|[[Screenshot|スクリーンショット]]を撮る||F12||はい||<code>keymap_screenshot</code>||
 
|-
 
|-
 
! colspan="5"|ヘッドアップディスプレイ
 
! colspan="5"|ヘッドアップディスプレイ
 
|-
 
|-
|[[inventory menu|インベントリメニュー]]の表示/非表示||I||Yes||<code>keymap_inventory</code>||  
+
|[[inventory menu|インベントリメニュー]]の表示/非表示||I||はい||<code>keymap_inventory</code>||  
 
|-
 
|-
|HUDの表示/非表示||F1 ||Yes||<code>keymap_toggle_hud</code>||  
+
|HUDの表示/非表示||F1 ||はい||<code>keymap_toggle_hud</code>||  
 
|-
 
|-
|チャットログの表示/非表示||F2 ||Yes||<code>keymap_toggle_chat</code>||  
+
|チャットログの表示/非表示||F2 ||はい||<code>keymap_toggle_chat</code>||  
 
|-
 
|-
|[[Minimap|ミニマップ]]の表示切り替え ||V ||Yes||<code>keymap_minimap</code>|| Usage of minimap can be restricted by game or mod ||
+
|[[Minimap|ミニマップ]]の表示切り替え ||V ||はい||<code>keymap_minimap</code>|| ゲームやModによってミニマップの使用を制限できます ||
 
|-
 
|-
|ミニマップの形(四角/丸)切り替え||Shift+F9 ||Yes||<code>keymap_sneak</code>, <code>keymap_minimap</code>||  
+
|ミニマップの形(四角/丸)切り替え||Shift+F9 ||はい||<code>keymap_sneak</code>, <code>keymap_minimap</code>||  
 
|-
 
|-
|[[Console|コンソール]]を開く/閉じる||F10||Yes||<code>keymap_console</code>||  
+
|[[Console|コンソール]]を開く/閉じる||F10||はい||<code>keymap_console</code>||  
 
|-
 
|-
|中止 / ウィンドウ閉じる / 中断メニュー開く / Minetest終了 ||Esc||No||''(none)''||
+
|中止 / ウィンドウ閉じる / 中断メニュー開く / Minetest終了 ||Esc||いいえ||''(none)''||
 
|-
 
|-
 
! colspan="5"|サウンド
 
! colspan="5"|サウンド
 
|-
 
|-
|音量下げる || ''(none)'' || Yes || <code>keymap_decrease_volume</code> ||
+
|音量下げる || ''(なし)'' || はい || <code>keymap_decrease_volume</code> ||
 
|-
 
|-
|音量上げる || ''(none)'' || Yes || <code>keymap_increase_volume</code> ||
+
|音量上げる || ''(なし)'' || はい || <code>keymap_increase_volume</code> ||
 
|-
 
|-
|ミュート切り替え || M || Yes || <code>keymap_mute</code> ||
+
|ミュート切り替え || M || はい || <code>keymap_mute</code> ||
 
|-
 
|-
 
! colspan="5"|コマンドとチャット
 
! colspan="5"|コマンドとチャット
 
|-
 
|-
|[[chat window|チャットウィンドウ]]開く||T||Yes||<code>keymap_chat</code>||You need the “shout” privilege to [[chat]]
+
|[[chat window|チャットウィンドウ]]開く||T||はい||<code>keymap_chat</code>||[[chat|チャット]]をするには「shout」権限が必要です
 
|-
 
|-
|Start issuing a [[Server commands|server command]]||/||Yes||<code>keymap_cmd</code>||
+
|[[Server commands|サーバーコマンド]]を実行する||/||はい||<code>keymap_cmd</code>||
 
|-
 
|-
|Start issuing a [[Local commands|local command]]||.||Yes||<code>keymap_cmd_local</code>|| Local commands are part of [[client mods]]
+
|[[Local commands|ローカルコマンド]]を実行する||.||はい||<code>keymap_cmd_local</code>|| ローカルコマンドは[[client mods|クライアントmod]]の一部です
 
|-
 
|-
 
! colspan="5"|デバッグ用(開発者向け)
 
! colspan="5"|デバッグ用(開発者向け)
 
|-
 
|-
|Enable/disable camera update||F4 ''or none''||No||<code>keymap_toggle_update_camera</code>||Only useful for developers. If disabled, the landscape drawn around you will not be updated as you look around. This action only has a default key binding in the developer version of Minetest; in official releases there's no default key binding because this can be very confusing to players
+
|カメラの更新を有効/無効||F4 ''または、なし''||いいえ||<code>keymap_toggle_update_camera</code>||Only useful for developers. If disabled, the landscape drawn around you will not be updated as you look around. This action only has a default key binding in the developer version of Minetest; in official releases there's no default key binding because this can be very confusing to players
 
|-
 
|-
|[[debug|デバッグ]]表示切り替え||F5||No||<code>keymap_toggle_debug</code>||Also shows your [[coordinates]]
+
|[[debug|デバッグ]]表示切り替え||F5||いいえ||<code>keymap_toggle_debug</code>||Also shows your [[coordinates]]
 
|-
 
|-
|[https://dev.minetest.net/Profiler_graph プロファイラ]表示切り替え||F6||No||<code>keymap_toggle_profiler</code>||開発者だけ役立つでしょう
+
|[https://dev.minetest.net/Profiler_graph プロファイラ]表示切り替え||F6||いいえ||<code>keymap_toggle_profiler</code>||開発者だけ役立つでしょう
 
|-
 
|-
|[[debug.txt]]にスタックトレース書き込み|| ''(none)'' ||No||<code>keymap_print_debug_stacks</code>||開発者だけ役立つでしょう
+
|[[debug.txt]]にスタックトレース書き込み|| ''(なし)'' ||いいえ||<code>keymap_print_debug_stacks</code>||開発者だけ役立つでしょう
 
|-
 
|-
 
|}
 
|}
Line 136: Line 136:
 
=== モバイル(Android / iOS) ===
 
=== モバイル(Android / iOS) ===
  
(Note: This section and the list of controls might be incomplete)
+
(注意: このセクションの操作一覧は不完全な可能性があります)
  
The controls on mobile devices are severely restricted compared to the PC and you only have very basic controls. You can't do everything a PC player could do.
+
モバイルデバイスの操作は、PCに比べると非常に制限されてるので基本的な操作しかできません。PCのプレイヤーができる、すべてのことはできません。
  
The touchscreen is used for everything.
+
タッチスクリーンは、すべての操作に使われます。
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 152: Line 152:
 
|パンチ / 採掘 ||ロングタップ
 
|パンチ / 採掘 ||ロングタップ
 
|-
 
|-
|チャット || Press on-screen button in left upper corner
+
|チャット || 画面左上隅のボタンを押す
 
|-
 
|-
|ジャンプ || Press on-screen button in right lower corner
+
|ジャンプ || 画面右下隅のボタンを押す
 
|-
 
|-
|スニーク || Press on-screen button in right lower corner
+
|スニーク || 画面右下隅のボタンを押す
 
|-
 
|-
|上下左右の移動 || Press on-screen button in left lower corner
+
|上下左右の移動 || 画面左下隅のボタンを押す
 
|-
 
|-
|インベントリの表示 || Press on-screen button in left lower corner
+
|インベントリの表示 || 画面左下隅のボタンを押す
 
|}
 
|}
  
Mobile controls when a menu or inventory is displayed:
+
メニューまたはインベントリーを表示したときのモバイル操作
* double tap outside menu area: close menu
+
 
* tap on an item stack: select that stack
+
* メニューエリアの外側をダブルタップ: メニューを閉じる
* tap on an empty slot: if you selected a stack already, that stack is placed here
+
* アイテムスタックをタップ: アイテムスタックを選択
* drag and drop: touch stack and hold finger down, move the stack to another slot, tap another finger while keeping first finger on screen --> places a single item from dragged stack into current (first touched) slot
+
* 空のスロットをタップ: アイテムスタックを選択している場合、アイテムスタックを配置
 +
* ドラッグ・アンド・ドロップ: スタックをタッチした指をそのままスタックを別のスロットに移動させ、最初の指を画面に置いたまま別の指でタップ → ドラッグしたスタックからアイテムを1つ、現在の(最初にタッチした)スロットに配置します
 +
 
  
 
== 移動モード ==
 
== 移動モード ==
  
Along with the normal [[controls]], there are three so-called “movement modes” to change the way the player moves.
+
通常の[[controls|操作]]に加え、プレーヤーの動作を変更する、いわゆる「移動モード」と呼ばれるモードが3つあります。
  
 
=== ピッチ移動モード ===
 
=== ピッチ移動モード ===
Line 193: Line 195:
  
 
== <code>minetest.conf</code>から操作の変更 ==
 
== <code>minetest.conf</code>から操作の変更 ==
With <code>minetest.conf</code>, you can change the controls which are unavailable in the settings menu. See [[minetest.conf#Controls]] for more information.
+
<code>minetest.conf</code>では、設定メニューからは変更できない操作を変更できます。詳細は、[[minetest.conf#Controls]]を参照してください。
  
 
== インベントリの操作 ==
 
== インベントリの操作 ==

Latest revision as of 12:05, 8 November 2021

Languages 言語: English • Deutsch • français • 日本語 • Bahasa Melayu
Mbox style.png これは不完全な翻訳です。
お時間があるときに翻訳を完了させてください。

Minetestで使われる、すべての操作の概要を説明します。

操作の変更

操作を変更するには、ゲーム内のオプションメニューを使用する、またはminetest.confを編集するの2つの方法があります。minetest.confの設定名については、minetest.conf.exapmleを参照してください。なお、操作の中には固定されていて変更不可のものもあります。

ゲーム操作

PC

PC版Minetestの操作はマウスとキーボードを使います。PC版の操作は以下のとおりです。

動作 初期設定 ゲーム内での設定変更 minetest.confの設定 コメント
移動
視点移動 マウス移動 いいえ (なし)
前進 W はい keymap_forward
左移動 A はい keymap_left
右移動 D はい keymap_right
後退 S はい keymap_backward
ピッチ移動モード切り替え P はい keymap_pitchmove 操作方法#移動モード参照。
高速移動モード切り替え J はい keymap_fastmove 操作方法#移動モード参照。要「fast」権限
飛行モード切り替え K はい keymap_freemove 操作方法#移動モード参照。要「fly」権限
すり抜けモード切り替え H はい keymap_noclip 操作方法#移動モード参照。要「noclip」権限
特別 / 予備 E はい keymap_special1 高速移動モードのとき、より速く走ります。aux1_descendsの設定がtrueの場合、この操作で液体はしごで降ります。一部のMODでは、このキーを使用してスプリントなど特別な動作を有効にします
ジャンプ / 登る スペース はい keymap_jump 登ったり、水中、飛行モードのとき、ジャンプの代わりに上に移動します
スニーク / 降りる Shift はい keymap_sneak 降りたり、水中、飛行モードのとき、スニークではなく下に移動します
自動前進切り替え (なし) はい keymap_autoforward このモードが有効になっているとき、つねに前進キーが押されているような動作をします
ワールドの操作
パンチ / 採掘 左マウスボタン いいえ keymap_dig
使う / 建築 右マウスボタン いいえ keymap_place 視点の先が使えるもの(例:チェスト)であれば使います。そうでなければブロックで建築します
建築 Shift+右マウスボタン いいえ keymap_sneak, keymap_place これを使うと利用可能なブロックで建築します
ホットバーの次/前のアイテムスタックを選択 マウスホイール回転 いいえ (なし)
ホットバーの前のアイテムスタックを選択 B はい keymap_hotbar_previous
ホットバーの次のアイテムスタックを選択 N はい keymap_hotbar_next
ホットバーのアイテムスタックを直接選択 0-9 いいえ keymap_slot1 - keymap_slot32
使用中のアイテムスタックを捨てる Q はい keymap_drop
使用中のアイテムスタックからアイテムを1つ捨てる Shift+Q はい keymap_sneak, keymap_drop
カメラ
カメラ選択 C はい keymap_camera_mode Available cameras are (in this order): first person view, third person view from the back, third person view from the front
シネマティックモード切り替え (なし) はい keymap_cinematic In cinematic mode, the camera will not immediately follow your movements, instead it will quickly “catch on”, so the movement of the camera looks a bit like the movement of an actual camera
クロスヘアにズーム Z はい keymap_zoom Usage of zoom can be restricted by game or mod. By default, zooming is only allowed in Creative Mode
グラフィック
霧の表示切り替え F3 はい keymap_toggle_force_fog_off
最低表示距離を増やす + はい keymap_increase_viewing_range_min
最低表示距離を減らす - はい keymap_decrease_viewing_range_min
視野切り替え R はい keymap_rangeselect Far view allows to view things without a distance limitation. Warning: This can severly impact Minetest's performance; use this only briefly or for testing
スクリーンショットを撮る F12 はい keymap_screenshot
ヘッドアップディスプレイ
インベントリメニューの表示/非表示 I はい keymap_inventory
HUDの表示/非表示 F1 はい keymap_toggle_hud
チャットログの表示/非表示 F2 はい keymap_toggle_chat
ミニマップの表示切り替え V はい keymap_minimap ゲームやModによってミニマップの使用を制限できます
ミニマップの形(四角/丸)切り替え Shift+F9 はい keymap_sneak, keymap_minimap
コンソールを開く/閉じる F10 はい keymap_console
中止 / ウィンドウ閉じる / 中断メニュー開く / Minetest終了 Esc いいえ (none)
サウンド
音量下げる (なし) はい keymap_decrease_volume
音量上げる (なし) はい keymap_increase_volume
ミュート切り替え M はい keymap_mute
コマンドとチャット
チャットウィンドウ開く T はい keymap_chat チャットをするには「shout」権限が必要です
サーバーコマンドを実行する / はい keymap_cmd
ローカルコマンドを実行する . はい keymap_cmd_local ローカルコマンドはクライアントmodの一部です
デバッグ用(開発者向け)
カメラの更新を有効/無効 F4 または、なし いいえ keymap_toggle_update_camera Only useful for developers. If disabled, the landscape drawn around you will not be updated as you look around. This action only has a default key binding in the developer version of Minetest; in official releases there's no default key binding because this can be very confusing to players
デバッグ表示切り替え F5 いいえ keymap_toggle_debug Also shows your coordinates
プロファイラ表示切り替え F6 いいえ keymap_toggle_profiler 開発者だけ役立つでしょう
debug.txtにスタックトレース書き込み (なし) いいえ keymap_print_debug_stacks 開発者だけ役立つでしょう

macOS

PCの場合とほぼ同じですが違いが一つあります。1ボタンマウスをお使いの方は、トラックパッドを2本指でタップすると右クリックをエミュレートします。

モバイル(Android / iOS)

(注意: このセクションの操作一覧は不完全な可能性があります)

モバイルデバイスの操作は、PCに比べると非常に制限されてるので基本的な操作しかできません。PCのプレイヤーができる、すべてのことはできません。

タッチスクリーンは、すべての操作に使われます。

動作 操作
視点移動 画面をタッチしてスライド
使う / 建築 ダブルタップ
パンチ / 採掘 ロングタップ
チャット 画面左上隅のボタンを押す
ジャンプ 画面右下隅のボタンを押す
スニーク 画面右下隅のボタンを押す
上下左右の移動 画面左下隅のボタンを押す
インベントリの表示 画面左下隅のボタンを押す

メニューまたはインベントリーを表示したときのモバイル操作

  • メニューエリアの外側をダブルタップ: メニューを閉じる
  • アイテムスタックをタップ: アイテムスタックを選択
  • 空のスロットをタップ: アイテムスタックを選択している場合、アイテムスタックを配置
  • ドラッグ・アンド・ドロップ: スタックをタッチした指をそのままスタックを別のスロットに移動させ、最初の指を画面に置いたまま別の指でタップ → ドラッグしたスタックからアイテムを1つ、現在の(最初にタッチした)スロットに配置します


移動モード

通常の操作に加え、プレーヤーの動作を変更する、いわゆる「移動モード」と呼ばれるモードが3つあります。

ピッチ移動モード

If this mode is activated (default key: P), the movement keys will move you relative to your current view pitch (vertical look angle) when you're in a liquid or in fly mode.

高速移動モード

If this mode is activated (default key: J), it allows the player to move faster. If the fly mode is not activated, the player can run faster using the so-called “Special” key (Setting name in minetest.conf: keymap_special1), which is E normally. If the fly mode is activated, the player will fly faster instead.

The “fast” privilege is required to use this.

飛行モード

If this mode is activated (default key: K), the effects of gravity do not apply to the player anymore. This slightly changes the controls: The jump key (default: Space) will cause the player to rise and the sneak key (default: Shift) to sink.

The “fly” privilege is required to use this.

すり抜けモード

If this mode is activated (default key: H) along with fly mode, the player can fly through walls. If fly mode is not activated as well, noclip mode has nearly no effect; it only prevents screen blackening when the player's head is inside a solid block.

The “noclip” privilege is required to use this.

minetest.confから操作の変更

minetest.confでは、設定メニューからは変更できない操作を変更できます。詳細は、minetest.conf#Controlsを参照してください。

インベントリの操作

Inventory#Controlsをご覧ください。

コンソールの操作

Console#Controls overviewをご覧ください。