forked from bookyakuno/Blender-Scramble-Addon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathShortcutHtmlTemp.html
177 lines (172 loc) · 170 KB
/
ShortcutHtmlTemp.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<html>
<head>
<title>Blenderショートカット一覧</title>
<link rel="shortcut icon" href="http://www.blender.org/wp-content/themes/bthree/assets/images/favicon.ico?af8ba9">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script>
function simple_tooltip(target_items, name){
$(target_items).each(function(i){
$("body").append("<div class='"+name+"' id='"+name+i+"'><p>"+$(this).attr('title')+"</p></div>");
var my_tooltip = $("#"+name+i);
if($(this).attr("title") != "" && $(this).attr("title") != "undefined" ){
$(this).removeAttr("title").mouseover(function(){
my_tooltip.css({opacity:1.0, display:"none"}).fadeIn(100);
}).mousemove(function(kmouse){
var border_top = $(window).scrollTop();
var border_right = $(window).width();
var left_pos;
var top_pos;
var offset = 20;
if(border_right - (offset *2) >= my_tooltip.width() + kmouse.pageX){
left_pos = kmouse.pageX+offset;
} else{
left_pos = border_right-my_tooltip.width()-offset;
}
if(border_top + (offset *2)>= kmouse.pageY - my_tooltip.height()){
top_pos = border_top +offset;
} else{
top_pos = kmouse.pageY-my_tooltip.height()-offset;
}
my_tooltip.css({left:left_pos, top:top_pos});
}).mouseout(function(){
my_tooltip.css({left:"-9999px"});
});
}
});
}
$(document).ready(function(){
simple_tooltip("area","tooltip");
});
</script>
<style type="text/css">
<!--
div.tooltip {
position: absolute;
left: -9999px;
background: #FFF;
padding: 5px;
border: 1px solid #000;
}
div.tooltip p{
color: #000;
background: #FFF;
padding: 5px 10px;
}
.table{
width: 100%;
height: 100%;
display:table;
text-align: center;
}
.table > *{
display:table-cell;
vertical-align: middle;
}
-->
</style>
</head>
<body>
<div class="table">
<div>
<img src="http://www.blender.org/wp-content/themes/bthree/assets/images/logo.png"><br>
<img src="ShortcutHtmlKeysImage.png" usemap="#keys_map">
<map name="keys_map">
<area href="#" title="<b>【Space(スペース) 】</b><br><br><b>[Window]</b><br> <font size='2' color='#000'>アニメーション再生</font><br> <font size='2' color='#606'>(+Shift Alt)検索メニュー</font><br><b>[Screen]</b><br> <font size='2' color='#000'><s>PLAY & HIDE</s></font><br> <font size='2' color='#000'>アニメーション再生</font><br> <font size='2' color='#006'>(+Shift)エリア最大化を切り替え</font><br> <font size='2' color='#006'>(+Shift OS)エリア最大化を切り替え</font><br><b>[Frames]</b><br> <font size='2' color='#000'>(+OS)アニメーション再生</font><br><b>[3D View Generic]</b><br> <font size='2' color='#000'>パイメニュー呼び出し</font><br> <font size='2' color='#600'>(+Alt)パイメニュー呼び出し</font><br> <font size='2' color='#600'><s>(+Alt)パイメニュー呼び出し</s></font><br><b>[Object Non-modal]</b><br> <font size='2' color='#060'><s>(+Ctrl)パイメニュー呼び出し</s></font><br><b>[3D View]</b><br> <font size='2' color='#000'>PLAY & HIDE</font><br> <font size='2' color='#600'>(+Alt)方向を選択</font><br> <font size='2' color='#060'>(+Ctrl)「space_data.show_manipulator」switch</font><br> <font size='2' color='#660'>(+Ctrl Alt)座標の向きを作成</font><br><b>[View2D Buttons List]</b><br> <font size='2' color='#000'>スクロールダウン</font><br> <font size='2' color='#600'>(+Alt)スクロールアップ</font><br><b>[Node Editor]</b><br> <font size='2' color='#600'>(+Alt)背景画像のフィット</font><br> <font size='2' color='#060'>(+Ctrl)「NODE_MT_nw_node_wrangler_menu」Call Menu</font><br><b>[Text Generic]</b><br> <font size='2' color='#006'>(+Shift)エリア最大化を切り替え</font><br><b>[Text]</b><br> <font size='2' color='#000'>(+OS)オートコンプリート</font><br><b>[Console]</b><br> <font size='2' color='#000'>(+OS)コンソール自動補完</font><br> <font size='2' color='#006'>(+Shift)エリア最大化を切り替え</font><br>" shape="rect" coords="293,301,415,350">
<area href="#" title="<b>【Z 】</b><br><br><b>[Screen]</b><br> <font size='2' color='#000'>(+OS)元に戻す</font><br> <font size='2' color='#060'>(+Ctrl)元に戻す</font><br> <font size='2' color='#600'><s>(+Alt OS)操作履歴</s></font><br> <font size='2' color='#006'>(+Shift OS)やり直す</font><br> <font size='2' color='#660'><s>(+Ctrl Alt)操作履歴</s></font><br> <font size='2' color='#066'>(+Shift Ctrl)やり直す</font><br><b>[Timeline]</b><br> <font size='2' color='#000'>全てを表示</font><br><b>[Object Mode]</b><br> <font size='2' color='#606'><s>(+Shift Alt)Mirror Z</s></font><br> <font size='2' color='#606'>(+Shift Alt)Mirror Z</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'><s>ブラシの選択</s></font><br> <font size='2' color='#000'><s>BRUSH_OT_select_by_name</s></font><br> <font size='2' color='#006'>(+Shift)ブラシの選択</font><br><b>[Mesh]</b><br> <font size='2' color='#600'>(+Alt)ナイフトポロジーツール</font><br> <font size='2' color='#060'>(+Ctrl)ナイフトポロジーツール</font><br> <font size='2' color='#006'><s>(+Shift)ナイフトポロジーツール</s></font><br> <font size='2' color='#600'>(+Alt OS)結合</font><br><b>[Armature]</b><br> <font size='2' color='#060'>(+Ctrl)ペアレントをクリア</font><br><b>[Object Non-modal]</b><br> <font size='2' color='#000'><s>パイメニュー呼び出し</s></font><br><b>[3D View]</b><br> <font size='2' color='#000'>view_selected_or_all</font><br> <font size='2' color='#000'><s>円選択</s></font><br> <font size='2' color='#600'><s>(+Alt)「space_data.viewport_shade」to「SOLID」And「TEXTURED」To Switch</s></font><br> <font size='2' color='#006'>(+Shift)全てを表示</font><br> <font size='2' color='#006'>(+Shift)「space_data.viewport_shade」to「SOLID」And「RENDERED」To Switch</font><br> <font size='2' color='#606'>(+Shift Alt)「space_data.show_only_render」switch</font><br> <font size='2' color='#606'><s>(+Shift Alt)「space_data.viewport_shade」to「SOLID」And「WIREFRAME」To Switch</s></font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>選択部分を表示</font><br><b>[Image]</b><br> <font size='2' color='#000'>全てを表示</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>選択部分を表示</font><br> <font size='2' color='#000'>Reset Backdrop</font><br> <font size='2' color='#000'>変更レイヤーをレンダリング</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>選択部分を表示</font><br><b>[NLA Editor]</b><br> <font size='2' color='#000'>選択部分を表示</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>選択部分を表示</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>選択部分を表示</font><br>" shape="rect" coords="133,243,180,293">
<area href="#" title="<b>【X 】</b><br><br><b>[Screen]</b><br> <font size='2' color='#006'><s>(+Shift)フレームを変更</s></font><br><b>[Frames]</b><br> <font size='2' color='#060'>(+Ctrl)フレームを変更</font><br><b>[Timeline]</b><br> <font size='2' color='#000'>(+OS)key_move_current_x</font><br> <font size='2' color='#006'>(+Shift OS)key_cut_x</font><br> <font size='2' color='#066'>(+Shift Ctrl)key_cut_x</font><br><b>[Info]</b><br> <font size='2' color='#000'>レポートを削除</font><br><b>[3D View Generic]</b><br> <font size='2' color='#000'><s>パイメニュー呼び出し</s></font><br> <font size='2' color='#000'>パイメニュー呼び出し</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>「VIEW3D_MT_edit_gpencil_delete」Call Menu</font><br> <font size='2' color='#600'>(+Alt)削除</font><br> <font size='2' color='#060'>(+Ctrl)溶解</font><br> <font size='2' color='#006'>(+Shift)全アクティブフレームを削除</font><br><b>[Pose]</b><br> <font size='2' color='#060'>(+Ctrl)現在のポーズをコピー</font><br><b>[Object Mode]</b><br> <font size='2' color='#006'><s>(+Shift)削除</s></font><br> <font size='2' color='#060'>(+Ctrl OS)「VIEW3D_MT_copypopup」Call Menu</font><br> <font size='2' color='#606'>(+Shift Alt)ミラーX</font><br><b>[Paint Curve]</b><br> <font size='2' color='#000'>ペイントカーブ制御点を削除</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'>ブラシカラーを切替</font><br><b>[Weight Paint]</b><br> <font size='2' color='#000'>ラジアルコントロール</font><br> <font size='2' color='#000'><s>投げ縄内をマスク</s></font><br> <font size='2' color='#060'>(+Ctrl)投げ縄内をマスク</font><br> <font size='2' color='#006'>(+Shift)投げ縄内をマスク</font><br> <font size='2' color='#006'>(+Shift OS)投げ縄内をマスク</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'><s>ブラシの選択</s></font><br> <font size='2' color='#000'><s>Set Brush Number</s></font><br> <font size='2' color='#000'>「tool_settings.sculpt.use_symmetry_x」switch</font><br><b>[Mesh]</b><br> <font size='2' color='#060'>(+Ctrl)Line Tool</font><br><b>[Armature]</b><br> <font size='2' color='#000'><s>削除</s></font><br> <font size='2' color='#060'>(+Ctrl)ペアレントを作成</font><br><b>[Metaball]</b><br> <font size='2' color='#000'>削除</font><br><b>[Particle]</b><br> <font size='2' color='#000'>削除</font><br><b>[Object Non-modal]</b><br> <font size='2' color='#000'><s>パイメニュー呼び出し</s></font><br><b>[3D View]</b><br> <font size='2' color='#066'>(+Shift Ctrl)OBJECT_OT_carver</font><br><b>[Animation Channels]</b><br> <font size='2' color='#000'>チャンネルを削除</font><br><b>[Outliner]</b><br> <font size='2' color='#006'>(+Shift)Outliner Group Operation</font><br><b>[Node Editor]</b><br> <font size='2' color='#600'>(+Alt)Delete Unused Nodes</font><br><b>[File Browser]</b><br> <font size='2' color='#000'>選択したファイルを削除</font><br><b>[File Browser Main]</b><br> <font size='2' color='#000'>次のフォルダー</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>(+OS)key_dope_cut_x</font><br> <font size='2' color='#600'>(+Alt)キーフレーム削除</font><br> <font size='2' color='#060'>(+Ctrl)key_move_current_x</font><br><b>[NLA Channels]</b><br> <font size='2' color='#000'>トラックを削除</font><br><b>[Text]</b><br> <font size='2' color='#000'>(+OS)カット</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>トラックを削除</font><br> <font size='2' color='#006'>(+Shift)マーカーを削除</font><br><b>[Clip Graph Editor]</b><br> <font size='2' color='#000'>カーブを削除</font><br> <font size='2' color='#006'>(+Shift)もつれを削除</font><br>" shape="rect" coords="183,243,233,293">
<area href="#" title="<b>【C 】</b><br><br><b>[Screen]</b><br> <font size='2' color='#600'>(+Alt)やり直し</font><br><b>[Timeline]</b><br> <font size='2' color='#006'>(+Shift OS)key_copy_x</font><br> <font size='2' color='#066'>(+Shift Ctrl)key_copy_x</font><br><b>[User Interface]</b><br> <font size='2' color='#066'>(+Shift Ctrl)データパスをコピー</font><br> <font size='2' color='#666'>(+Shift Ctrl Alt)データパスをコピー</font><br><b>[Info]</b><br> <font size='2' color='#000'>(+OS)レポートをクリップボードにコピー</font><br> <font size='2' color='#060'>(+Ctrl)レポートをクリップボードにコピー</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>(+OS)ストロークをコピー</font><br> <font size='2' color='#600'>(+Alt)グリースペンシルを変換</font><br> <font size='2' color='#060'>(+Ctrl)ストロークをコピー</font><br><b>[Weight Paint Vertex Selection]</b><br> <font size='2' color='#000'><s>円選択</s></font><br><b>[Pose]</b><br> <font size='2' color='#000'>(+OS)現在のポーズをコピー</font><br> <font size='2' color='#060'>(+Ctrl)「VIEW3D_MT_posecopypopup」Call Menu</font><br> <font size='2' color='#660'>(+Ctrl Alt)ポーズのコンストレイントをクリア</font><br> <font size='2' color='#066'>(+Shift Ctrl)コンストレイントを追加(ターゲット付き)</font><br><b>[Object Mode]</b><br> <font size='2' color='#600'>(+Alt)変換</font><br> <font size='2' color='#600'>(+Alt OS)「VIEW3D_MT_copypopup」Call Menu</font><br> <font size='2' color='#660'>(+Ctrl Alt)オブジェクトのコンストレイントをクリア</font><br> <font size='2' color='#066'>(+Shift Ctrl)コンストレイントを追加(ターゲット付き)</font><br><b>[Curve]</b><br> <font size='2' color='#600'>(+Alt)ループ切り替え</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>ブラシの選択</font><br> <font size='2' color='#006'>(+Shift)ブラシの選択</font><br><b>[Mesh]</b><br> <font size='2' color='#060'>(+Ctrl)「MESH_MT_CopyFaceSettings」Call Menu</font><br> <font size='2' color='#600'>(+Alt OS)結合</font><br><b>[Font]</b><br> <font size='2' color='#000'>(+OS)テキストをコピー</font><br> <font size='2' color='#060'>(+Ctrl)テキストをコピー</font><br><b>[3D View]</b><br> <font size='2' color='#000'>BPY_OT_ops.mesh.split()</font><br> <font size='2' color='#000'>円選択</font><br> <font size='2' color='#000'>(+OS)選択物をバッファにコピー</font><br> <font size='2' color='#060'>(+Ctrl)選択物をバッファにコピー</font><br> <font size='2' color='#006'>(+Shift)全てを表示</font><br><b>[UV Editor]</b><br> <font size='2' color='#000'><s>つながっている物を選択</s></font><br> <font size='2' color='#000'>円選択</font><br><b>[Mask Editing]</b><br> <font size='2' color='#600'>(+Alt)ループ切り替え</font><br> <font size='2' color='#060'>(+Ctrl)スプラインをコピー</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>(+OS)キーフレームをコピー</font><br> <font size='2' color='#600'>(+Alt)カーブをベイク</font><br> <font size='2' color='#060'>(+Ctrl)キーフレームをコピー</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>(+OS)クリップボードにコピー</font><br> <font size='2' color='#060'>(+Ctrl)クリップボードにコピー</font><br> <font size='2' color='#006'>(+Shift)「NODE_MT_nw_copy_node_properties_menu」Call Menu</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>(+OS)キーフレームをコピー</font><br> <font size='2' color='#060'>(+Ctrl)キーフレームをコピー</font><br><b>[Text]</b><br> <font size='2' color='#000'>(+OS)コピー</font><br> <font size='2' color='#060'>(+Ctrl)コピー</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>「SEQUENCER_MT_change」Call Menu</font><br> <font size='2' color='#000'>(+OS)コピー</font><br> <font size='2' color='#060'>(+Ctrl)コピー</font><br><b>[Console]</b><br> <font size='2' color='#000'>(+OS)クリップボードにコピー</font><br> <font size='2' color='#060'>(+Ctrl)クリップボードにコピー</font><br> <font size='2' color='#066'>(+Shift Ctrl)クリップボードにスクリプトとしてコピー</font><br><b>[Clip Editor]</b><br> <font size='2' color='#060'>(+Ctrl)トラックをコピー</font><br>" shape="rect" coords="237,244,286,292">
<area href="#" title="<b>【V 】</b><br><br><b>[Window]</b><br> <font size='2' color='#600'>(+Alt OS)検索メニュー</font><br><b>[Timeline]</b><br> <font size='2' color='#006'>(+Shift OS)key_paste_x</font><br> <font size='2' color='#066'>(+Shift Ctrl)key_paste_x</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>(+OS)ストロークを貼り付け</font><br> <font size='2' color='#060'>(+Ctrl)ストロークを貼り付け</font><br><b>[Pose]</b><br> <font size='2' color='#000'>(+OS)ポーズを貼り付け</font><br> <font size='2' color='#600'>(+Alt)フレームオフセット</font><br> <font size='2' color='#060'>(+Ctrl)ポーズを貼り付け</font><br> <font size='2' color='#006'>(+Shift OS)ポーズを貼り付け</font><br> <font size='2' color='#066'>(+Shift Ctrl)ポーズを貼り付け</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>「tool_settings.use_snap」switch</font><br><b>[Curve]</b><br> <font size='2' color='#000'>「tool_settings.use_snap」switch</font><br><b>[Weight Paint]</b><br> <font size='2' color='#000'><s>「weight_paint_object.data.use_paint_mask_vertex」switch</s></font><br><b>[Sculpt]</b><br> <font size='2' color='#606'>(+Shift Alt)cut_mat_group</font><br><b>[Mesh]</b><br> <font size='2' color='#000'><s>切り裂き</s></font><br> <font size='2' color='#000'>「tool_settings.use_snap」switch</font><br> <font size='2' color='#600'>(+Alt)MESH_OT_rip_move_fill</font><br> <font size='2' color='#060'><s>(+Ctrl)頂点の経路を連結</s></font><br> <font size='2' color='#006'>(+Shift)頂点スライド</font><br> <font size='2' color='#660'>(+Ctrl Alt)「VIEW3D_MT_edit_mesh_vertices」Call Menu</font><br> <font size='2' color='#006'><s>(+Shift OS)BPY_OT_context.scene.tool_settings.use_snap = False</s></font><br> <font size='2' color='#606'>(+Shift Alt)分離</font><br> <font size='2' color='#606'><s>(+Shift Alt OS)分離</s></font><br> <font size='2' color='#606'><s>(+Shift Alt OS)切り裂き</s></font><br> <font size='2' color='#606'>(+Shift Alt OS)辺を分離</font><br><b>[Armature]</b><br> <font size='2' color='#000'>「tool_settings.use_snap」switch</font><br><b>[Font]</b><br> <font size='2' color='#000'>(+OS)テキストを貼り付け</font><br> <font size='2' color='#060'>(+Ctrl)テキストを貼り付け</font><br><b>[Object Non-modal]</b><br> <font size='2' color='#000'><s>オブジェクトのモードを設定</s></font><br><b>[3D View]</b><br> <font size='2' color='#000'>(+OS)バッファーから選択貼り付け</font><br> <font size='2' color='#600'>(+Alt)「hops.vieport_submenu」Call Menu</font><br> <font size='2' color='#600'>(+Alt)「viewport.submenu」Call Menu</font><br> <font size='2' color='#060'><s>(+Ctrl)バッファーから選択貼り付け</s></font><br><b>[Animation Channels]</b><br> <font size='2' color='#000'>ANIM_OT_channels_visibility_set</font><br> <font size='2' color='#006'>(+Shift)ANIM_OT_channels_visibility_toggle</font><br><b>[UV Editor]</b><br> <font size='2' color='#000'>「tool_settings.use_snap」switch</font><br> <font size='2' color='#060'>(+Ctrl)最小ストレッチ</font><br><b>[Mask Editing]</b><br> <font size='2' color='#000'>ハンドルタイプを設定</font><br> <font size='2' color='#060'>(+Ctrl)スプラインを貼り付け</font><br><b>[Outliner]</b><br> <font size='2' color='#000'>Toggle Visibility</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>(+OS)キーフレームを貼付け</font><br> <font size='2' color='#060'>(+Ctrl)キーフレームを貼付け</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>「tool_settings.use_snap」switch</font><br> <font size='2' color='#000'>(+OS)クリップボードから貼り付け</font><br> <font size='2' color='#600'>(+Alt)背景画像のズーム</font><br> <font size='2' color='#060'>(+Ctrl)クリップボードから貼り付け</font><br> <font size='2' color='#006'>(+Shift)Copy Label</font><br> <font size='2' color='#600'>(+Alt OS)背景画像のズーム</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>キーフレームのハンドルを設定</font><br> <font size='2' color='#000'>(+OS)キーフレームを貼付け</font><br> <font size='2' color='#060'>(+Ctrl)キーフレームを貼付け</font><br><b>[Text]</b><br> <font size='2' color='#000'>(+OS)貼り付け</font><br> <font size='2' color='#060'>(+Ctrl)貼り付け</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>(+OS)貼り付け</font><br> <font size='2' color='#060'>(+Ctrl)貼り付け</font><br><b>[Console]</b><br> <font size='2' color='#000'>(+OS)クリップボードから貼り付け</font><br> <font size='2' color='#060'>(+Ctrl)クリップボードから貼り付け</font><br><b>[Clip Editor]</b><br> <font size='2' color='#060'>(+Ctrl)トラックを貼り付け</font><br>" shape="rect" coords="289,243,336,294">
<area href="#" title="<b>【B 】</b><br><br><b>[View2D]</b><br> <font size='2' color='#006'>(+Shift)枠にズーム</font><br><b>[Markers]</b><br> <font size='2' color='#000'>Marker Border Select</font><br> <font size='2' color='#060'>(+Ctrl)カメラをマーカーにバインド</font><br><b>[Info]</b><br> <font size='2' color='#000'><s>Border Select</s></font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>「tool_settings.proportional_edit」to「DISABLED」And「ENABLED」To Switch</font><br> <font size='2' color='#600'>(+Alt)Border Select</font><br><b>[Weight Paint Vertex Selection]</b><br> <font size='2' color='#000'>Border Select</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>「tool_settings.use_proportional_edit_objects」switch</font><br> <font size='2' color='#066'>(+Shift Ctrl)「VIEW3D_MT_booltool_menu」Call Menu</font><br> <font size='2' color='#066'>(+Shift Ctrl)「OBJECT_MT_BoolTool_Menu」Call Menu</font><br><b>[Curve]</b><br> <font size='2' color='#000'>「tool_settings.proportional_edit」to「DISABLED」And「CONNECTED」To Switch</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'><s>ブラシの選択</s></font><br><b>[Mesh]</b><br> <font size='2' color='#000'>「tool_settings.proportional_edit」to「DISABLED」And「CONNECTED」To Switch</font><br> <font size='2' color='#060'>(+Ctrl)ベベル</font><br> <font size='2' color='#066'>(+Shift Ctrl)ベベル</font><br><b>[Armature]</b><br> <font size='2' color='#000'>「tool_settings.use_snap」switch</font><br><b>[Metaball]</b><br> <font size='2' color='#000'>「tool_settings.proportional_edit」to「」And「」To Switch</font><br><b>[Font]</b><br> <font size='2' color='#060'>(+Ctrl)スタイルを切り替え</font><br><b>[3D View]</b><br> <font size='2' color='#600'>(+Alt)Clipping Border</font><br> <font size='2' color='#060'>(+Ctrl)ボーダーレンダリングの設定</font><br> <font size='2' color='#006'>(+Shift)枠にズーム</font><br> <font size='2' color='#006'>(+Shift)ボーダーレンダリングの設定</font><br> <font size='2' color='#660'>(+Ctrl Alt)ボーダーレンダリングをクリア</font><br><b>[Animation Channels]</b><br> <font size='2' color='#000'>Border Select</font><br><b>[UV Editor]</b><br> <font size='2' color='#000'><s>Border Select</s></font><br> <font size='2' color='#000'>「tool_settings.proportional_edit」to「DISABLED」And「CONNECTED」To Switch</font><br> <font size='2' color='#006'>(+Shift)Border Select</font><br><b>[Mask Editing]</b><br> <font size='2' color='#000'>Border Select</font><br><b>[Outliner]</b><br> <font size='2' color='#000'>Border Select</font><br><b>[Graph Editor]</b><br> <font size='2' color='#600'>(+Alt)Border Select</font><br> <font size='2' color='#060'>(+Ctrl)Border Select</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>Border Select</font><br> <font size='2' color='#060'>(+Ctrl)ビュワーボーダー</font><br> <font size='2' color='#660'>(+Ctrl Alt)ビュワーボーダーをクリア</font><br><b>[File Browser Main]</b><br> <font size='2' color='#000'>Activate/Select File</font><br><b>[Dopesheet]</b><br> <font size='2' color='#600'>(+Alt)Border Select</font><br><b>[NLA Editor]</b><br> <font size='2' color='#000'>Border Select</font><br> <font size='2' color='#600'>(+Alt)Border Select</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>Border Select</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>Border Select</font><br><b>[Clip Graph Editor]</b><br> <font size='2' color='#000'>Border Select</font><br>" shape="rect" coords="342,245,392,294">
<area href="#" title="<b>【N 】</b><br><br><b>[Window]</b><br> <font size='2' color='#000'>(+OS)スタートアップファイルの再読み込み</font><br> <font size='2' color='#060'><s>(+Ctrl)スタートアップファイルの再読み込み</s></font><br><b>[Curve]</b><br> <font size='2' color='#060'>(+Ctrl)法線を再計算</font><br><b>[Mesh]</b><br> <font size='2' color='#600'>(+Alt)面を反転</font><br> <font size='2' color='#660'>(+Ctrl Alt)法線を一様に</font><br> <font size='2' color='#066'><s>(+Shift Ctrl)法線を一様に</s></font><br><b>[Armature]</b><br> <font size='2' color='#066'>(+Shift Ctrl)ロールを再計算</font><br><b>[View2D Buttons List]</b><br> <font size='2' color='#000'>スクロールダウン</font><br><b>[UV Editor]</b><br> <font size='2' color='#000'>UV_OT_cpuv_copy_uv</font><br> <font size='2' color='#000'>プロジェクション</font><br> <font size='2' color='#000'>展開</font><br><b>[Mask Editing]</b><br> <font size='2' color='#600'>(+Alt)新規マスク</font><br> <font size='2' color='#060'>(+Ctrl)法線を再計算</font><br><b>[Image Generic]</b><br> <font size='2' color='#600'>(+Alt)新規画像</font><br><b>[File Browser]</b><br> <font size='2' color='#006'>(+Shift OS)新しいディレクトリを作成</font><br><b>[Dopesheet Generic]</b><br> <font size='2' color='#000'>プロパティ</font><br><b>[Text]</b><br> <font size='2' color='#060'>(+Ctrl)テキストブロックを作成</font><br> <font size='2' color='#600'>(+Alt OS)テキストブロックを作成</font><br>" shape="rect" coords="394,245,444,295">
<area href="#" title="<b>【M 】</b><br><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>ストロークのレイヤー移動</font><br> <font size='2' color='#060'>(+Ctrl)ミラー</font><br><b>[Pose]</b><br> <font size='2' color='#000'>ボーンレイヤーを変更</font><br> <font size='2' color='#006'>(+Shift)アーマチュアレイヤーを変更</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>レイヤー移動</font><br> <font size='2' color='#066'>(+Shift Ctrl)ミラー選択</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'>「image_paint_object.data.use_paint_mask」switch</font><br><b>[Vertex Paint]</b><br> <font size='2' color='#000'>「vertex_paint_object.data.use_paint_mask」switch</font><br><b>[Weight Paint]</b><br> <font size='2' color='#000'>「weight_paint_object.data.use_paint_mask」switch</font><br><b>[Mesh]</b><br> <font size='2' color='#666'>(+Shift Ctrl Alt)非多様体を選択</font><br><b>[Armature]</b><br> <font size='2' color='#000'>ボーンレイヤーを変更</font><br> <font size='2' color='#600'>(+Alt)ボーンをマージ</font><br> <font size='2' color='#006'>(+Shift)アーマチュアレイヤーを変更</font><br> <font size='2' color='#066'>(+Shift Ctrl)アクティブ/選択中のボーンを反転</font><br><b>[3D View]</b><br> <font size='2' color='#600'>(+Alt)「hops.material_list_menu」Call Menu</font><br> <font size='2' color='#600'>(+Alt)「view3d.material_list_menu」Call Menu</font><br> <font size='2' color='#600'><s>(+Alt)「VIEW3D_MT_master_material」Call Menu</s></font><br> <font size='2' color='#060'>(+Ctrl)ミラー</font><br><b>[View2D Buttons List]</b><br> <font size='2' color='#000'>スクロールアップ</font><br><b>[UV Editor]</b><br> <font size='2' color='#060'>(+Ctrl)ミラー</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>タイムマーカーを追加</font><br> <font size='2' color='#060'>(+Ctrl)マーカーをリネーム</font><br> <font size='2' color='#006'>(+Shift)キーをミラー</font><br> <font size='2' color='#066'>(+Shift Ctrl)Fカーブモディファイアーを追加</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>ノードのミュート切り替え</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>タイムマーカーを追加</font><br> <font size='2' color='#060'>(+Ctrl)マーカーをリネーム</font><br> <font size='2' color='#006'>(+Shift)キーをミラー</font><br><b>[NLA Editor]</b><br> <font size='2' color='#000'>タイムマーカーを追加</font><br> <font size='2' color='#060'>(+Ctrl)マーカーをリネーム</font><br> <font size='2' color='#066'>(+Shift Ctrl)Fモディファイアーを追加</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>タイムマーカーを追加</font><br> <font size='2' color='#060'>(+Ctrl)マーカーをリネーム</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>「space_data.use_mute_footage」switch</font><br>" shape="rect" coords="447,244,497,296">
<area href="#" title="<b>【,(コンマ) 】</b><br><br><b>[Screen]</b><br> <font size='2' color='#000'>(+OS)Show User Preferences</font><br> <font size='2' color='#060'>(+Ctrl)Show User Preferences</font><br><b>[Mesh]</b><br> <font size='2' color='#006'>(+Shift)より少なく選択</font><br><b>[3D View]</b><br> <font size='2' color='#000'>「space_data.pivot_point」to「BOUNDING_BOX_CENTER」To Change</font><br> <font size='2' color='#600'>(+Alt)「space_data.use_pivot_point_align」switch</font><br> <font size='2' color='#060'>(+Ctrl)「space_data.pivot_point」to「MEDIAN_POINT」To Change</font><br><b>[Image]</b><br> <font size='2' color='#000'>「space_data.pivot_point」to「CENTER」To Change</font><br> <font size='2' color='#060'>(+Ctrl)「space_data.pivot_point」to「MEDIAN」To Change</font><br><b>[Node Editor]</b><br> <font size='2' color='#600'>(+Alt)Batch Change</font><br> <font size='2' color='#060'>(+Ctrl)Merge Nodes</font><br> <font size='2' color='#066'>(+Shift Ctrl)Merge Nodes</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>「space_data.pivot_point」to「BOUNDING_BOX_CENTER」To Change</font><br> <font size='2' color='#060'>(+Ctrl)「space_data.pivot_point」to「MEDIAN_POINT」To Change</font><br>" shape="rect" coords="500,244,548,295">
<area href="#" title="<b>【.(ピリオド) 】</b><br><br><b>[Mesh]</b><br> <font size='2' color='#006'>(+Shift)より多く選択</font><br><b>[3D View]</b><br> <font size='2' color='#000'>「space_data.pivot_point」to「CURSOR」To Change</font><br> <font size='2' color='#600'>(+Alt)「space_data.pivot_point」to「ACTIVE_ELEMENT」To Change</font><br> <font size='2' color='#060'>(+Ctrl)「space_data.pivot_point」to「INDIVIDUAL_ORIGINS」To Change</font><br><b>[Outliner]</b><br> <font size='2' color='#000'>アクティブを表示</font><br><b>[Image]</b><br> <font size='2' color='#000'>「space_data.pivot_point」to「CURSOR」To Change</font><br><b>[Node Editor]</b><br> <font size='2' color='#600'>(+Alt)Batch Change</font><br> <font size='2' color='#060'>(+Ctrl)Merge Nodes</font><br> <font size='2' color='#066'>(+Shift Ctrl)Merge Nodes</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>「space_data.pivot_point」to「CURSOR」To Change</font><br> <font size='2' color='#060'>(+Ctrl)「space_data.pivot_point」to「INDIVIDUAL_ORIGINS」To Change</font><br>" shape="rect" coords="553,244,603,295">
<area href="#" title="<b>【/(スラッシュ) 】</b><br><br><b>[Mesh]</b><br> <font size='2' color='#000'>(+OS)より少なく選択</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>「NODE_MT_nw_add_reroutes_menu」Call Menu</font><br> <font size='2' color='#600'>(+Alt)Batch Change</font><br> <font size='2' color='#060'>(+Ctrl)Merge Nodes</font><br> <font size='2' color='#660'>(+Ctrl Alt)Merge Nodes</font><br> <font size='2' color='#066'>(+Shift Ctrl)Merge Nodes</font><br>" shape="rect" coords="608,245,654,293">
<area href="#" title="<b>【¥ 】</b><br><br>" shape="rect" coords="657,243,706,294">
<area href="#" title="<b>【A 】</b><br><br><b>[Screen]</b><br> <font size='2' color='#000'><s>OBJECT_OT_my_etc</s></font><br> <font size='2' color='#000'><s>OpenGL Render</s></font><br><b>[Markers]</b><br> <font size='2' color='#000'><s>全マーカーを選択(解除)</s></font><br><b>[Animation]</b><br> <font size='2' color='#606'><s>(+Shift Alt)フレームを変更</s></font><br><b>[Frames]</b><br> <font size='2' color='#600'><s>(+Alt)アニメーション再生</s></font><br> <font size='2' color='#606'><s>(+Shift Alt)アニメーション再生</s></font><br> <font size='2' color='#606'><s>(+Shift Alt)フレームを変更</s></font><br><b>[Timeline]</b><br> <font size='2' color='#000'>Timeline Keymover</font><br> <font size='2' color='#060'>(+Ctrl)フレームを変更</font><br> <font size='2' color='#060'>(+Ctrl OS)全てを表示</font><br><b>[Header]</b><br> <font size='2' color='#000'>none</font><br><b>[Info]</b><br> <font size='2' color='#000'>(+OS)全てを選択(解除)</font><br><b>[3D View Generic]</b><br> <font size='2' color='#060'>(+Ctrl)ツールシェルフ</font><br> <font size='2' color='#660'>(+Ctrl Alt)プロパティ</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>(+OS)全ストロークを選択(解除)</font><br><b>[Face Mask]</b><br> <font size='2' color='#000'>(+OS)全てを選択(解除)</font><br><b>[Weight Paint Vertex Selection]</b><br> <font size='2' color='#000'>none</font><br> <font size='2' color='#000'>(+OS)全てを選択(解除)</font><br><b>[Pose]</b><br> <font size='2' color='#000'>(+OS)全てを選択(解除)</font><br> <font size='2' color='#600'>(+Alt)ポーズの位置をクリア</font><br> <font size='2' color='#060'><s>(+Ctrl)「VIEW3D_MT_pose_apply」Call Menu</s></font><br> <font size='2' color='#060'><s>(+Ctrl)ポーズのトランスフォームをクリア</s></font><br> <font size='2' color='#006'><s>(+Shift)「INFO_MT_add」Call Menu</s></font><br> <font size='2' color='#006'>(+Shift)ポーズのトランスフォームをクリア</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>(+OS)全てを選択(解除)</font><br> <font size='2' color='#006'>(+Shift)「INFO_MT_add」Call Menu</font><br> <font size='2' color='#660'><s>(+Ctrl Alt)「VIEW3D_MT_object_apply」Call Menu</s></font><br> <font size='2' color='#066'>(+Shift Ctrl)複製を実体化</font><br> <font size='2' color='#606'>(+Shift Alt OS)MESH_OT_primitive_round_cube_add</font><br><b>[Paint Curve]</b><br> <font size='2' color='#000'>ペイントカーブ制御点を選択</font><br> <font size='2' color='#000'>Translate</font><br><b>[Curve]</b><br> <font size='2' color='#000'>(+OS)全てを選択(解除)</font><br> <font size='2' color='#006'>(+Shift)「INFO_MT_edit_curve_add」Call Menu</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'>ラジアルコントロール</font><br> <font size='2' color='#006'>(+Shift)ラジアルコントロール</font><br><b>[Weight Paint]</b><br> <font size='2' color='#606'>(+Shift Alt)ラジアルコントロール</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>ラジアルコントロール</font><br> <font size='2' color='#000'>none</font><br> <font size='2' color='#000'>(+OS)マスク塗りつぶし</font><br> <font size='2' color='#006'>(+Shift)ラジアルコントロール</font><br> <font size='2' color='#006'>(+Shift OS)マスク塗りつぶし</font><br><b>[Mesh]</b><br> <font size='2' color='#000'>(+OS)全てを選択(解除)</font><br> <font size='2' color='#006'>(+Shift)「INFO_MT_mesh_add」Call Menu</font><br><b>[Armature]</b><br> <font size='2' color='#000'>(+OS)全てを選択(解除)</font><br> <font size='2' color='#006'>(+Shift)ボーンを追加</font><br> <font size='2' color='#660'><s>(+Ctrl Alt)ボーンを整列</s></font><br><b>[Metaball]</b><br> <font size='2' color='#000'>(+OS)全てを選択(解除)</font><br> <font size='2' color='#006'>(+Shift)メタボールを追加</font><br><b>[Lattice]</b><br> <font size='2' color='#000'>(+OS)全てを選択(解除)</font><br><b>[Particle]</b><br> <font size='2' color='#000'>(+OS)全てを選択(解除)</font><br><b>[Font]</b><br> <font size='2' color='#000'>(+OS)すべて選択</font><br><b>[3D View]</b><br> <font size='2' color='#000'>Translate</font><br> <font size='2' color='#000'>none</font><br> <font size='2' color='#060'>(+Ctrl OS)全てを表示</font><br> <font size='2' color='#006'>(+Shift OS)view_selected_or_all</font><br> <font size='2' color='#006'>(+Shift OS)選択部分を表示</font><br> <font size='2' color='#066'>(+Shift Ctrl)スキンリサイズ</font><br> <font size='2' color='#066'>(+Shift Ctrl OS)選択部分を表示 (非ズーム)</font><br><b>[Property Editor]</b><br> <font size='2' color='#000'>ページスクロール</font><br><b>[Animation Channels]</b><br> <font size='2' color='#000'>(+OS)すべて選択</font><br><b>[UV Editor]</b><br> <font size='2' color='#000'>Translate</font><br> <font size='2' color='#000'>(+OS)全てを選択(解除)</font><br><b>[Mask Editing]</b><br> <font size='2' color='#000'>Translate</font><br> <font size='2' color='#000'>(+OS)全てを選択(解除)</font><br> <font size='2' color='#006'>(+Shift)「MASK_MT_add」Call Menu</font><br><b>[Outliner]</b><br> <font size='2' color='#000'>選択/非選択を切り替え</font><br> <font size='2' color='#006'>(+Shift)すべて展開/折りたたみ</font><br><b>[Graph Editor Generic]</b><br> <font size='2' color='#660'>(+Ctrl Alt)プロパティ</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>Translate</font><br> <font size='2' color='#000'>(+OS)すべて選択</font><br> <font size='2' color='#060'>(+Ctrl OS)全てを表示</font><br> <font size='2' color='#006'>(+Shift OS)選択部分を表示</font><br><b>[Image Generic]</b><br> <font size='2' color='#060'>(+Ctrl)ツールシェルフ</font><br> <font size='2' color='#660'>(+Ctrl Alt)プロパティ</font><br><b>[Image]</b><br> <font size='2' color='#000'><s>全てを表示</s></font><br> <font size='2' color='#060'>(+Ctrl OS)全てを表示</font><br><b>[Node Generic]</b><br> <font size='2' color='#660'>(+Ctrl Alt)プロパティ</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>Translate</font><br> <font size='2' color='#000'>none</font><br> <font size='2' color='#000'>(+OS)全てを選択(解除)</font><br> <font size='2' color='#060'>(+Ctrl)パイメニュー呼び出し</font><br> <font size='2' color='#006'>(+Shift)「NODE_MT_add」Call Menu</font><br> <font size='2' color='#060'>(+Ctrl OS)全てを表示</font><br> <font size='2' color='#006'>(+Shift OS)選択部分を表示</font><br> <font size='2' color='#606'>(+Shift Alt OS)ノード追加</font><br><b>[File Browser Main]</b><br> <font size='2' color='#000'>(+OS)全ファイルを選択(解除)</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>トランスフォーム</font><br> <font size='2' color='#000'>(+OS)すべて選択</font><br> <font size='2' color='#060'>(+Ctrl OS)全てを表示</font><br> <font size='2' color='#006'>(+Shift OS)選択部分を表示</font><br><b>[NLA Generic]</b><br> <font size='2' color='#660'>(+Ctrl Alt)プロパティ</font><br><b>[NLA Channels]</b><br> <font size='2' color='#006'>(+Shift)トラックを追加</font><br> <font size='2' color='#066'>(+Shift Ctrl)トラックを追加</font><br><b>[NLA Editor]</b><br> <font size='2' color='#000'>トランスフォーム</font><br> <font size='2' color='#000'>(+OS)全てを選択(解除)</font><br> <font size='2' color='#060'>(+Ctrl)スケールを適用</font><br> <font size='2' color='#006'>(+Shift)ストリップを追加</font><br> <font size='2' color='#060'>(+Ctrl OS)全てを表示</font><br><b>[Text]</b><br> <font size='2' color='#000'>(+OS)すべて選択</font><br> <font size='2' color='#060'><s>(+Ctrl)すべて選択</s></font><br> <font size='2' color='#060'>(+Ctrl)カーソルを移動</font><br> <font size='2' color='#006'>(+Shift OS)行を選択</font><br> <font size='2' color='#066'>(+Shift Ctrl)行を選択</font><br><b>[SequencerCommon]</b><br> <font size='2' color='#660'>(+Ctrl Alt)プロパティ</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>(+OS)全てを選択(解除)</font><br> <font size='2' color='#006'>(+Shift)「SEQUENCER_MT_add」Call Menu</font><br> <font size='2' color='#060'>(+Ctrl OS)全てを表示</font><br><b>[Logic Editor]</b><br> <font size='2' color='#006'>(+Shift)「LOGIC_MT_logicbricks_add」Call Menu</font><br> <font size='2' color='#060'>(+Ctrl OS)全てを表示</font><br> <font size='2' color='#660'>(+Ctrl Alt)プロパティ</font><br><b>[Clip]</b><br> <font size='2' color='#660'>(+Ctrl Alt)プロパティ</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>Translate</font><br> <font size='2' color='#000'>(+OS)全てを選択(解除)</font><br> <font size='2' color='#060'>(+Ctrl OS)全てを表示</font><br><b>[Clip Graph Editor]</b><br> <font size='2' color='#000'>Translate</font><br> <font size='2' color='#000'>(+OS)全マーカーを選択(解除)</font><br> <font size='2' color='#060'>(+Ctrl OS)全てを表示</font><br><b>[Clip Dopesheet Editor]</b><br> <font size='2' color='#060'>(+Ctrl OS)全てを表示</font><br>" shape="rect" coords="98,187,148,238">
<area href="#" title="<b>【S 】</b><br><br><b>[Window]</b><br> <font size='2' color='#000'>(+OS)Blenderファイルを保存</font><br> <font size='2' color='#060'><s>(+Ctrl)Blenderファイルを保存</s></font><br> <font size='2' color='#060'>(+Ctrl)パイメニュー呼び出し</font><br> <font size='2' color='#006'>(+Shift OS)Blenderファイルを別名で保存</font><br> <font size='2' color='#660'>(+Ctrl Alt)Blenderファイルを別名で保存</font><br> <font size='2' color='#066'><s>(+Shift Ctrl)Blenderファイルを別名で保存</s></font><br><b>[Timeline]</b><br> <font size='2' color='#000'>開始フレームを設定</font><br><b>[3D View Generic]</b><br> <font size='2' color='#006'>(+Shift)パイメニュー呼び出し</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>拡大縮小</font><br> <font size='2' color='#600'>(+Alt)トランスフォーム</font><br> <font size='2' color='#006'>(+Shift)「GPENCIL_MT_snap」Call Menu</font><br> <font size='2' color='#606'><s>(+Shift Alt)球へ変形</s></font><br> <font size='2' color='#666'>(+Shift Ctrl Alt)せん断</font><br><b>[Pose]</b><br> <font size='2' color='#600'>(+Alt)ポーズの拡大縮小をクリア</font><br> <font size='2' color='#660'>(+Ctrl Alt)トランスフォーム</font><br> <font size='2' color='#066'>(+Shift Ctrl)キーフレーム挿入メニュー</font><br><b>[Object Mode]</b><br> <font size='2' color='#600'>(+Alt)拡大縮小をクリア</font><br> <font size='2' color='#600'>(+Alt OS)編集画像を全て保存</font><br> <font size='2' color='#066'>(+Shift Ctrl)キーフレーム挿入メニュー</font><br><b>[Paint Curve]</b><br> <font size='2' color='#000'>拡大縮小</font><br><b>[Curve]</b><br> <font size='2' color='#600'>(+Alt)トランスフォーム</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'>色を採取</font><br> <font size='2' color='#600'>(+Alt)編集画像を全て保存</font><br> <font size='2' color='#006'>(+Shift)「tool_settings.image_paint.brush.use_smooth_stroke」switch</font><br><b>[Vertex Paint]</b><br> <font size='2' color='#000'>色を採取</font><br> <font size='2' color='#006'>(+Shift)「tool_settings.vertex_paint.brush.use_smooth_stroke」switch</font><br><b>[Weight Paint]</b><br> <font size='2' color='#006'>(+Shift)「tool_settings.weight_paint.brush.use_smooth_stroke」switch</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'><s>ブラシの選択</s></font><br> <font size='2' color='#000'>全てを表示</font><br> <font size='2' color='#006'><s>(+Shift)ラジアルコントロール</s></font><br> <font size='2' color='#006'>(+Shift)ラジアルコントロール</font><br> <font size='2' color='#006'>(+Shift)「tool_settings.sculpt.brush.use_smooth_stroke」switch</font><br><b>[Mesh]</b><br> <font size='2' color='#600'>(+Alt)収縮/膨張</font><br> <font size='2' color='#060'>(+Ctrl)QUICK_OT_origin</font><br> <font size='2' color='#006'>(+Shift)パイメニュー呼び出し</font><br> <font size='2' color='#060'>(+Ctrl OS)Shrinkwrap Update</font><br> <font size='2' color='#606'>(+Shift Alt)面を差し込む</font><br><b>[Armature]</b><br> <font size='2' color='#600'>(+Alt)トランスフォーム</font><br> <font size='2' color='#660'>(+Ctrl Alt)トランスフォーム</font><br><b>[3D View]</b><br> <font size='2' color='#000'>拡大縮小</font><br> <font size='2' color='#006'><s>(+Shift)「VIEW3D_MT_snap」Call Menu</s></font><br> <font size='2' color='#006'>(+Shift)パイメニュー呼び出し</font><br> <font size='2' color='#606'><s>(+Shift Alt)球へ変形</s></font><br> <font size='2' color='#666'>(+Shift Ctrl Alt)せん断</font><br><b>[View2D Buttons List]</b><br> <font size='2' color='#000'>スクロールアップ</font><br><b>[UV Editor]</b><br> <font size='2' color='#000'>拡大縮小</font><br> <font size='2' color='#006'>(+Shift)「IMAGE_MT_uvs_snap」Call Menu</font><br> <font size='2' color='#606'>(+Shift Alt)UV配置をエクスポート</font><br> <font size='2' color='#666'>(+Shift Ctrl Alt)せん断</font><br><b>[UV Sculpt]</b><br> <font size='2' color='#000'>UVスカルプトツールのセット</font><br><b>[Mask Editing]</b><br> <font size='2' color='#000'>拡大縮小</font><br> <font size='2' color='#600'>(+Alt)トランスフォーム</font><br><b>[Outliner]</b><br> <font size='2' color='#000'>Toggle Selectability</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>拡大縮小</font><br> <font size='2' color='#006'>(+Shift)キーをスナップ</font><br><b>[Image Generic]</b><br> <font size='2' color='#600'>(+Alt)画像を保存</font><br><b>[Image]</b><br> <font size='2' color='#066'>(+Shift Ctrl OS)画像を別名保存</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>拡大縮小</font><br> <font size='2' color='#600'>(+Alt)Swap Links</font><br> <font size='2' color='#600'>(+Alt)拡大縮小</font><br> <font size='2' color='#006'>(+Shift)「NODE_MT_nw_switch_node_type_menu」Call Menu</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>トランスフォーム</font><br> <font size='2' color='#600'>(+Alt)dope_frame_set_start</font><br> <font size='2' color='#006'>(+Shift)キーをスナップ</font><br><b>[NLA Editor]</b><br> <font size='2' color='#000'>トランスフォーム</font><br> <font size='2' color='#600'>(+Alt)拡大縮小をクリア</font><br> <font size='2' color='#006'>(+Shift)ストリップをスナップ</font><br><b>[Text]</b><br> <font size='2' color='#600'>(+Alt)保存</font><br> <font size='2' color='#600'>(+Alt OS)保存</font><br> <font size='2' color='#606'>(+Shift Alt OS)名前をつけて保存</font><br> <font size='2' color='#666'>(+Shift Ctrl Alt)名前をつけて保存</font><br><b>[Sequencer]</b><br> <font size='2' color='#600'>(+Alt)入力を交換</font><br> <font size='2' color='#006'>(+Shift)ストリップをフレームにスナップ</font><br><b>[Clip]</b><br> <font size='2' color='#006'>(+Shift)カメラを解決</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>拡大縮小</font><br> <font size='2' color='#600'>(+Alt)「space_data.show_marker_search」switch</font><br><b>[Clip Graph Editor]</b><br> <font size='2' color='#000'>拡大縮小</font><br>" shape="rect" coords="152,188,199,237">
<area href="#" title="<b>【D 】</b><br><br><b>[Window]</b><br> <font size='2' color='#060'>(+Ctrl)qq_unwap</font><br> <font size='2' color='#660'>(+Ctrl Alt)デバッグメニュー</font><br><b>[Markers]</b><br> <font size='2' color='#006'>(+Shift)タイムマーカーを複製</font><br><b>[Timeline]</b><br> <font size='2' color='#006'>(+Shift)Key Copier</font><br><b>[User Interface]</b><br> <font size='2' color='#060'>(+Ctrl)ドライバーを追加</font><br> <font size='2' color='#660'>(+Ctrl Alt)ドライバーを削除</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>回転</font><br> <font size='2' color='#006'>(+Shift)ストロークを複製</font><br><b>[Pose]</b><br> <font size='2' color='#600'>(+Alt)ポーズの回転をクリア</font><br> <font size='2' color='#006'>(+Shift)回転モードを設定</font><br> <font size='2' color='#660'>(+Ctrl Alt)POSE_OT_delete_keyframes</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>(+OS)45 rotate gesture</font><br> <font size='2' color='#600'>(+Alt)リンク複製</font><br> <font size='2' color='#006'>(+Shift)オブジェクトの複製</font><br> <font size='2' color='#006'><s>(+Shift)マルチレゾを分割</s></font><br><b>[Paint Curve]</b><br> <font size='2' color='#000'>回転</font><br><b>[Curve]</b><br> <font size='2' color='#600'>(+Alt)傾き</font><br> <font size='2' color='#006'>(+Shift)複製を追加</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'>ブラシカラーを切替</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>ブラシの選択</font><br> <font size='2' color='#060'>(+Ctrl)ダイナミックトポロジー切替</font><br> <font size='2' color='#006'><s>(+Shift)マスク塗りつぶし</s></font><br> <font size='2' color='#006'><s>(+Shift)マルチレゾを分割</s></font><br> <font size='2' color='#606'>(+Shift Alt)duplicate_mask</font><br><b>[Mesh]</b><br> <font size='2' color='#000'>(+OS)45 rotate gesture</font><br> <font size='2' color='#600'>(+Alt)頂点を延長</font><br> <font size='2' color='#060'>(+Ctrl)パイメニュー呼び出し</font><br> <font size='2' color='#006'>(+Shift)複製を追加</font><br> <font size='2' color='#066'><s>(+Shift Ctrl)UV_OT_rotateoneeighty</s></font><br><b>[Armature]</b><br> <font size='2' color='#006'><s>(+Shift)トランスフォーム</s></font><br> <font size='2' color='#006'>(+Shift)複製</font><br><b>[Metaball]</b><br> <font size='2' color='#006'>(+Shift)複製</font><br><b>[3D View]</b><br> <font size='2' color='#000'>回転</font><br> <font size='2' color='#000'>(+OS)45 rotate gesture</font><br> <font size='2' color='#006'>(+Shift OS)NW_OT_a_rray_x</font><br> <font size='2' color='#066'>(+Shift Ctrl)45 rotate gesture</font><br><b>[UV Editor]</b><br> <font size='2' color='#000'>回転</font><br> <font size='2' color='#000'>(+OS)回転</font><br> <font size='2' color='#060'><s>(+Ctrl)qq_unwap</s></font><br> <font size='2' color='#060'><s>(+Ctrl)パイメニュー呼び出し</s></font><br> <font size='2' color='#006'>(+Shift)回転</font><br> <font size='2' color='#066'><s>(+Shift Ctrl)UV_OT_rotateoneeighty</s></font><br> <font size='2' color='#066'>(+Shift Ctrl)回転</font><br><b>[UV Sculpt]</b><br> <font size='2' color='#000'>UVスカルプトツールのセット</font><br><b>[Mask Editing]</b><br> <font size='2' color='#000'>円選択</font><br> <font size='2' color='#000'>回転</font><br> <font size='2' color='#006'>(+Shift)複製を追加</font><br><b>[Outliner]</b><br> <font size='2' color='#000'>選択物にドライバーを追加</font><br> <font size='2' color='#600'>(+Alt)選択物からドライバーを削除</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>回転</font><br> <font size='2' color='#006'>(+Shift)複製</font><br><b>[Image]</b><br> <font size='2' color='#060'>(+Ctrl)パイメニュー呼び出し</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'><s>円選択</s></font><br> <font size='2' color='#000'>回転</font><br> <font size='2' color='#600'>(+Alt)分離</font><br> <font size='2' color='#060'>(+Ctrl)拡大縮小</font><br> <font size='2' color='#006'>(+Shift)複製</font><br> <font size='2' color='#606'>(+Shift Alt)Detach Outputs</font><br> <font size='2' color='#066'>(+Shift Ctrl)複製</font><br><b>[File Browser]</b><br> <font size='2' color='#000'><s>(+OS)ブックマークを追加</s></font><br> <font size='2' color='#000'>(+OS)Blenderファイルを開く</font><br><b>[File Browser Main]</b><br> <font size='2' color='#000'>ファイル、ディレクトリの名前変更</font><br><b>[Dopesheet]</b><br> <font size='2' color='#006'>(+Shift)複製</font><br><b>[NLA Editor]</b><br> <font size='2' color='#600'>(+Alt)ストリップを複製</font><br> <font size='2' color='#006'>(+Shift)ストリップを複製</font><br><b>[Text]</b><br> <font size='2' color='#060'>(+Ctrl)行を複製</font><br> <font size='2' color='#066'>(+Shift Ctrl)コメント解除</font><br><b>[Sequencer]</b><br> <font size='2' color='#006'>(+Shift)ストリップを複製</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>円選択</font><br> <font size='2' color='#000'>回転</font><br> <font size='2' color='#600'>(+Alt)「space_data.show_disabled」switch</font><br> <font size='2' color='#006'>(+Shift)マーカーを無効化</font><br><b>[Clip Graph Editor]</b><br> <font size='2' color='#000'>回転</font><br> <font size='2' color='#006'>(+Shift)マーカーを無効化</font><br>" shape="rect" coords="204,187,254,238">
<area href="#" title="<b>【F 】</b><br><br><b>[Window]</b><br> <font size='2' color='#606'><s>(+Shift Alt OS)SETUP_OT_retopo_bb</s></font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>ラジアルコントロール</font><br> <font size='2' color='#060'>(+Ctrl)ラジアルコントロール</font><br> <font size='2' color='#006'>(+Shift)ラジアルコントロール</font><br><b>[Pose]</b><br> <font size='2' color='#000'>キーフレームを挿入</font><br> <font size='2' color='#600'>(+Alt)クォータニオンを反転</font><br> <font size='2' color='#006'>(+Shift)アクティブ/選択中のボーンを反転</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>キーフレームを挿入</font><br> <font size='2' color='#060'>(+Ctrl)パイメニュー呼び出し</font><br> <font size='2' color='#006'>(+Shift)キーフレーム挿入メニュー</font><br> <font size='2' color='#606'>(+Shift Alt)off_mirror_miller</font><br><b>[Curve]</b><br> <font size='2' color='#000'>セグメント作成</font><br><b>[Image Paint]</b><br> <font size='2' color='#060'>(+Ctrl)ラジアルコントロール</font><br> <font size='2' color='#006'><s>(+Shift)ラジアルコントロール</s></font><br> <font size='2' color='#660'>(+Ctrl Alt)ラジアルコントロール</font><br><b>[Vertex Paint]</b><br> <font size='2' color='#000'>ラジアルコントロール</font><br> <font size='2' color='#060'>(+Ctrl)ラジアルコントロール</font><br> <font size='2' color='#006'>(+Shift)ラジアルコントロール</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>ブラシの選択</font><br> <font size='2' color='#060'>(+Ctrl)マスク塗りつぶし</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br> <font size='2' color='#606'>(+Shift Alt)separate_mask</font><br><b>[Mesh]</b><br> <font size='2' color='#000'>辺/面作成</font><br> <font size='2' color='#600'><s>(+Alt)面を張る</s></font><br> <font size='2' color='#600'>(+Alt)グリッドフィル</font><br> <font size='2' color='#060'>(+Ctrl)パイメニュー呼び出し</font><br> <font size='2' color='#060'><s>(+Ctrl)「VIEW3D_MT_edit_mesh_faces」Call Menu</s></font><br> <font size='2' color='#060'><s>(+Ctrl)二等分</s></font><br> <font size='2' color='#060'><s>(+Ctrl)境界ループを選択</s></font><br> <font size='2' color='#060'>(+Ctrl)LapRelax</font><br> <font size='2' color='#006'>(+Shift)StartDraw</font><br> <font size='2' color='#600'>(+Alt OS)MESH_OT_quick_cut</font><br> <font size='2' color='#606'>(+Shift Alt)面を最適化</font><br> <font size='2' color='#066'>(+Shift Ctrl OS)Relax</font><br> <font size='2' color='#666'>(+Shift Ctrl Alt)つながるフラットな面を選択</font><br><b>[Armature]</b><br> <font size='2' color='#000'>ジョイント間のフィル</font><br> <font size='2' color='#600'>(+Alt)向きを反転</font><br> <font size='2' color='#060'>(+Ctrl)BONE_OT_rename</font><br><b>[Lattice]</b><br> <font size='2' color='#060'>(+Ctrl)方向転換(歪みなし)</font><br><b>[Particle]</b><br> <font size='2' color='#000'>ラジアルコントロール</font><br> <font size='2' color='#006'><s>(+Shift)ラジアルコントロール</s></font><br><b>[Object Non-modal]</b><br> <font size='2' color='#006'><s>(+Shift OS)原点を設定</s></font><br><b>[3D View]</b><br> <font size='2' color='#000'>VIEW3D_OT_modal_pc_click_dof</font><br> <font size='2' color='#600'>(+Alt)マウス位置を視点の中心に</font><br> <font size='2' color='#060'>(+Ctrl)「object.material_list_menu_z」Call Menu</font><br> <font size='2' color='#006'><s>(+Shift)ビューナビゲーション</s></font><br> <font size='2' color='#066'>(+Shift Ctrl)「object.material_list_menu_z」Call Menu</font><br><b>[Animation Channels]</b><br> <font size='2' color='#060'>(+Ctrl)チャンネルを検索</font><br><b>[UV Editor]</b><br> <font size='2' color='#000'>スティッチ</font><br><b>[UV Sculpt]</b><br> <font size='2' color='#000'>ラジアルコントロール</font><br> <font size='2' color='#006'><s>(+Shift)ラジアルコントロール</s></font><br><b>[Graph Editor Generic]</b><br> <font size='2' color='#060'>(+Ctrl)チャンネルを検索</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>リンク作成</font><br> <font size='2' color='#600'>(+Alt)取り外して移動</font><br> <font size='2' color='#060'>(+Ctrl)ノードを検索</font><br> <font size='2' color='#060'>(+Ctrl)拡大縮小</font><br> <font size='2' color='#006'>(+Shift)リンク作成</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>キーフレームを挿入</font><br> <font size='2' color='#060'>(+Ctrl)チャンネルを検索</font><br><b>[NLA Generic]</b><br> <font size='2' color='#060'>(+Ctrl)チャンネルを検索</font><br><b>[NLA Editor]</b><br> <font size='2' color='#600'>(+Alt)ストリップを交換</font><br><b>[Text Generic]</b><br> <font size='2' color='#000'>(+OS)検索</font><br> <font size='2' color='#060'>(+Ctrl)検索</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>全てを表示</font><br>" shape="rect" coords="257,187,305,237">
<area href="#" title="<b>【G 】</b><br><br><b>[Markers]</b><br> <font size='2' color='#000'>タイムマーカーを移動</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>円選択</font><br> <font size='2' color='#000'>Translate</font><br> <font size='2' color='#006'>(+Shift)グループで選択</font><br><b>[Pose]</b><br> <font size='2' color='#060'>(+Ctrl)「VIEW3D_MT_pose_group」Call Menu</font><br> <font size='2' color='#006'>(+Shift)選択したボーンにコンストレイントをコピー</font><br> <font size='2' color='#606'>(+Shift Alt)グループで選択</font><br><b>[Object Mode]</b><br> <font size='2' color='#600'>(+Alt)位置をクリア</font><br> <font size='2' color='#060'>(+Ctrl)Create New Group</font><br> <font size='2' color='#060'>(+Ctrl)全頂点グループを正規化</font><br> <font size='2' color='#006'>(+Shift)パイメニュー呼び出し</font><br> <font size='2' color='#006'><s>(+Shift)グループで選択</s></font><br> <font size='2' color='#006'>(+Shift)全頂点グループを正規化</font><br> <font size='2' color='#060'>(+Ctrl OS)グループで選択</font><br> <font size='2' color='#660'>(+Ctrl Alt)Remove From Group</font><br> <font size='2' color='#006'>(+Shift OS)グループで選択</font><br> <font size='2' color='#606'>(+Shift Alt)Remove Selected From Active Group</font><br> <font size='2' color='#066'>(+Shift Ctrl)Add Selected To Active Group</font><br> <font size='2' color='#666'>(+Shift Ctrl Alt)Remove From All Groups</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'>ブラシの選択</font><br><b>[Weight Paint]</b><br> <font size='2' color='#000'>セット</font><br><b>[Mesh]</b><br> <font size='2' color='#060'><s>(+Ctrl)「VIEW3D_MT_vertex_group」Call Menu</s></font><br> <font size='2' color='#060'>(+Ctrl)Bridge / Loft</font><br> <font size='2' color='#006'>(+Shift)パイメニュー呼び出し</font><br> <font size='2' color='#006'><s>(+Shift)類似選択</s></font><br> <font size='2' color='#600'>(+Alt OS)OBJECT_OT_vertex_group_add_and_assign</font><br><b>[Armature]</b><br> <font size='2' color='#006'>(+Shift)類似選択</font><br><b>[Metaball]</b><br> <font size='2' color='#006'>(+Shift)類似選択</font><br><b>[3D View]</b><br> <font size='2' color='#000'><s>円選択</s></font><br> <font size='2' color='#006'>(+Shift)パイメニュー呼び出し</font><br> <font size='2' color='#606'>(+Shift Alt OS)OBJECT_OT_simple_operator</font><br><b>[Animation Channels]</b><br> <font size='2' color='#600'>(+Alt)チャンネルをグループ解除</font><br> <font size='2' color='#060'>(+Ctrl)グループチャンネル</font><br><b>[UV Editor]</b><br> <font size='2' color='#000'><s>円選択</s></font><br> <font size='2' color='#000'>ピン止め</font><br> <font size='2' color='#060'>(+Ctrl)ピン止め</font><br><b>[Graph Editor]</b><br> <font size='2' color='#060'>(+Ctrl)キーフレームにジャンプ</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>Frame Selected</font><br> <font size='2' color='#600'>(+Alt)グループ解除</font><br> <font size='2' color='#060'>(+Ctrl)グループ作成</font><br> <font size='2' color='#006'>(+Shift)ノードを統合</font><br> <font size='2' color='#060'>(+Ctrl OS)グループで選択</font><br> <font size='2' color='#606'>(+Shift Alt)ノードを分離</font><br> <font size='2' color='#066'>(+Shift Ctrl)グループで選択</font><br><b>[NLA Editor]</b><br> <font size='2' color='#600'>(+Alt)メタストリップを除去</font><br> <font size='2' color='#006'>(+Shift)メタストリップを追加</font><br><b>[Text Generic]</b><br> <font size='2' color='#060'>(+Ctrl)次を検索</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>シーケンスを移動</font><br> <font size='2' color='#600'>(+Alt)メタストリップ解除</font><br> <font size='2' color='#060'>(+Ctrl)メタストリップを作成</font><br> <font size='2' color='#006'>(+Shift)グループで選択</font><br><b>[Clip Editor]</b><br> <font size='2' color='#006'>(+Shift)「CLIP_MT_select_grouped」Call Menu</font><br>" shape="rect" coords="308,185,359,237">
<area href="#" title="<b>【H 】</b><br><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>レイヤーを非表示</font><br> <font size='2' color='#600'>(+Alt)全レイヤーを表示</font><br> <font size='2' color='#060'>(+Ctrl)選択部を隠す</font><br> <font size='2' color='#006'>(+Shift)レイヤーを非表示</font><br><b>[Face Mask]</b><br> <font size='2' color='#000'>隠す</font><br> <font size='2' color='#000'>表示</font><br> <font size='2' color='#006'>(+Shift)隠す</font><br><b>[Pose]</b><br> <font size='2' color='#000'>選択しているものを隠す</font><br> <font size='2' color='#600'>(+Alt)選択物を再表示</font><br> <font size='2' color='#006'>(+Shift)選択しているものを隠す</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>ビューの制限を設定</font><br> <font size='2' color='#600'><s>(+Alt)ビューの制限を解除</s></font><br> <font size='2' color='#600'>(+Alt)VIEW3D_OT_hide_by_type_x</font><br> <font size='2' color='#060'>(+Ctrl)Set Restrict Render</font><br> <font size='2' color='#006'>(+Shift)ビューの制限を設定</font><br> <font size='2' color='#600'>(+Alt OS)「space_data.use_occlude_geometry」switch</font><br> <font size='2' color='#660'>(+Ctrl Alt)Clear Restrict Render</font><br><b>[Curve]</b><br> <font size='2' color='#000'>選択しているものを隠す</font><br> <font size='2' color='#600'>(+Alt)隠したものを表示</font><br> <font size='2' color='#060'>(+Ctrl)「VIEW3D_MT_hook」Call Menu</font><br> <font size='2' color='#006'>(+Shift)選択しているものを隠す</font><br><b>[Weight Paint]</b><br> <font size='2' color='#000'>隠す/表示</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>隠す/表示</font><br> <font size='2' color='#006'>(+Shift)隠す/表示</font><br><b>[Mesh]</b><br> <font size='2' color='#000'>選択部を隠す</font><br> <font size='2' color='#000'>隠したものを表示</font><br> <font size='2' color='#600'>(+Alt)隠したものを表示</font><br> <font size='2' color='#060'>(+Ctrl)頂点のみを隠す</font><br> <font size='2' color='#006'>(+Shift)選択部を隠す</font><br> <font size='2' color='#660'>(+Ctrl Alt OS)「VIEW3D_MT_hook」Call Menu</font><br><b>[Armature]</b><br> <font size='2' color='#000'>選択ボーンを隠す</font><br> <font size='2' color='#600'>(+Alt)ボーンを再表示</font><br> <font size='2' color='#006'>(+Shift)選択ボーンを隠す</font><br> <font size='2' color='#600'>(+Alt OS)ボーンを再表示</font><br><b>[Metaball]</b><br> <font size='2' color='#000'>隠す</font><br> <font size='2' color='#600'>(+Alt)見せる</font><br> <font size='2' color='#006'>(+Shift)隠す</font><br><b>[Lattice]</b><br> <font size='2' color='#060'>(+Ctrl)「VIEW3D_MT_hook」Call Menu</font><br><b>[Particle]</b><br> <font size='2' color='#000'>選択しているものを隠す</font><br> <font size='2' color='#600'>(+Alt)見せる</font><br> <font size='2' color='#006'>(+Shift)選択しているものを隠す</font><br><b>[UV Editor]</b><br> <font size='2' color='#000'>選択しているものを隠す</font><br> <font size='2' color='#000'>隠したものを表示</font><br> <font size='2' color='#006'>(+Shift)選択しているものを隠す</font><br><b>[Mask Editing]</b><br> <font size='2' color='#000'>ビューの制限を設定</font><br> <font size='2' color='#600'>(+Alt)ビューの制限を解除</font><br> <font size='2' color='#006'>(+Shift)ビューの制限を設定</font><br><b>[Graph Editor Generic]</b><br> <font size='2' color='#000'>カーブを隠す</font><br> <font size='2' color='#600'>(+Alt)カーブを再表示</font><br> <font size='2' color='#006'>(+Shift)カーブを隠す</font><br><b>[Graph Editor]</b><br> <font size='2' color='#060'>(+Ctrl)「space_data.show_handles」switch</font><br><b>[Node Editor]</b><br> <font size='2' color='#060'>(+Ctrl)ノードソケット表示切替</font><br> <font size='2' color='#006'>(+Shift)ノードプレビュー切り替え</font><br><b>[File Browser]</b><br> <font size='2' color='#000'>ドットファイルの表示切替</font><br><b>[NLA Editor]</b><br> <font size='2' color='#000'>ミュートを切り替え</font><br><b>[Text Generic]</b><br> <font size='2' color='#060'>(+Ctrl)置き換え</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>ストリップのミュート</font><br> <font size='2' color='#600'>(+Alt)Un-Mute Strips</font><br> <font size='2' color='#006'>(+Shift)ストリップのミュート</font><br> <font size='2' color='#606'>(+Shift Alt)Un-Mute Strips</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>トラックを隠す</font><br> <font size='2' color='#600'>(+Alt)隠したトラックのクリア</font><br> <font size='2' color='#006'>(+Shift)トラックを隠す</font><br>" shape="rect" coords="362,187,413,238">
<area href="#" title="<b>【J 】</b><br><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#060'>(+Ctrl)ストロークを統合</font><br> <font size='2' color='#066'>(+Shift Ctrl)ストロークを統合</font><br><b>[Object Mode]</b><br> <font size='2' color='#006'>(+Shift)統合</font><br><b>[Mesh]</b><br> <font size='2' color='#000'>頂点を連結</font><br> <font size='2' color='#600'>(+Alt)三角面を四角面に</font><br> <font size='2' color='#060'>(+Ctrl)別オブジェクトに分離</font><br> <font size='2' color='#006'>(+Shift)別オブジェクトに分離</font><br> <font size='2' color='#600'>(+Alt OS)面を三角化</font><br> <font size='2' color='#606'>(+Shift Alt)別オブジェクトに分離</font><br><b>[Image Generic]</b><br> <font size='2' color='#000'>レンダースロットを循環</font><br> <font size='2' color='#600'>(+Alt)レンダースロットを循環</font><br><b>[Text Generic]</b><br> <font size='2' color='#060'>(+Ctrl)ジャンプ</font><br><b>[Clip Editor]</b><br> <font size='2' color='#060'>(+Ctrl)トラックを結合</font><br>" shape="rect" coords="417,188,463,238">
<area href="#" title="<b>【K 】</b><br><br><b>[User Interface]</b><br> <font size='2' color='#000'>キーイングセットに追加</font><br> <font size='2' color='#600'>(+Alt)キーイングセットから除外</font><br><b>[Vertex Paint]</b><br> <font size='2' color='#006'>(+Shift)頂点カラーを設定</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>ブラシの選択</font><br><b>[Particle]</b><br> <font size='2' color='#006'>(+Shift)ウェイトセット</font><br><b>[Outliner]</b><br> <font size='2' color='#000'>キーイングセット 選択を追加</font><br> <font size='2' color='#600'>(+Alt)キーイングセット 選択を除去</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>すべて選択</font><br> <font size='2' color='#600'>(+Alt)すべて選択</font><br> <font size='2' color='#060'>(+Ctrl)すべて選択</font><br> <font size='2' color='#006'>(+Shift)すべて選択</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>Link Active Node to Selected</font><br> <font size='2' color='#006'>(+Shift)Link Active Node to Selected</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>すべて選択</font><br> <font size='2' color='#600'>(+Alt)すべて選択</font><br> <font size='2' color='#060'>(+Ctrl)すべて選択</font><br> <font size='2' color='#006'>(+Shift)すべて選択</font><br><b>[NLA Editor]</b><br> <font size='2' color='#006'>(+Shift)音声クリップを追加</font><br><b>[Text]</b><br> <font size='2' color='#060'>(+Ctrl)削除</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>ストリップを切り取り</font><br> <font size='2' color='#006'>(+Shift)ストリップを切り取り</font><br>" shape="rect" coords="468,187,516,237">
<area href="#" title="<b>【L 】</b><br><br><b>[Window]</b><br> <font size='2' color='#000'>(+OS)ライブラリからアペンド</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>リンク選択</font><br><b>[Face Mask]</b><br> <font size='2' color='#000'>つながっている物を選択</font><br> <font size='2' color='#060'>(+Ctrl)リンク選択</font><br> <font size='2' color='#006'>(+Shift)つながっている物を選択</font><br><b>[Pose]</b><br> <font size='2' color='#000'>繋がったものを選択</font><br> <font size='2' color='#600'>(+Alt)ポーズライブラリ ポーズを削除</font><br> <font size='2' color='#060'>(+Ctrl)ポーズライブラリ ポーズを閲覧</font><br> <font size='2' color='#006'>(+Shift)ポーズライブラリにポーズを追加</font><br> <font size='2' color='#066'>(+Shift Ctrl)ポーズライブラリ ポーズのリネーム</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>ローカル化</font><br> <font size='2' color='#060'>(+Ctrl)「VIEW3D_MT_make_links」Call Menu</font><br> <font size='2' color='#006'>(+Shift)リンク選択</font><br><b>[Curve]</b><br> <font size='2' color='#060'>(+Ctrl)リンクする物を全選択</font><br> <font size='2' color='#006'>(+Shift)リンク選択</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>ブラシの選択</font><br><b>[Mesh]</b><br> <font size='2' color='#000'>リンクする物を全選択</font><br> <font size='2' color='#006'>(+Shift)リンク選択</font><br><b>[Armature]</b><br> <font size='2' color='#000'>繋がったものを選択</font><br><b>[Particle]</b><br> <font size='2' color='#000'>リンク選択</font><br> <font size='2' color='#006'>(+Shift)リンク選択</font><br><b>[UV Editor]</b><br> <font size='2' color='#006'>(+Shift)つながっている物を選択</font><br> <font size='2' color='#066'>(+Shift Ctrl)リンク選択</font><br><b>[Mask Editing]</b><br> <font size='2' color='#000'>リンク選択</font><br> <font size='2' color='#060'>(+Ctrl)リンクする物を全選択</font><br> <font size='2' color='#006'>(+Shift)リンク選択</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>リンク選択</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>リンク元を選択</font><br> <font size='2' color='#600'>(+Alt)Clear Label</font><br> <font size='2' color='#006'>(+Shift)リンク先を選択</font><br> <font size='2' color='#606'>(+Shift Alt)Modify Labels</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>リンク選択</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>最近傍リンク選択</font><br> <font size='2' color='#060'>(+Ctrl)リンク選択</font><br> <font size='2' color='#006'>(+Shift)ストリップをロック</font><br> <font size='2' color='#006'>(+Shift)最近傍リンク選択</font><br> <font size='2' color='#606'>(+Shift Alt)UnLock Strips</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>「space_data.lock_selection」switch</font><br> <font size='2' color='#600'>(+Alt)トラックをロック</font><br> <font size='2' color='#060'>(+Ctrl)トラックをロック</font><br><b>[Clip Graph Editor]</b><br> <font size='2' color='#000'>「space_data.lock_time_cursor」switch</font><br>" shape="rect" coords="519,187,570,238">
<area href="#" title="<b>【; 】</b><br><br><b>[3D View]</b><br> <font size='2' color='#060'>(+Ctrl)ビューをズーム</font><br> <font size='2' color='#066'>(+Shift Ctrl)ドリービュー</font><br><b>[Node Editor]</b><br> <font size='2' color='#600'>(+Alt)Batch Change</font><br> <font size='2' color='#060'>(+Ctrl)Merge Nodes</font><br> <font size='2' color='#006'>(+Shift)Align Nodes</font><br> <font size='2' color='#660'>(+Ctrl Alt)Merge Nodes</font><br> <font size='2' color='#066'>(+Shift Ctrl)Merge Nodes</font><br><b>[Sequencer]</b><br> <font size='2' color='#006'>(+Shift)ギャップの挿入</font><br>" shape="rect" coords="574,188,622,238">
<area href="#" title="<b>【:(セミコロン) 】</b><br><br><b>[Window]</b><br> <font size='2' color='#006'>(+Shift OS)「user_preferences.system.language」to「ja_JP」And「en_US」To Switch</font><br><b>[Mesh]</b><br> <font size='2' color='#000'>(+OS)より多く選択</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>Link Active Node to Selected</font><br> <font size='2' color='#006'>(+Shift)Link Active Node to Selected</font><br>" shape="rect" coords="627,188,675,237">
<area href="#" title="<b>【] 】</b><br><br><b>[Pose]</b><br> <font size='2' color='#000'>階層を選択</font><br> <font size='2' color='#006'>(+Shift)階層を選択</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>階層を選択</font><br> <font size='2' color='#006'>(+Shift)階層を選択</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'>スカルプト/ペイントブラシのサイズを変更</font><br><b>[Vertex Paint]</b><br> <font size='2' color='#000'>スカルプト/ペイントブラシのサイズを変更</font><br><b>[Weight Paint]</b><br> <font size='2' color='#000'>スカルプト/ペイントブラシのサイズを変更</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>スカルプト/ペイントブラシのサイズを変更</font><br><b>[Armature]</b><br> <font size='2' color='#000'>階層を選択</font><br> <font size='2' color='#006'>(+Shift)階層を選択</font><br><b>[UV Sculpt]</b><br> <font size='2' color='#000'>スカルプト/ペイントブラシのサイズを変更</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>左/右を選択</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>Select Parent or Children</font><br> <font size='2' color='#006'>(+Shift)同一タイプの次/前をアクティブ化</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>左/右を選択</font><br><b>[NLA Editor]</b><br> <font size='2' color='#000'>左/右を選択</font><br>" shape="rect" coords="678,188,729,237">
<area href="#" title="<b>【Enter(エンター) 】</b><br><br><b>[Screen]</b><br> <font size='2' color='#000'>ファイルウィンドウを実行</font><br><b>[Screen Editing]</b><br> <font size='2' color='#000'>Internal (PME)</font><br><b>[Frames]</b><br> <font size='2' color='#000'>末端へジャンプ</font><br><b>[Paint Curve]</b><br> <font size='2' color='#000'>カーブを描画</font><br><b>[Sculpt]</b><br> <font size='2' color='#066'>(+Shift Ctrl OS)SCULPT_OT_remesh</font><br><b>[Mesh]</b><br> <font size='2' color='#600'>(+Alt)結合</font><br><b>[Font]</b><br> <font size='2' color='#000'>改行</font><br><b>[Outliner]</b><br> <font size='2' color='#000'>Open/Close Item</font><br> <font size='2' color='#006'>(+Shift)Open/Close Item</font><br><b>[Text]</b><br> <font size='2' color='#000'>改行</font><br><b>[Console]</b><br> <font size='2' color='#000'>コンソール実行</font><br> <font size='2' color='#006'>(+Shift)行をクリア</font><br>" shape="poly" coords="719,131 795,130 797,241 731,239 731,186 722,178">
<area href="#" title="<b>【Tab(タブ) 】</b><br><br><b>[Grease Pencil]</b><br> <font size='2' color='#000'><s>(+R)「GreasePencilLayers」to「 use_stroke_edit_mode」To Change</s></font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>ストローク編集モード切替</font><br><b>[Pose]</b><br> <font size='2' color='#006'>(+Shift)オブジェクトのモードを設定</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'><s>オブジェクトのモードを設定</s></font><br> <font size='2' color='#060'>(+Ctrl)オブジェクトのモードを設定</font><br><b>[Vertex Paint]</b><br> <font size='2' color='#660'>(+Ctrl Alt)オブジェクトのモードを設定</font><br><b>[Weight Paint]</b><br> <font size='2' color='#600'>(+Alt)オブジェクトのモードを設定</font><br><b>[Sculpt]</b><br> <font size='2' color='#006'>(+Shift)オブジェクトのモードを設定</font><br><b>[Mesh]</b><br> <font size='2' color='#060'><s>(+Ctrl)「VIEW3D_MT_Multiselect_Menu」Call Menu</s></font><br> <font size='2' color='#060'><s>(+Ctrl)「VIEW3D_MT_edit_mesh_select_mode」Call Menu</s></font><br> <font size='2' color='#060'>(+Ctrl)オブジェクトのモードを設定</font><br><b>[Object Non-modal]</b><br> <font size='2' color='#000'><s>パイメニュー呼び出し</s></font><br> <font size='2' color='#000'>オブジェクトのモードを設定</font><br> <font size='2' color='#600'>(+Alt)オブジェクトのモードを設定</font><br> <font size='2' color='#060'><s>(+Ctrl)オブジェクトのモードを設定</s></font><br> <font size='2' color='#060'>(+Ctrl)オブジェクトのモードを設定</font><br> <font size='2' color='#006'>(+Shift)オブジェクトのモードを設定</font><br> <font size='2' color='#060'>(+Ctrl OS)オブジェクトのモードを設定</font><br><b>[3D View]</b><br> <font size='2' color='#600'>(+Alt)オブジェクトのモードを設定</font><br> <font size='2' color='#006'>(+Shift)オブジェクトのモードを設定</font><br> <font size='2' color='#006'><s>(+Shift)「tool_settings.use_snap」switch</s></font><br> <font size='2' color='#060'>(+Ctrl OS)オブジェクトのモードを設定</font><br> <font size='2' color='#660'>(+Ctrl Alt)オブジェクトのモードを設定</font><br> <font size='2' color='#066'>(+Shift Ctrl)オブジェクトのモードを設定</font><br> <font size='2' color='#066'><s>(+Shift Ctrl)「tool_settings.snap_element」Call Menu</s></font><br><b>[Animation Channels]</b><br> <font size='2' color='#000'>チャンネルの編集可否を切替</font><br><b>[UV Editor]</b><br> <font size='2' color='#060'>(+Ctrl)「IMAGE_MT_uvs_select_mode」Call Menu</font><br> <font size='2' color='#006'>(+Shift)「tool_settings.use_uv_sculpt」switch</font><br> <font size='2' color='#066'><s>(+Shift Ctrl)「tool_settings.snap_uv_element」Call Menu</s></font><br><b>[UV Sculpt]</b><br> <font size='2' color='#006'>(+Shift)「tool_settings.use_uv_sculpt」switch</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>チャンネルの編集可否を切替</font><br><b>[Image]</b><br> <font size='2' color='#000'>オブジェクトのモードを設定</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>グループ編集</font><br> <font size='2' color='#006'>(+Shift)グループ編集</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>チャンネルの編集可否を切替</font><br><b>[NLA Generic]</b><br> <font size='2' color='#000'>調整モードに入る</font><br> <font size='2' color='#000'>調整モードから出る</font><br> <font size='2' color='#006'>(+Shift)調整モードに入る</font><br> <font size='2' color='#006'>(+Shift)調整モードから出る</font><br><b>[Text]</b><br> <font size='2' color='#000'>インデント</font><br> <font size='2' color='#006'>(+Shift)インデント解除</font><br><b>[SequencerCommon]</b><br> <font size='2' color='#060'>(+Ctrl)表示のトグル</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>メタストリップを切り替え</font><br><b>[Console]</b><br> <font size='2' color='#000'>インデント</font><br> <font size='2' color='#060'>(+Ctrl)挿入</font><br> <font size='2' color='#006'>(+Shift)インデント解除</font><br><b>[Clip]</b><br> <font size='2' color='#000'>「space_data.mode」to「TRACKING」And「MASK」To Switch</font><br>" shape="rect" coords="10,133,85,180">
<area href="#" title="<b>【Q 】</b><br><br><b>[Window]</b><br> <font size='2' color='#000'>(+OS)Blenderを終了</font><br> <font size='2' color='#060'>(+Ctrl)パイメニュー呼び出し</font><br> <font size='2' color='#066'>(+Shift Ctrl)パイメニュー呼び出し</font><br><b>[3D View Generic]</b><br> <font size='2' color='#000'>Isolate Select</font><br> <font size='2' color='#000'>VIEW3D_OT_local_view_ex_z</font><br><b>[Grease Pencil]</b><br> <font size='2' color='#000'>(+R)パイメニュー呼び出し</font><br><b>[Object Mode]</b><br> <font size='2' color='#660'>(+Ctrl Alt)「VIEW3D_MT_master_material」Call Menu</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'>ブラシの選択</font><br><b>[Weight Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>ブラシの選択</font><br><b>[Mesh]</b><br> <font size='2' color='#000'>VIEW3D_OT_local_view_ex_z</font><br> <font size='2' color='#006'><s>(+Shift)選択部を隠す</s></font><br> <font size='2' color='#066'><s>(+Shift Ctrl)パイメニュー呼び出し</s></font><br><b>[Object Non-modal]</b><br> <font size='2' color='#000'><s>パイメニュー呼び出し</s></font><br> <font size='2' color='#600'><s>(+Alt)パイメニュー呼び出し</s></font><br><b>[3D View]</b><br> <font size='2' color='#000'>「hops_main_menu」Call Menu</font><br> <font size='2' color='#000'><s>「VIEW3D_MT_master_material」Call Menu</s></font><br> <font size='2' color='#000'><s>透視投影/平行投影</s></font><br> <font size='2' color='#000'><s>パイメニュー呼び出し</s></font><br> <font size='2' color='#000'><s>Enable 3D Manipulator</s></font><br> <font size='2' color='#600'>(+Alt)「hops_main_menu」Call Menu</font><br> <font size='2' color='#006'>(+Shift)パイメニュー呼び出し</font><br> <font size='2' color='#660'>(+Ctrl Alt)「VIEW3D_MT_master_material」Call Menu</font><br><b>[View2D Buttons List]</b><br> <font size='2' color='#000'>スクロールダウン</font><br><b>[File Browser]</b><br> <font size='2' color='#006'>(+Shift)FILE_OT_directory_current_blend</font><br><b>[Text]</b><br> <font size='2' color='#060'><s>(+Ctrl)削除</s></font><br><b>[Clip]</b><br> <font size='2' color='#000'>ソルバーキーフレームの設定</font><br>" shape="rect" coords="89,132,138,181">
<area href="#" title="<b>【W 】</b><br><br><b>[Window]</b><br> <font size='2' color='#060'><s>(+Ctrl)Blenderファイルを保存</s></font><br> <font size='2' color='#660'>(+Ctrl Alt)Duplicate Window</font><br><b>[Grease Pencil]</b><br> <font size='2' color='#000'>(+R)パイメニュー呼び出し</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>「GPENCIL_MT_gpencil_edit_specials」Call Menu</font><br> <font size='2' color='#006'>(+Shift)曲げ</font><br><b>[Pose]</b><br> <font size='2' color='#000'><s>「VIEW3D_MT_pose_specials」Call Menu</s></font><br> <font size='2' color='#000'>Enable 3D Manipulator</font><br> <font size='2' color='#600'><s>(+Alt)「VIEW3D_MT_bone_options_disable」Call Menu</s></font><br> <font size='2' color='#600'>(+Alt)選択物を再表示</font><br> <font size='2' color='#060'>(+Ctrl)選択しているものを隠す</font><br> <font size='2' color='#006'>(+Shift)「VIEW3D_MT_bone_options_toggle」Call Menu</font><br> <font size='2' color='#006'>(+Shift)選択しているものを隠す</font><br> <font size='2' color='#066'>(+Shift Ctrl)「VIEW3D_MT_bone_options_enable」Call Menu</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>ビューの制限を設定</font><br> <font size='2' color='#600'>(+Alt)ビューの制限を解除</font><br> <font size='2' color='#600'>(+Alt)VIEW3D_OT_hide_by_type_x</font><br> <font size='2' color='#060'><s>(+Ctrl)「VIEW3D_MT_object_specials」Call Menu</s></font><br> <font size='2' color='#060'>(+Ctrl)ビューの制限を設定</font><br> <font size='2' color='#006'>(+Shift)ビューの制限を設定</font><br><b>[Curve]</b><br> <font size='2' color='#000'><s>「VIEW3D_MT_edit_curve_specials」Call Menu</s></font><br> <font size='2' color='#000'>細分化</font><br> <font size='2' color='#060'>(+Ctrl)curve_add_point</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br><b>[Weight Paint]</b><br> <font size='2' color='#000'>ラジアルコントロール</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>ブラシの選択</font><br> <font size='2' color='#060'>(+Ctrl)Border Select</font><br><b>[Mesh]</b><br> <font size='2' color='#600'>(+Alt)隠したものを表示</font><br> <font size='2' color='#060'><s>(+Ctrl)「VIEW3D_MT_edit_mesh_specials」Call Menu</s></font><br> <font size='2' color='#060'>(+Ctrl)選択部を隠す</font><br> <font size='2' color='#006'><s>(+Shift)隠したものを表示</s></font><br> <font size='2' color='#006'><s>(+Shift)only_select</s></font><br> <font size='2' color='#006'>(+Shift)選択部を隠す</font><br> <font size='2' color='#060'>(+Ctrl OS)細分化</font><br> <font size='2' color='#066'>(+Shift Ctrl)LinearDeformer</font><br> <font size='2' color='#606'>(+Shift Alt OS)パイメニュー呼び出し</font><br> <font size='2' color='#666'>(+Shift Ctrl Alt)Space</font><br><b>[Armature]</b><br> <font size='2' color='#000'><s>「VIEW3D_MT_armature_specials」Call Menu</s></font><br> <font size='2' color='#000'>選択ボーンを隠す</font><br> <font size='2' color='#600'>(+Alt)ボーンを再表示</font><br> <font size='2' color='#006'>(+Shift)選択ボーンを隠す</font><br> <font size='2' color='#060'>(+Ctrl OS)細分化 (マルチ)</font><br> <font size='2' color='#660'>(+Ctrl Alt)「VIEW3D_MT_bone_options_disable」Call Menu</font><br> <font size='2' color='#606'>(+Shift Alt)「VIEW3D_MT_bone_options_toggle」Call Menu</font><br> <font size='2' color='#066'>(+Shift Ctrl)「VIEW3D_MT_bone_options_enable」Call Menu</font><br><b>[Particle]</b><br> <font size='2' color='#000'>「VIEW3D_MT_particle_specials」Call Menu</font><br><b>[3D View]</b><br> <font size='2' color='#000'>Enable 3D Manipulator</font><br> <font size='2' color='#600'><s>(+Alt)ビューの制限を解除</s></font><br> <font size='2' color='#600'>(+Alt)Draw Screen Buttons</font><br> <font size='2' color='#006'>(+Shift)曲げ</font><br> <font size='2' color='#060'>(+Ctrl OS)VIEW3D_OT_view_straighten</font><br> <font size='2' color='#660'>(+Ctrl Alt)Draw Screen Buttons</font><br> <font size='2' color='#066'>(+Shift Ctrl OS)透視投影/平行投影</font><br><b>[View2D Buttons List]</b><br> <font size='2' color='#000'>スクロールアップ</font><br><b>[Animation Channels]</b><br> <font size='2' color='#600'>(+Alt)チャンネル設定を無効化</font><br> <font size='2' color='#006'>(+Shift)チャンネル設定の切り替え</font><br> <font size='2' color='#066'>(+Shift Ctrl)チャンネル設定を有効化</font><br><b>[UV Editor]</b><br> <font size='2' color='#000'>「IMAGE_MT_uvs_weldalign」Call Menu</font><br> <font size='2' color='#060'>(+Ctrl)整列</font><br> <font size='2' color='#060'>(+Ctrl OS)島によるシーム</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>キーフレームを挿入</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>「NODE_MT_nw_node_wrangler_menu」Call Menu</font><br> <font size='2' color='#000'>隠す</font><br><b>[File Browser Main]</b><br> <font size='2' color='#000'>次のフォルダー</font><br><b>[Text]</b><br> <font size='2' color='#060'><s>(+Ctrl)改行</s></font><br> <font size='2' color='#060'>(+Ctrl)スクリプト実行</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>「CLIP_MT_tracking_specials」Call Menu</font><br>" shape="rect" coords="141,130,191,180">
<area href="#" title="<b>【E 】</b><br><br><b>[Window]</b><br> <font size='2' color='#066'>(+Shift Ctrl OS)FBXをエクスポート</font><br> <font size='2' color='#666'>(+Shift Ctrl Alt)FBXをインポート</font><br><b>[Screen]</b><br> <font size='2' color='#060'><s>(+Ctrl)マーカーにジャンプ</s></font><br><b>[Timeline]</b><br> <font size='2' color='#000'>終了フレームを設定</font><br><b>[User Interface]</b><br> <font size='2' color='#000'>スポイト</font><br> <font size='2' color='#000'>カラーバンドのスポイト</font><br> <font size='2' color='#000'>データブロックスポイト</font><br> <font size='2' color='#000'>深度スポイト</font><br> <font size='2' color='#600'>(+Alt)カラーバンドのスポイト(ポイント)</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>(+D)パイメニュー呼び出し</font><br> <font size='2' color='#660'>(+Ctrl Alt)グリースペンシルを補間</font><br> <font size='2' color='#066'>(+Shift Ctrl)シーケンスを補間</font><br><b>[Pose]</b><br> <font size='2' color='#000'><s>Enable 3D Manipulator</s></font><br> <font size='2' color='#600'>(+Alt)ポーズをリラックス</font><br> <font size='2' color='#060'>(+Ctrl)ポーズを誇張</font><br> <font size='2' color='#006'>(+Shift)ポーズの中割</font><br><b>[Object Mode]</b><br> <font size='2' color='#600'>(+Alt)MESH_OT_intersect_cutoff</font><br> <font size='2' color='#006'>(+Shift OS)全頂点グループを正規化</font><br><b>[Curve]</b><br> <font size='2' color='#000'>カーブを押し出し移動</font><br> <font size='2' color='#060'>(+Ctrl)カーブを描画</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#000'><s>「tool_settings.image_paint.brush.stroke_method」Call Menu</s></font><br><b>[Vertex Paint]</b><br> <font size='2' color='#000'>「tool_settings.vertex_paint.brush.stroke_method」Call Menu</font><br><b>[Weight Paint]</b><br> <font size='2' color='#000'><s>Set Brush Number</s></font><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#000'>「tool_settings.vertex_paint.brush.stroke_method」Call Menu</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>ブラシの選択</font><br> <font size='2' color='#000'>「tool_settings.sculpt.brush.stroke_method」Call Menu</font><br> <font size='2' color='#060'>(+Ctrl)細部の塗りつぶし</font><br><b>[Mesh]</b><br> <font size='2' color='#000'>法線に沿って押し出し</font><br> <font size='2' color='#000'>(+OS)ベベルウェイト</font><br> <font size='2' color='#600'>(+Alt)「VIEW3D_MT_edit_mesh_extrude」Call Menu</font><br> <font size='2' color='#060'>(+Ctrl)シームを付ける</font><br> <font size='2' color='#006'>(+Shift)辺のクリース</font><br> <font size='2' color='#060'>(+Ctrl OS)シームを付ける</font><br> <font size='2' color='#660'>(+Ctrl Alt)「VIEW3D_MT_edit_mesh_edges」Call Menu</font><br> <font size='2' color='#006'>(+Shift OS)ベベルウェイト</font><br> <font size='2' color='#606'>(+Shift Alt)辺のクリース</font><br> <font size='2' color='#066'>(+Shift Ctrl)シャープを付ける</font><br> <font size='2' color='#666'>(+Shift Ctrl Alt)シャープを付ける</font><br><b>[Armature]</b><br> <font size='2' color='#000'>押し出し</font><br><b>[3D View]</b><br> <font size='2' color='#000'><s>ローカル表示</s></font><br> <font size='2' color='#000'><s>Enable 3D Manipulator</s></font><br> <font size='2' color='#000'>Enable 3D Manipulator</font><br> <font size='2' color='#060'><s>(+Ctrl)アクティブオブジェクトをカメラにする</s></font><br><b>[UV Editor]</b><br> <font size='2' color='#000'>展開</font><br> <font size='2' color='#060'>(+Ctrl)シームを付ける</font><br> <font size='2' color='#060'>(+Ctrl OS)シームを付ける</font><br><b>[Graph Editor Generic]</b><br> <font size='2' color='#006'>(+Shift)キーフレームの外挿を設定</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>キーフレームのハンドルを設定</font><br> <font size='2' color='#000'><s>トランスフォーム</s></font><br> <font size='2' color='#060'>(+Ctrl)キーフレームイージングタイプを設定</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>Merge Nodes</font><br> <font size='2' color='#060'>(+Ctrl)Merge Nodes</font><br> <font size='2' color='#006'>(+Shift)Merge Nodes</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>トランスフォーム</font><br> <font size='2' color='#600'>(+Alt)dope_frame_set_end</font><br> <font size='2' color='#006'>(+Shift)キーフレームの外挿を設定</font><br><b>[NLA Editor]</b><br> <font size='2' color='#000'>トランスフォーム</font><br><b>[Text]</b><br> <font size='2' color='#000'>(+OS)選択したものを検索</font><br> <font size='2' color='#060'>(+Ctrl)カーソルを移動</font><br> <font size='2' color='#066'>(+Shift Ctrl)カーソルを移動</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>トランスフォーム</font><br><b>[Clip]</b><br> <font size='2' color='#000'>ソルバーキーフレームの設定</font><br>" shape="rect" coords="194,131,244,181">
<area href="#" title="<b>【R 】</b><br><br><b>[Window]</b><br> <font size='2' color='#060'><s>(+Ctrl)更新</s></font><br><b>[Screen]</b><br> <font size='2' color='#006'>(+Shift OS)操作の繰り返し</font><br><b>[Info]</b><br> <font size='2' color='#000'>操作を繰り返す</font><br><b>[Grease Pencil]</b><br> <font size='2' color='#000'>Bsurfaces add surface</font><br> <font size='2' color='#060'>(+Ctrl OS)レイヤーを削除</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#060'>(+Ctrl)リンク選択</font><br><b>[Pose]</b><br> <font size='2' color='#000'><s>Enable 3D Manipulator</s></font><br><b>[Object Mode]</b><br> <font size='2' color='#600'>(+Alt)回転をクリア</font><br> <font size='2' color='#006'>(+Shift)grease_pencil_cut_v2</font><br><b>[Curve]</b><br> <font size='2' color='#000'>ハンドルタイプを設定</font><br> <font size='2' color='#000'><s>ハンドルタイプを設定</s></font><br> <font size='2' color='#060'>(+Ctrl)リンク選択</font><br> <font size='2' color='#006'>(+Shift)コントロールポイントの行を選択</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'>「tool_settings.image_paint.brush.texture_angle_source_random」Call Menu</font><br><b>[Vertex Paint]</b><br> <font size='2' color='#000'>「VIEW3D_MT_angle_control」Call Menu</font><br><b>[Weight Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#060'>(+Ctrl)全頂点グループを正規化</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#000'><s>ブラシの選択</s></font><br> <font size='2' color='#000'><s>「tool_settings.sculpt.brush.texture_angle_source_random」Call Menu</s></font><br> <font size='2' color='#000'>BRUSH_OT_select_by_name</font><br> <font size='2' color='#060'><s>(+Ctrl)grease_pencil_cut</s></font><br> <font size='2' color='#060'>(+Ctrl)Set Brush Number</font><br> <font size='2' color='#060'>(+Ctrl)grease_pencil_cut</font><br> <font size='2' color='#006'>(+Shift)grease_pencil_cut_v2</font><br> <font size='2' color='#006'><s>(+Shift)BRUSH_OT_select_by_name</s></font><br> <font size='2' color='#606'>(+Shift Alt)mat_mask</font><br> <font size='2' color='#666'>(+Shift Ctrl Alt)mat_select_mask</font><br><b>[Mesh]</b><br> <font size='2' color='#600'><s>(+Alt)スピン</s></font><br> <font size='2' color='#600'>(+Alt)Gstretch</font><br> <font size='2' color='#060'>(+Ctrl)ループカットとスライド</font><br> <font size='2' color='#006'>(+Shift)ループカットとスライド</font><br> <font size='2' color='#060'><s>(+Ctrl OS)リンクする物を全選択</s></font><br> <font size='2' color='#060'><s>(+Ctrl OS)オフセット辺スライド</s></font><br><b>[3D View]</b><br> <font size='2' color='#000'><s>Enable 3D Manipulator</s></font><br> <font size='2' color='#066'><s>(+Shift Ctrl OS)OBJECT_OT_g_cut</s></font><br><b>[UV Editor]</b><br> <font size='2' color='#060'>(+Ctrl)リンク選択</font><br><b>[Outliner]</b><br> <font size='2' color='#000'>Toggle Renderability</font><br><b>[Image Generic]</b><br> <font size='2' color='#600'>(+Alt)画像を再読み込み</font><br> <font size='2' color='#060'>(+Ctrl)Read Render Layers</font><br><b>[Node Editor]</b><br> <font size='2' color='#600'>(+Alt)Reload Images</font><br> <font size='2' color='#060'>(+Ctrl)Read Render Layers</font><br> <font size='2' color='#060'>(+Ctrl)NODE_OT_button</font><br> <font size='2' color='#006'>(+Shift)Read Full Sample Layers</font><br><b>[File Browser]</b><br> <font size='2' color='#000'>ファイルリストをリフレッシュ</font><br><b>[File Browser Main]</b><br> <font size='2' color='#000'><s>ファイルリストをリフレッシュ</s></font><br><b>[Text]</b><br> <font size='2' color='#600'>(+Alt)再読み込み</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>入力の再割り当て</font><br> <font size='2' color='#600'>(+Alt)ストリップを再読込</font><br> <font size='2' color='#606'>(+Shift Alt)ストリップを再読込</font><br>" shape="rect" coords="247,131,295,182">
<area href="#" title="<b>【T 】</b><br><br><b>[Window]</b><br> <font size='2' color='#660'>(+Ctrl Alt)再描画タイマー</font><br><b>[Animation]</b><br> <font size='2' color='#060'>(+Ctrl)「space_data.show_seconds」switch</font><br><b>[Pose]</b><br> <font size='2' color='#060'>(+Ctrl)IKをボーンに追加</font><br> <font size='2' color='#060'>(+Ctrl OS)OBJECT_OT_create_driver_constraint</font><br><b>[Object Mode]</b><br> <font size='2' color='#600'><s>(+Alt)トラックをクリア</s></font><br> <font size='2' color='#600'>(+Alt)拡大縮小をクリア</font><br> <font size='2' color='#060'>(+Ctrl)トラック作成</font><br> <font size='2' color='#600'>(+Alt OS)シーンにオブジェクトをリンク</font><br> <font size='2' color='#006'>(+Shift OS)dup_x</font><br> <font size='2' color='#606'>(+Shift Alt OS)dup_x</font><br><b>[Curve]</b><br> <font size='2' color='#600'>(+Alt)傾きをクリア</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>ブラシの選択</font><br> <font size='2' color='#060'>(+Ctrl)BRUSH_OT_select_by_name</font><br> <font size='2' color='#006'>(+Shift)ブラシの選択</font><br><b>[Mesh]</b><br> <font size='2' color='#060'><s>(+Ctrl)面を三角化</s></font><br> <font size='2' color='#060'>(+Ctrl)類似選択</font><br> <font size='2' color='#066'>(+Shift Ctrl)面を三角化</font><br><b>[3D View]</b><br> <font size='2' color='#000'>Enable 3D Manipulator</font><br> <font size='2' color='#006'><s>(+Shift)Translate</s></font><br> <font size='2' color='#006'><s>(+Shift OS)パイメニュー呼び出し</s></font><br> <font size='2' color='#606'><s>(+Shift Alt)拡大縮小</s></font><br><b>[UV Editor]</b><br> <font size='2' color='#060'>(+Ctrl)島の大きさを平均化</font><br> <font size='2' color='#066'>(+Shift Ctrl OS)Add UV&Mat&Tex</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>キーフレーム補間を設定</font><br><b>[Image]</b><br> <font size='2' color='#060'>(+Ctrl OS)Add UV&Mat&Tex</font><br><b>[Node Generic]</b><br> <font size='2' color='#000'>ツールシェルフ</font><br><b>[Node Editor]</b><br> <font size='2' color='#060'>(+Ctrl)Texture Setup</font><br> <font size='2' color='#066'>(+Shift Ctrl)Principled Texture Setup</font><br><b>[File Browser]</b><br> <font size='2' color='#000'>ブックマークを切り替える</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>キーフレーム補間を設定</font><br> <font size='2' color='#006'>(+Shift)トランスフォーム</font><br><b>[NLA Editor]</b><br> <font size='2' color='#006'>(+Shift)推移を追加</font><br><b>[Text Generic]</b><br> <font size='2' color='#060'>(+Ctrl)プロパティ</font><br><b>[Clip]</b><br> <font size='2' color='#000'>Tools</font><br> <font size='2' color='#060'>(+Ctrl)マーカーを追跡</font><br> <font size='2' color='#066'>(+Shift Ctrl)マーカーを追跡</font><br><b>[Clip Editor]</b><br> <font size='2' color='#600'>(+Alt)トラックパスをクリア</font><br> <font size='2' color='#006'>(+Shift)トラックパスをクリア</font><br> <font size='2' color='#606'>(+Shift Alt)トラックパスをクリア</font><br><b>[Clip Graph Editor]</b><br> <font size='2' color='#600'>(+Alt)トラックパスをクリア</font><br> <font size='2' color='#006'>(+Shift)トラックパスをクリア</font><br> <font size='2' color='#606'>(+Shift Alt)トラックパスをクリア</font><br>" shape="rect" coords="299,130,348,180">
<area href="#" title="<b>【Y 】</b><br><br><b>[Pose]</b><br> <font size='2' color='#000'>キーフレーム挿入メニュー</font><br> <font size='2' color='#060'>(+Ctrl)ペアレントを作成</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>選択物の選択を制限</font><br> <font size='2' color='#600'>(+Alt)すべての選択制限をクリア</font><br> <font size='2' color='#060'>(+Ctrl)ペアレントを作成</font><br> <font size='2' color='#060'>(+Ctrl OS)グループで選択</font><br> <font size='2' color='#660'>(+Ctrl Alt)ペアレントをクリア</font><br> <font size='2' color='#606'><s>(+Shift Alt)ミラーY</s></font><br> <font size='2' color='#606'>(+Shift Alt)ミラーY</font><br><b>[Curve]</b><br> <font size='2' color='#000'><s>分離</s></font><br> <font size='2' color='#060'>(+Ctrl)頂点ペアレント作成</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>Set Brush Number</font><br><b>[Mesh]</b><br> <font size='2' color='#000'><s>分離</s></font><br> <font size='2' color='#600'>(+Alt)angle_select_click</font><br> <font size='2' color='#060'><s>(+Ctrl)頂点ペアレント作成</s></font><br> <font size='2' color='#060'>(+Ctrl)全てを選択(解除)</font><br> <font size='2' color='#600'>(+Alt OS)build_corner</font><br> <font size='2' color='#606'>(+Shift Alt)angle_select_click_extend</font><br><b>[Armature]</b><br> <font size='2' color='#000'>分離</font><br><b>[Lattice]</b><br> <font size='2' color='#060'>(+Ctrl)頂点ペアレント作成</font><br><b>[Font]</b><br> <font size='2' color='#060'>(+Ctrl)スタイルを切り替え</font><br><b>[UV Editor]</b><br> <font size='2' color='#000'><s>分離部分を選択</s></font><br> <font size='2' color='#060'>(+Ctrl)島を梱包</font><br><b>[Mask Editing]</b><br> <font size='2' color='#060'>(+Ctrl)ペアレントを作成</font><br><b>[Node Editor]</b><br> <font size='2' color='#060'>(+Ctrl)ペアレントを作成</font><br><b>[Dopesheet]</b><br> <font size='2' color='#060'>(+Ctrl OS)ACTION_OT_align_frames_start</font><br><b>[NLA Editor]</b><br> <font size='2' color='#000'><s>ストリップを分離</s></font><br><b>[Sequencer]</b><br> <font size='2' color='#000'><s>画像を分離</s></font><br>" shape="rect" coords="353,132,401,180">
<area href="#" title="<b>【U 】</b><br><br><b>[Window]</b><br> <font size='2' color='#060'>(+Ctrl OS)スタートアップファイルを保存</font><br><b>[Screen]</b><br> <font size='2' color='#660'>(+Ctrl Alt)Show User Preferences</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>「VIEW3D_MT_make_single_user」Call Menu</font><br><b>[Mesh]</b><br> <font size='2' color='#000'>「VIEW3D_MT_uv_map」Call Menu</font><br><b>[Font]</b><br> <font size='2' color='#060'>(+Ctrl)スタイルを切り替え</font><br><b>[UV Editor]</b><br> <font size='2' color='#060'>(+Ctrl)島によるシーム</font><br><b>[Dopesheet]</b><br> <font size='2' color='#060'>(+Ctrl OS)ACTION_OT_align_frames_end</font><br><b>[NLA Editor]</b><br> <font size='2' color='#000'>シングルユーザー化</font><br>" shape="rect" coords="406,130,454,181">
<area href="#" title="<b>【I 】</b><br><br><b>[Window]</b><br> <font size='2' color='#000'>(+OS)ライブラリからアペンド</font><br> <font size='2' color='#006'>(+Shift OS)Import Images as Planes</font><br><b>[User Interface]</b><br> <font size='2' color='#000'>キーフレームを挿入(ボタン)</font><br> <font size='2' color='#600'>(+Alt)キーフレームを削除(ボタン)</font><br> <font size='2' color='#606'>(+Shift Alt)キーフレームを削除(ボタン)</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#060'>(+Ctrl)全ストロークを選択(解除)</font><br><b>[Face Mask]</b><br> <font size='2' color='#060'>(+Ctrl)全てを選択(解除)</font><br><b>[Weight Paint Vertex Selection]</b><br> <font size='2' color='#060'>(+Ctrl)全てを選択(解除)</font><br><b>[Pose]</b><br> <font size='2' color='#600'>(+Alt)キーイングセットのキーフレームを削除</font><br> <font size='2' color='#060'>(+Ctrl)全てを選択(解除)</font><br> <font size='2' color='#660'>(+Ctrl Alt)IKを削除</font><br> <font size='2' color='#666'>(+Shift Ctrl Alt)アクティブキーイングセット設定</font><br><b>[Object Mode]</b><br> <font size='2' color='#600'>(+Alt)キーフレームを削除</font><br> <font size='2' color='#060'>(+Ctrl)全てを選択(解除)</font><br> <font size='2' color='#006'>(+Shift)ビューの制限を設定</font><br> <font size='2' color='#666'>(+Shift Ctrl Alt)アクティブキーイングセット設定</font><br><b>[Curve]</b><br> <font size='2' color='#060'>(+Ctrl)全てを選択(解除)</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>ブラシの選択</font><br><b>[Mesh]</b><br> <font size='2' color='#060'>(+Ctrl)全てを選択(解除)</font><br> <font size='2' color='#006'>(+Shift)選択部を隠す</font><br><b>[Armature]</b><br> <font size='2' color='#060'>(+Ctrl)全てを選択(解除)</font><br><b>[Metaball]</b><br> <font size='2' color='#060'>(+Ctrl)全てを選択(解除)</font><br><b>[Lattice]</b><br> <font size='2' color='#060'>(+Ctrl)全てを選択(解除)</font><br><b>[Particle]</b><br> <font size='2' color='#060'>(+Ctrl)全てを選択(解除)</font><br><b>[Font]</b><br> <font size='2' color='#060'>(+Ctrl)スタイルを切り替え</font><br><b>[Animation Channels]</b><br> <font size='2' color='#060'>(+Ctrl)すべて選択</font><br><b>[UV Editor]</b><br> <font size='2' color='#060'>(+Ctrl)全てを選択(解除)</font><br><b>[Mask Editing]</b><br> <font size='2' color='#000'>シェイプキーの挿入</font><br> <font size='2' color='#600'>(+Alt)シェイプキーをクリア</font><br> <font size='2' color='#060'>(+Ctrl)全てを選択(解除)</font><br><b>[Outliner]</b><br> <font size='2' color='#000'>キーフレームを挿入</font><br> <font size='2' color='#600'>(+Alt)キーイングセットのキーフレームを削除</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>キーフレームを挿入</font><br> <font size='2' color='#060'>(+Ctrl)すべて選択</font><br><b>[Node Editor]</b><br> <font size='2' color='#060'>(+Ctrl)全てを選択(解除)</font><br><b>[Dopesheet]</b><br> <font size='2' color='#060'>(+Ctrl)すべて選択</font><br><b>[NLA Editor]</b><br> <font size='2' color='#060'>(+Ctrl)全てを選択(解除)</font><br><b>[Sequencer]</b><br> <font size='2' color='#060'>(+Ctrl)全てを選択(解除)</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>キーフレームを挿入</font><br> <font size='2' color='#600'>(+Alt)キーフレームを削除</font><br> <font size='2' color='#060'>(+Ctrl)全てを選択(解除)</font><br><b>[Clip Graph Editor]</b><br> <font size='2' color='#060'>(+Ctrl)全マーカーを選択(解除)</font><br>" shape="rect" coords="457,129,506,181">
<area href="#" title="<b>【O 】</b><br><br><b>[Window]</b><br> <font size='2' color='#000'>(+OS)Blenderファイルを開く</font><br> <font size='2' color='#060'>(+Ctrl)Blenderファイルを開く</font><br> <font size='2' color='#006'>(+Shift OS)「INFO_MT_file_open_recent」Call Menu</font><br> <font size='2' color='#660'>(+Ctrl Alt)ライブラリからリンク</font><br> <font size='2' color='#066'>(+Shift Ctrl)「INFO_MT_file_open_recent」Call Menu</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#600'>(+Alt)「tool_settings.proportional_edit」to「DISABLED」And「CONNECTED」To Switch</font><br> <font size='2' color='#006'>(+Shift)列挙ループコンテクスト</font><br><b>[Object Mode]</b><br> <font size='2' color='#600'>(+Alt)原点をクリア</font><br> <font size='2' color='#006'>(+Shift)列挙ループコンテクスト</font><br><b>[Curve]</b><br> <font size='2' color='#600'>(+Alt)「tool_settings.proportional_edit」to「DISABLED」And「CONNECTED」To Switch</font><br> <font size='2' color='#006'>(+Shift)列挙ループコンテクスト</font><br><b>[Mesh]</b><br> <font size='2' color='#600'>(+Alt)「tool_settings.proportional_edit」to「DISABLED」And「CONNECTED」To Switch</font><br> <font size='2' color='#006'>(+Shift)列挙ループコンテクスト</font><br><b>[Metaball]</b><br> <font size='2' color='#000'>「tool_settings.proportional_edit」to「DISABLED」And「ENABLED」To Switch</font><br> <font size='2' color='#600'>(+Alt)「tool_settings.proportional_edit」to「DISABLED」And「CONNECTED」To Switch</font><br> <font size='2' color='#006'>(+Shift)列挙ループコンテクスト</font><br><b>[Lattice]</b><br> <font size='2' color='#000'>「tool_settings.proportional_edit」to「DISABLED」And「ENABLED」To Switch</font><br> <font size='2' color='#006'>(+Shift)列挙ループコンテクスト</font><br><b>[Particle]</b><br> <font size='2' color='#000'>「tool_settings.proportional_edit」to「DISABLED」And「ENABLED」To Switch</font><br> <font size='2' color='#006'>(+Shift)列挙ループコンテクスト</font><br><b>[UV Editor]</b><br> <font size='2' color='#006'>(+Shift)列挙ループコンテクスト</font><br><b>[Mask Editing]</b><br> <font size='2' color='#000'>「tool_settings.use_proportional_edit_mask」switch</font><br> <font size='2' color='#006'>(+Shift)列挙ループコンテクスト</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>キーフレームを掃除</font><br> <font size='2' color='#600'>(+Alt)キーを平滑化</font><br> <font size='2' color='#006'>(+Shift)キーフレームを抽出</font><br><b>[Image Generic]</b><br> <font size='2' color='#600'>(+Alt)画像を開く</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>Connect to Output</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>キーフレームを掃除</font><br> <font size='2' color='#006'>(+Shift)キーフレームを抽出</font><br><b>[Text]</b><br> <font size='2' color='#600'>(+Alt)テキストブロックを開く</font><br><b>[SequencerCommon]</b><br> <font size='2' color='#006'>(+Shift)「scene.sequence_editor.show_overlay」switch</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>設定コンテクスト</font><br> <font size='2' color='#600'>(+Alt)ストリップオフセットを消去</font><br><b>[SequencerPreview]</b><br> <font size='2' color='#000'>枠オフセットビュー</font><br><b>[Clip]</b><br> <font size='2' color='#600'>(+Alt)クリップを開く</font><br>" shape="rect" coords="512,131,560,182">
<area href="#" title="<b>【P 】</b><br><br><b>[Animation]</b><br> <font size='2' color='#000'>プレビュー範囲を設定</font><br> <font size='2' color='#600'>(+Alt)プレビュー範囲をクリア</font><br><b>[Pose]</b><br> <font size='2' color='#006'>(+Shift)親ボーンを選択</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>Start Game Engine</font><br> <font size='2' color='#600'>(+Alt)ペアレントをクリア</font><br> <font size='2' color='#660'>(+Ctrl Alt)プロキシ作成</font><br> <font size='2' color='#066'>(+Shift Ctrl)逆補正を付けず親に</font><br><b>[Curve]</b><br> <font size='2' color='#000'>別オブジェクトに分離</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>ブラシの選択</font><br><b>[Mesh]</b><br> <font size='2' color='#600'>(+Alt)扇状に分離</font><br><b>[Armature]</b><br> <font size='2' color='#660'>(+Ctrl Alt)ボーンを分離</font><br><b>[UV Editor]</b><br> <font size='2' color='#006'>(+Shift)ピン止め頂点を選択</font><br><b>[UV Sculpt]</b><br> <font size='2' color='#000'>UVスカルプトツールのセット</font><br><b>[Mask Editing]</b><br> <font size='2' color='#600'>(+Alt)ペアレントをクリア</font><br><b>[Graph Editor]</b><br> <font size='2' color='#660'>(+Ctrl Alt)プレビュー範囲を自動設定</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>別オブジェクトに分離</font><br> <font size='2' color='#600'>(+Alt)NODE_OT_parent_clear</font><br> <font size='2' color='#006'>(+Shift)Frame Selected</font><br><b>[Dopesheet]</b><br> <font size='2' color='#660'>(+Ctrl Alt)プレビュー範囲を自動設定</font><br><b>[NLA Editor]</b><br> <font size='2' color='#660'>(+Ctrl Alt)プレビュー範囲を自動設定</font><br><b>[Clip]</b><br> <font size='2' color='#000'>プリフェッチフレーム</font><br>" shape="rect" coords="564,132,612,183">
<area href="#" title="<b>【@(アットマーク) 】</b><br><br><b>[Screen Editing]</b><br> <font size='2' color='#066'>(+Shift Ctrl)Edit Menu (PME)</font><br><b>[Pose]</b><br> <font size='2' color='#060'>(+Ctrl)全レイヤーを表示</font><br><b>[Armature]</b><br> <font size='2' color='#060'>(+Ctrl)全レイヤーを表示</font><br><b>[3D View]</b><br> <font size='2' color='#000'>Layers</font><br> <font size='2' color='#060'>(+Ctrl)HOps Helper</font><br>" shape="rect" coords="617,133,665,182">
<area href="#" title="<b>【[ 】</b><br><br><b>[Pose]</b><br> <font size='2' color='#000'>階層を選択</font><br> <font size='2' color='#006'>(+Shift)階層を選択</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>階層を選択</font><br> <font size='2' color='#006'>(+Shift)階層を選択</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'>スカルプト/ペイントブラシのサイズを変更</font><br><b>[Vertex Paint]</b><br> <font size='2' color='#000'>スカルプト/ペイントブラシのサイズを変更</font><br><b>[Weight Paint]</b><br> <font size='2' color='#000'>スカルプト/ペイントブラシのサイズを変更</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>スカルプト/ペイントブラシのサイズを変更</font><br><b>[Armature]</b><br> <font size='2' color='#000'>階層を選択</font><br> <font size='2' color='#006'>(+Shift)階層を選択</font><br><b>[UV Sculpt]</b><br> <font size='2' color='#000'>スカルプト/ペイントブラシのサイズを変更</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>左/右を選択</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>Select Parent or Children</font><br> <font size='2' color='#006'>(+Shift)同一タイプの次/前をアクティブ化</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>左/右を選択</font><br><b>[NLA Editor]</b><br> <font size='2' color='#000'>左/右を選択</font><br>" shape="rect" coords="669,131,717,180">
<area href="#" title="<b>【1 】</b><br><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>Select Brush</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>(+OS)細分化</font><br> <font size='2' color='#060'>(+Ctrl)View Numpad</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'><s>Set Brush Number</s></font><br> <font size='2' color='#000'>(+OS)細分化</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Vertex Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Weight Paint]</b><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>(+OS)細分化</font><br> <font size='2' color='#060'>(+Ctrl)View Numpad</font><br> <font size='2' color='#006'><s>(+Shift)Set Brush Number</s></font><br> <font size='2' color='#060'>(+Ctrl OS)細分化</font><br><b>[Mesh]</b><br> <font size='2' color='#000'><s>選択モード</s></font><br> <font size='2' color='#000'>(+OS)細分化</font><br> <font size='2' color='#060'>(+Ctrl)View Numpad</font><br> <font size='2' color='#060'>(+Ctrl OS)細分化</font><br><b>[3D View]</b><br> <font size='2' color='#000'>View Numpad</font><br> <font size='2' color='#000'>(+OS)細分化</font><br> <font size='2' color='#600'>(+Alt)細分化</font><br> <font size='2' color='#600'>(+Alt)View Numpad</font><br> <font size='2' color='#060'>(+Ctrl)View Numpad</font><br> <font size='2' color='#060'><s>(+Ctrl OS)Layers</s></font><br><b>[UV Editor]</b><br> <font size='2' color='#000'><s>「uv_select_mode」switch</s></font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>キーフレームのハンドルを設定</font><br><b>[Image]</b><br> <font size='2' color='#000'><s>設定コンテクスト</s></font><br> <font size='2' color='#000'>レンダースロットを循環</font><br><b>[Node Editor]</b><br> <font size='2' color='#666'>(+Shift Ctrl Alt)Change Factor</font><br><b>[File Browser Main]</b><br> <font size='2' color='#000'>ファイル名の番号を増加</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>キーフレームのタイプを設定</font><br> <font size='2' color='#060'>(+Ctrl)キーフレーム削除</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>マルチカムのカット</font><br>" shape="rect" coords="61,75,109,126">
<area href="#" title="<b>【2 】</b><br><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>Select Brush</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>(+OS)細分化</font><br> <font size='2' color='#000'><s>(+OS)細分化</s></font><br> <font size='2' color='#060'>(+Ctrl)View Numpad</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'><s>Set Brush Number</s></font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Vertex Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Weight Paint]</b><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'><s>(+OS)細分化</s></font><br> <font size='2' color='#060'>(+Ctrl)View Numpad</font><br> <font size='2' color='#006'><s>(+Shift)Set Brush Number</s></font><br><b>[Mesh]</b><br> <font size='2' color='#000'><s>選択モード</s></font><br> <font size='2' color='#000'>(+OS)random_mat</font><br> <font size='2' color='#000'><s>(+OS)細分化</s></font><br> <font size='2' color='#060'>(+Ctrl)View Numpad</font><br><b>[3D View]</b><br> <font size='2' color='#000'>View Numpad</font><br> <font size='2' color='#600'>(+Alt)Enable/Disable BC</font><br> <font size='2' color='#600'>(+Alt)View Numpad</font><br> <font size='2' color='#060'>(+Ctrl)View Numpad</font><br> <font size='2' color='#060'>(+Ctrl)Layers</font><br> <font size='2' color='#006'>(+Shift)カーソルを選択物にスナップ</font><br> <font size='2' color='#006'>(+Shift)OBJECT_OT_toggle_manipulator</font><br> <font size='2' color='#006'>(+Shift)3Dカーソルを設定</font><br> <font size='2' color='#060'>(+Ctrl OS)OBJECT_OT_show_popup</font><br><b>[UV Editor]</b><br> <font size='2' color='#060'>(+Ctrl)回転</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>キーフレームのハンドルを設定</font><br><b>[Image]</b><br> <font size='2' color='#000'><s>設定コンテクスト</s></font><br> <font size='2' color='#000'>レンダースロットを循環</font><br><b>[File Browser Main]</b><br> <font size='2' color='#000'>ファイル名の番号を増加</font><br><b>[File Browser Buttons]</b><br> <font size='2' color='#000'>(+OS)ファイル名の番号を増加</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>キーフレームのタイプを設定</font><br><b>[Text]</b><br> <font size='2' color='#060'>(+Ctrl OS)TEXT_OT_better_uncomment</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>マルチカムのカット</font><br>" shape="rect" coords="114,77,163,126">
<area href="#" title="<b>【3 】</b><br><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>Select Brush</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>(+OS)細分化</font><br> <font size='2' color='#060'>(+Ctrl)View Numpad</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'>(+OS)細分化</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Vertex Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Weight Paint]</b><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'><s>Set Brush Number</s></font><br> <font size='2' color='#000'>(+OS)細分化</font><br> <font size='2' color='#060'>(+Ctrl)View Numpad</font><br> <font size='2' color='#006'><s>(+Shift)Set Brush Number</s></font><br><b>[Mesh]</b><br> <font size='2' color='#000'><s>選択モード</s></font><br> <font size='2' color='#000'>(+OS)細分化</font><br> <font size='2' color='#060'>(+Ctrl)View Numpad</font><br><b>[3D View]</b><br> <font size='2' color='#000'>View Numpad</font><br> <font size='2' color='#000'>(+OS)細分化</font><br> <font size='2' color='#600'>(+Alt)細分化</font><br> <font size='2' color='#600'>(+Alt)View Numpad</font><br> <font size='2' color='#060'>(+Ctrl)View Numpad</font><br> <font size='2' color='#060'>(+Ctrl OS)Compact Properties</font><br> <font size='2' color='#060'><s>(+Ctrl OS)Layers</s></font><br> <font size='2' color='#066'>(+Shift Ctrl)Compact Properties</font><br><b>[UV Editor]</b><br> <font size='2' color='#060'>(+Ctrl)回転</font><br><b>[Image]</b><br> <font size='2' color='#000'>設定コンテクスト</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>キーフレームのタイプを設定</font><br><b>[Text Generic]</b><br> <font size='2' color='#060'>(+Ctrl)コメント</font><br> <font size='2' color='#060'>(+Ctrl OS)コメント解除</font><br><b>[Text]</b><br> <font size='2' color='#060'>(+Ctrl OS)TEXT_OT_better_comment</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>マルチカムのカット</font><br>" shape="rect" coords="164,75,215,124">
<area href="#" title="<b>【4 】</b><br><br><b>[Markers]</b><br> <font size='2' color='#000'>タイムマーカーを追加</font><br> <font size='2' color='#060'>(+Ctrl)マーカーを削除</font><br> <font size='2' color='#060'>(+Ctrl OS)マーカーをリネーム</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>Select Brush</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'><s>(+OS)細分化</s></font><br> <font size='2' color='#000'>(+OS)AutoMirror</font><br> <font size='2' color='#060'>(+Ctrl)「space_data.lock_camera」switch</font><br> <font size='2' color='#060'>(+Ctrl OS)ミラーX</font><br> <font size='2' color='#060'><s>(+Ctrl OS)追加</s></font><br><b>[Image Paint]</b><br> <font size='2' color='#000'><s>Set Brush Number</s></font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Vertex Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Weight Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>(+OS)automirror_apply_mod</font><br> <font size='2' color='#000'><s>(+OS)細分化</s></font><br> <font size='2' color='#060'>(+Ctrl)「space_data.lock_camera」switch</font><br> <font size='2' color='#006'><s>(+Shift)Set Brush Number</s></font><br><b>[Mesh]</b><br> <font size='2' color='#000'><s>(+OS)細分化</s></font><br> <font size='2' color='#000'>(+OS)AutoMirror</font><br> <font size='2' color='#060'>(+Ctrl)「space_data.lock_camera」switch</font><br><b>[3D View]</b><br> <font size='2' color='#000'>View Numpad</font><br> <font size='2' color='#060'>(+Ctrl)「space_data.lock_camera」switch</font><br> <font size='2' color='#006'>(+Shift)透視投影/平行投影</font><br> <font size='2' color='#006'>(+Shift)現在の視点にカメラを合わせる</font><br> <font size='2' color='#060'>(+Ctrl OS)追加</font><br> <font size='2' color='#060'>(+Ctrl OS)Layers</font><br> <font size='2' color='#660'>(+Ctrl Alt)現在の視点にカメラを合わせる</font><br> <font size='2' color='#660'>(+Ctrl Alt)フライナビゲーション</font><br> <font size='2' color='#066'>(+Shift Ctrl)アクティブオブジェクトをカメラにする</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>タイムマーカーを追加</font><br> <font size='2' color='#060'>(+Ctrl)マーカーを削除</font><br><b>[Image]</b><br> <font size='2' color='#000'>設定コンテクスト</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>タイムマーカーを追加</font><br> <font size='2' color='#000'>キーフレームのタイプを設定</font><br> <font size='2' color='#060'>(+Ctrl)マーカーを削除</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>マルチカムのカット</font><br>" shape="rect" coords="219,73,269,127">
<area href="#" title="<b>【5 】</b><br><br><b>[Screen]</b><br> <font size='2' color='#000'>render_cycleslots</font><br> <font size='2' color='#000'><s>レンダー</s></font><br> <font size='2' color='#000'>(+OS)やり直し</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>Select Brush</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'><s>(+OS)細分化</s></font><br><b>[Image Paint]</b><br> <font size='2' color='#000'><s>Set Brush Number</s></font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Vertex Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Weight Paint]</b><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#000'><s>(+OS)細分化</s></font><br> <font size='2' color='#006'><s>(+Shift)Set Brush Number</s></font><br><b>[3D View]</b><br> <font size='2' color='#000'>レンダー</font><br> <font size='2' color='#060'><s>(+Ctrl OS)Layers</s></font><br><b>[Image]</b><br> <font size='2' color='#000'>設定コンテクスト</font><br><b>[File Browser]</b><br> <font size='2' color='#060'>(+Ctrl)新しいディレクトリを作成</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>マルチカムのカット</font><br>" shape="rect" coords="271,73,322,126">
<area href="#" title="<b>【6 】</b><br><br><b>[Window]</b><br> <font size='2' color='#000'>(+OS)VIEW3D_OT_modhelper_x</font><br> <font size='2' color='#606'>(+Shift Alt OS)OpenGL Render</font><br><b>[Screen]</b><br> <font size='2' color='#000'>Redo (RL)</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>Select Brush</font><br><b>[Object Mode]</b><br> <font size='2' color='#060'>(+Ctrl OS)freeze_x</font><br> <font size='2' color='#060'>(+Ctrl OS)オブジェクトのトランスフォームを適用</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'><s>Set Brush Number</s></font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Vertex Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Weight Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Sculpt]</b><br> <font size='2' color='#006'><s>(+Shift)Set Brush Number</s></font><br><b>[3D View]</b><br> <font size='2' color='#060'>(+Ctrl OS)Layers</font><br><b>[UV Editor]</b><br> <font size='2' color='#000'>ピン止め</font><br> <font size='2' color='#060'>(+Ctrl)ピン止め</font><br><b>[Image]</b><br> <font size='2' color='#000'>設定コンテクスト</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>マルチカムのカット</font><br>" shape="rect" coords="324,74,374,125">
<area href="#" title="<b>【7 】</b><br><br><b>[Window]</b><br> <font size='2' color='#066'>(+Shift Ctrl)WM_OT_pm_edit</font><br><b>[Screen]</b><br> <font size='2' color='#000'>Redo (RL)</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>Select Brush</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'><s>Set Brush Number</s></font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Vertex Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Weight Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Sculpt]</b><br> <font size='2' color='#006'><s>(+Shift)Set Brush Number</s></font><br><b>[3D View]</b><br> <font size='2' color='#060'>(+Ctrl OS)Layers</font><br><b>[UV Editor]</b><br> <font size='2' color='#000'>2Dカーソルを設定</font><br><b>[Image]</b><br> <font size='2' color='#000'><s>設定コンテクスト</s></font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>マルチカムのカット</font><br>" shape="rect" coords="377,75,427,126">
<area href="#" title="<b>【8 】</b><br><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>Select Brush</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'><s>OBJECT_OT_centertool</s></font><br><b>[Image Paint]</b><br> <font size='2' color='#000'><s>Set Brush Number</s></font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Vertex Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Weight Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'><s>(+Shift)Set Brush Number</s></font><br><b>[Mesh]</b><br> <font size='2' color='#000'>OBJECT_OT_centertool</font><br><b>[Object Non-modal]</b><br> <font size='2' color='#000'>原点を設定</font><br><b>[3D View]</b><br> <font size='2' color='#060'>(+Ctrl OS)Layers</font><br><b>[Image]</b><br> <font size='2' color='#000'>設定コンテクスト</font><br><b>[Node Editor]</b><br> <font size='2' color='#600'>(+Alt)Batch Change</font><br> <font size='2' color='#060'>(+Ctrl)Merge Nodes</font><br> <font size='2' color='#660'>(+Ctrl Alt)Merge Nodes</font><br> <font size='2' color='#066'>(+Shift Ctrl)Merge Nodes</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>マルチカムのカット</font><br>" shape="rect" coords="431,74,479,126">
<area href="#" title="<b>【9 】</b><br><br><b>[Window]</b><br> <font size='2' color='#000'>(+OS)ライブラリからアペンド</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>Select Brush</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>剛体を追加</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'><s>Set Brush Number</s></font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Vertex Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Weight Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'><s>(+Shift)Set Brush Number</s></font><br><b>[3D View]</b><br> <font size='2' color='#060'>(+Ctrl OS)Layers</font><br><b>[Image]</b><br> <font size='2' color='#000'>設定コンテクスト</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'><s>マルチカムのカット</s></font><br>" shape="rect" coords="483,72,532,124">
<area href="#" title="<b>【0 】</b><br><br><b>[Window]</b><br> <font size='2' color='#000'>(+OS)スプラッシュ画面</font><br> <font size='2' color='#600'>(+Alt OS)Blenderファイルを開く</font><br> <font size='2' color='#606'>(+Shift Alt OS)Blenderを終了</font><br><b>[Screen]</b><br> <font size='2' color='#660'>(+Ctrl Alt)スクリーンショットを保存</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>Select Brush</font><br><b>[Image Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Vertex Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Weight Paint]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'>(+Shift)Set Brush Number</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>Set Brush Number</font><br> <font size='2' color='#006'><s>(+Shift)Set Brush Number</s></font><br><b>[3D View]</b><br> <font size='2' color='#060'><s>(+Ctrl OS)Layers</s></font><br><b>[Node Editor]</b><br> <font size='2' color='#600'>(+Alt)Batch Change</font><br> <font size='2' color='#060'>(+Ctrl)Merge Nodes</font><br> <font size='2' color='#660'>(+Ctrl Alt)Merge Nodes</font><br> <font size='2' color='#666'>(+Shift Ctrl Alt)Change Factor</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>マルチカムのカット</font><br>" shape="rect" coords="536,75,586,125">
<area href="#" title="<b>【- 】</b><br><br><b>[3D View]</b><br> <font size='2' color='#060'><s>(+Ctrl)ビューをズーム</s></font><br> <font size='2' color='#066'>(+Shift Ctrl)ドリービュー</font><br><b>[Node Editor]</b><br> <font size='2' color='#600'>(+Alt)Batch Change</font><br> <font size='2' color='#060'>(+Ctrl)Merge Nodes</font><br> <font size='2' color='#660'>(+Ctrl Alt)Merge Nodes</font><br> <font size='2' color='#066'>(+Shift Ctrl)Merge Nodes</font><br><b>[Info]</b><br> <font size='2' color='#000'><s>-- --</s></font><br> <font size='2' color='#000'><s>-- select mouse Drag --</s></font><br> <font size='2' color='#000'><s>-- select mouse Drag + shift --</s></font><br> <font size='2' color='#000'><s>-- Delete object (Nomessage) --</s></font><br> <font size='2' color='#000'><s>-- Delete Graph key (Nomessage) --</s></font><br> <font size='2' color='#000'><s>-- Delete Dopesheet key (Nomessage) --</s></font><br> <font size='2' color='#000'><s>-- Delete Mesh(Auto mesh type Delete) --</s></font><br> <font size='2' color='#000'><s>-- Modifier --</s></font><br> <font size='2' color='#000'><s>-- View Rotate/move --</s></font><br> <font size='2' color='#000'><s>-- show only render >> shift + alt Z</s></font><br> <font size='2' color='#000'><s>-- view all / selected >> Z --</s></font><br>" shape="rect" coords="588,75,636,124">
<area href="#" title="<b>【^ 】</b><br><br><b>[Node Editor]</b><br> <font size='2' color='#000'>Link Active Node to Selected</font><br> <font size='2' color='#006'>(+Shift)Link Active Node to Selected</font><br>" shape="rect" coords="641,76,689,124">
<area href="#" title="<b>【| 】</b><br><br><b>[Node Editor]</b><br> <font size='2' color='#000'>「NODE_MT_nw_link_active_to_selected_menu」Call Menu</font><br>" shape="rect" coords="693,73,742,125">
<area href="#" title="<b>【BackSpace 】</b><br><br><b>[Timeline]</b><br> <font size='2' color='#000'>key_del_x</font><br> <font size='2' color='#600'>(+Alt)Silent_Key_Del</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>溶解</font><br><b>[Pose]</b><br> <font size='2' color='#600'>(+Alt)Silent_Key_Del</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>object_delete_silent</font><br> <font size='2' color='#000'><s>削除</s></font><br> <font size='2' color='#000'>確認せずに削除</font><br> <font size='2' color='#600'>(+Alt)key_del_x</font><br> <font size='2' color='#600'>(+Alt)Silent_Key_Del</font><br><b>[Curve]</b><br> <font size='2' color='#000'>削除</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>Mask Polygon Remove</font><br><b>[Mesh]</b><br> <font size='2' color='#000'>delete by mode</font><br> <font size='2' color='#000'>選択モードと同じ要素を削除</font><br> <font size='2' color='#600'>(+Alt)選択で溶解</font><br> <font size='2' color='#006'>(+Shift)結合</font><br> <font size='2' color='#600'>(+Alt OS)パイメニュー呼び出し</font><br><b>[Armature]</b><br> <font size='2' color='#000'><s>選択したボーンを削除</s></font><br> <font size='2' color='#000'>確認無しでボーンを削除</font><br><b>[Font]</b><br> <font size='2' color='#000'>削除</font><br> <font size='2' color='#600'>(+Alt)テキストを挿入</font><br> <font size='2' color='#060'>(+Ctrl)削除</font><br> <font size='2' color='#006'>(+Shift)削除</font><br><b>[Object Non-modal]</b><br> <font size='2' color='#000'><s>パイメニュー呼び出し</s></font><br><b>[Outliner]</b><br> <font size='2' color='#000'>確認せずに削除</font><br><b>[Graph Editor Generic]</b><br> <font size='2' color='#000'>silent_graph_Key_Del</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>graph_delete_silent</font><br> <font size='2' color='#000'><s>キーフレーム削除</s></font><br> <font size='2' color='#000'>silent_graph_Key_Del</font><br> <font size='2' color='#600'>(+Alt OS)キーフレームを掃除</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'><s>Reset Nodes</s></font><br> <font size='2' color='#000'>削除</font><br> <font size='2' color='#000'>Reset Nodes</font><br> <font size='2' color='#600'>(+Alt)削除後再リンク</font><br><b>[File Browser]</b><br> <font size='2' color='#600'>(+Alt)親ファイル</font><br><b>[File Browser Main]</b><br> <font size='2' color='#000'>前のフォルダー</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>action_delete_silent</font><br> <font size='2' color='#000'><s>キーフレーム削除</s></font><br> <font size='2' color='#000'>キーフレームを削除 (確認しない)</font><br> <font size='2' color='#600'>(+Alt OS)キーフレームを掃除</font><br><b>[NLA Editor]</b><br> <font size='2' color='#000'>ストリップを削除</font><br><b>[Text Generic]</b><br> <font size='2' color='#000'>削除</font><br><b>[Text]</b><br> <font size='2' color='#000'><s>削除</s></font><br> <font size='2' color='#600'>(+Alt)削除</font><br> <font size='2' color='#060'>(+Ctrl)削除</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>ストリップを消去</font><br> <font size='2' color='#000'>ギャップを削除</font><br> <font size='2' color='#006'>(+Shift)ギャップを削除</font><br><b>[Console]</b><br> <font size='2' color='#000'>削除</font><br> <font size='2' color='#060'>(+Ctrl)削除</font><br> <font size='2' color='#006'>(+Shift)削除</font><br>" shape="rect" coords="748,77,797,124">
<area href="#" title="<b>【Esc 】</b><br><br><b>[Screen]</b><br> <font size='2' color='#000'>ファイル読み込みを中止</font><br> <font size='2' color='#000'>レンダービューをキャンセル</font><br><b>[Screen Editing]</b><br> <font size='2' color='#000'>Internal (PME)</font><br><b>[Frames]</b><br> <font size='2' color='#000'>アニメーションをキャンセル</font><br><b>[Armature]</b><br> <font size='2' color='#000'>Cancel Stroke</font><br>" shape="rect" coords="10,10,56,59">
<area href="#" title="<b>【F1 】</b><br><br><b>[Window]</b><br> <font size='2' color='#000'>Blenderファイルを開く</font><br> <font size='2' color='#006'><s>(+Shift)ライブラリからアペンド</s></font><br> <font size='2' color='#006'>(+Shift)「area.type」to「VIEW_3D」To Change</font><br>" shape="rect" coords="103,8,150,59">
<area href="#" title="<b>【F2 】</b><br><br><b>[Window]</b><br> <font size='2' color='#000'>Blenderファイルを別名で保存</font><br> <font size='2' color='#006'>(+Shift)「area.type」to「PROPERTIES」To Change</font><br> <font size='2' color='#006'>(+Shift)「area.type」to「OUTLINER」To Change</font><br> <font size='2' color='#006'><s>(+Shift)「area.type」to「TIMELINE」To Change</s></font><br><b>[3D View]</b><br> <font size='2' color='#006'>(+Shift OS)「menu.zb_brush_menu_x」Call Menu</font><br>" shape="rect" coords="154,8,205,58">
<area href="#" title="<b>【F3 】</b><br><br><b>[Window]</b><br> <font size='2' color='#006'><s>(+Shift)「area.type」to「TEXT_EDITOR」To Change</s></font><br> <font size='2' color='#006'>(+Shift)「area.type」to「USER_PREFERENCES」To Change</font><br><b>[Screen]</b><br> <font size='2' color='#000'>今までした操作を繰り返す</font><br> <font size='2' color='#600'>(+Alt)SCREEN_OT_screencast</font><br>" shape="rect" coords="206,8,257,60">
<area href="#" title="<b>【F4 】</b><br><br><b>[Window]</b><br> <font size='2' color='#006'><s>(+Shift)「area.type」to「IMAGE_EDITOR」To Change</s></font><br><b>[Screen]</b><br> <font size='2' color='#006'>(+Shift)フリップ範囲</font><br>" shape="rect" coords="260,11,308,58">
<area href="#" title="<b>【F5 】</b><br><br><b>[Window]</b><br> <font size='2' color='#006'>(+Shift)「area.type」to「NODE_EDITOR」To Change</font><br>" shape="rect" coords="343,7,394,58">
<area href="#" title="<b>【F6 】</b><br><br>" shape="rect" coords="398,10,447,58">
<area href="#" title="<b>【F7 】</b><br><br><b>[Window]</b><br> <font size='2' color='#006'>(+Shift)「area.type」to「TIMELINE」To Change</font><br>" shape="rect" coords="450,9,501,59">
<area href="#" title="<b>【F8 】</b><br><br><b>[Window]</b><br> <font size='2' color='#006'>(+Shift)「area.type」to「DOPESHEET_EDITOR」To Change</font><br><b>[Screen]</b><br> <font size='2' color='#000'>スクリプトを再読み込み</font><br><b>[Header]</b><br> <font size='2' color='#600'>(+Alt)Header Toolbox</font><br>" shape="rect" coords="504,10,551,59">
<area href="#" title="<b>【F9 】</b><br><br><b>[Screen Editing]</b><br> <font size='2' color='#600'>(+Alt)ヘッダー切替</font><br>" shape="rect" coords="588,8,637,58">
<area href="#" title="<b>【F10 】</b><br><br>" shape="rect" coords="641,8,690,59">
<area href="#" title="<b>【F11 】</b><br><br><b>[Window]</b><br> <font size='2' color='#600'>(+Alt)ウィンドウの全画面切替</font><br> <font size='2' color='#006'>(+Shift)「area.type」to「TEXT_EDITOR」To Change</font><br><b>[Screen]</b><br> <font size='2' color='#000'>レンダービューを表示/隠す</font><br> <font size='2' color='#060'>(+Ctrl)レンダリングしたアニメーションを再生</font><br>" shape="rect" coords="693,10,743,59">
<area href="#" title="<b>【F12 】</b><br><br>" shape="rect" coords="748,10,797,58">
<area href="#" title="<b>【← 】</b><br><br><b>[Screen]</b><br> <font size='2' color='#060'>(+Ctrl)画面セット</font><br><b>[Frames]</b><br> <font size='2' color='#000'>フレームオフセット</font><br> <font size='2' color='#000'>(+OS)フレームオフセット</font><br> <font size='2' color='#006'>(+Shift)末端へジャンプ</font><br><b>[Font]</b><br> <font size='2' color='#000'>カーソルを移動</font><br> <font size='2' color='#600'>(+Alt)間隔を変更</font><br> <font size='2' color='#060'>(+Ctrl)カーソルを移動</font><br> <font size='2' color='#006'>(+Shift)選択範囲の移動</font><br> <font size='2' color='#066'>(+Shift Ctrl)選択範囲の移動</font><br><b>[3D View]</b><br> <font size='2' color='#600'>(+Alt OS)周回ビュー</font><br> <font size='2' color='#606'>(+Shift Alt OS)周回ビュー</font><br><b>[Node Editor]</b><br> <font size='2' color='#600'>(+Alt)Change Factor</font><br> <font size='2' color='#606'>(+Shift Alt)Change Factor</font><br> <font size='2' color='#666'>(+Shift Ctrl Alt)Change Factor</font><br><b>[File Browser]</b><br> <font size='2' color='#600'>(+Alt)xf</font><br> <font size='2' color='#600'>(+Alt)次のフォルダー</font><br><b>[File Browser Main]</b><br> <font size='2' color='#600'>(+Alt)前のフォルダー</font><br><b>[Text]</b><br> <font size='2' color='#000'>カーソルを移動</font><br> <font size='2' color='#000'>(+OS)カーソルを移動</font><br> <font size='2' color='#600'>(+Alt)カーソルを移動</font><br> <font size='2' color='#060'>(+Ctrl)カーソルを移動</font><br> <font size='2' color='#006'>(+Shift)選択範囲の移動</font><br> <font size='2' color='#006'>(+Shift OS)選択範囲の移動</font><br> <font size='2' color='#606'>(+Shift Alt)選択範囲の移動</font><br> <font size='2' color='#066'>(+Shift Ctrl)選択範囲の移動</font><br><b>[Sequencer]</b><br> <font size='2' color='#600'>(+Alt)ストリップを交換</font><br><b>[Console]</b><br> <font size='2' color='#000'>カーソルを移動</font><br> <font size='2' color='#000'>(+OS)カーソルを移動</font><br> <font size='2' color='#060'>(+Ctrl)カーソルを移動</font><br><b>[Clip]</b><br> <font size='2' color='#600'>(+Alt)マーカーを追跡</font><br><b>[Clip Editor]</b><br> <font size='2' color='#606'>(+Shift Alt)フレームにジャンプ</font><br> <font size='2' color='#066'>(+Shift Ctrl)フレームにジャンプ</font><br>" shape="rect" coords="813,302,862,350">
<area href="#" title="<b>【↓ 】</b><br><br><b>[Frames]</b><br> <font size='2' color='#000'>キーフレームにジャンプ</font><br> <font size='2' color='#006'>(+Shift)フレームオフセット</font><br> <font size='2' color='#066'>(+Shift Ctrl)末端へジャンプ</font><br><b>[Font]</b><br> <font size='2' color='#000'>カーソルを移動</font><br> <font size='2' color='#600'>(+Alt)文字を変更</font><br> <font size='2' color='#006'>(+Shift)選択範囲の移動</font><br><b>[3D View]</b><br> <font size='2' color='#600'>(+Alt OS)周回ビュー</font><br><b>[Node Editor]</b><br> <font size='2' color='#600'>(+Alt)Batch Change</font><br><b>[Text]</b><br> <font size='2' color='#000'>カーソルを移動</font><br> <font size='2' color='#000'>(+OS)カーソルを移動</font><br> <font size='2' color='#006'>(+Shift)選択範囲の移動</font><br> <font size='2' color='#006'>(+Shift OS)選択範囲の移動</font><br> <font size='2' color='#066'>(+Shift Ctrl)行を移動</font><br><b>[Console]</b><br> <font size='2' color='#000'>履歴繰り返し</font><br>" shape="rect" coords="865,302,914,353">
<area href="#" title="<b>【→ 】</b><br><br><b>[Screen]</b><br> <font size='2' color='#600'>(+Alt)Jump to previous marker</font><br> <font size='2' color='#060'>(+Ctrl)画面セット</font><br><b>[Frames]</b><br> <font size='2' color='#000'>フレームオフセット</font><br> <font size='2' color='#000'>(+OS)フレームオフセット</font><br> <font size='2' color='#006'>(+Shift)末端へジャンプ</font><br><b>[Object Mode]</b><br> <font size='2' color='#000'>OBJECT_OT_centertool</font><br><b>[Font]</b><br> <font size='2' color='#000'>カーソルを移動</font><br> <font size='2' color='#600'>(+Alt)間隔を変更</font><br> <font size='2' color='#060'>(+Ctrl)カーソルを移動</font><br> <font size='2' color='#006'>(+Shift)選択範囲の移動</font><br> <font size='2' color='#066'>(+Shift Ctrl)選択範囲の移動</font><br><b>[3D View]</b><br> <font size='2' color='#606'>(+Shift Alt OS)周回ビュー</font><br><b>[Node Editor]</b><br> <font size='2' color='#600'>(+Alt)Change Factor</font><br> <font size='2' color='#606'>(+Shift Alt)Change Factor</font><br> <font size='2' color='#666'>(+Shift Ctrl Alt)Change Factor</font><br><b>[File Browser Main]</b><br> <font size='2' color='#600'>(+Alt)次のフォルダー</font><br><b>[Text]</b><br> <font size='2' color='#000'>カーソルを移動</font><br> <font size='2' color='#000'>(+OS)カーソルを移動</font><br> <font size='2' color='#600'>(+Alt)カーソルを移動</font><br> <font size='2' color='#060'>(+Ctrl)カーソルを移動</font><br> <font size='2' color='#006'>(+Shift)選択範囲の移動</font><br> <font size='2' color='#006'>(+Shift OS)選択範囲の移動</font><br> <font size='2' color='#606'>(+Shift Alt)選択範囲の移動</font><br> <font size='2' color='#066'>(+Shift Ctrl)選択範囲の移動</font><br><b>[Sequencer]</b><br> <font size='2' color='#600'>(+Alt)ストリップを交換</font><br><b>[Console]</b><br> <font size='2' color='#000'>カーソルを移動</font><br> <font size='2' color='#000'>(+OS)カーソルを移動</font><br> <font size='2' color='#060'>(+Ctrl)カーソルを移動</font><br><b>[Clip]</b><br> <font size='2' color='#600'>(+Alt)マーカーを追跡</font><br><b>[Clip Editor]</b><br> <font size='2' color='#606'>(+Shift Alt)フレームにジャンプ</font><br> <font size='2' color='#066'>(+Shift Ctrl)フレームにジャンプ</font><br>" shape="rect" coords="919,302,968,354">
<area href="#" title="<b>【↑ 】</b><br><br><b>[Frames]</b><br> <font size='2' color='#000'>キーフレームにジャンプ</font><br> <font size='2' color='#006'>(+Shift)フレームオフセット</font><br> <font size='2' color='#066'>(+Shift Ctrl)末端へジャンプ</font><br><b>[Font]</b><br> <font size='2' color='#000'>カーソルを移動</font><br> <font size='2' color='#600'>(+Alt)文字を変更</font><br> <font size='2' color='#006'>(+Shift)選択範囲の移動</font><br><b>[3D View]</b><br> <font size='2' color='#600'>(+Alt OS)周回ビュー</font><br><b>[Node Editor]</b><br> <font size='2' color='#600'>(+Alt)Batch Change</font><br><b>[Text]</b><br> <font size='2' color='#000'>カーソルを移動</font><br> <font size='2' color='#000'>(+OS)カーソルを移動</font><br> <font size='2' color='#006'>(+Shift)選択範囲の移動</font><br> <font size='2' color='#006'>(+Shift OS)選択範囲の移動</font><br> <font size='2' color='#066'>(+Shift Ctrl)行を移動</font><br><b>[Console]</b><br> <font size='2' color='#000'>履歴繰り返し</font><br>" shape="rect" coords="864,241,916,296">
<area href="#" title="<b>【Delete 】</b><br><br><b>[Markers]</b><br> <font size='2' color='#000'>マーカーを削除</font><br><b>[Info]</b><br> <font size='2' color='#000'>レポートを削除</font><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>「VIEW3D_MT_edit_gpencil_delete」Call Menu</font><br> <font size='2' color='#060'>(+Ctrl)溶解</font><br><b>[Object Mode]</b><br> <font size='2' color='#006'><s>(+Shift)削除</s></font><br><b>[Curve]</b><br> <font size='2' color='#000'>削除</font><br><b>[Mesh]</b><br> <font size='2' color='#000'><s>「VIEW3D_MT_edit_mesh_delete」Call Menu</s></font><br> <font size='2' color='#060'>(+Ctrl)選択で溶解</font><br><b>[Armature]</b><br> <font size='2' color='#000'><s>削除</s></font><br><b>[Metaball]</b><br> <font size='2' color='#000'>削除</font><br><b>[Particle]</b><br> <font size='2' color='#000'>削除</font><br><b>[Font]</b><br> <font size='2' color='#000'>削除</font><br><b>[Animation Channels]</b><br> <font size='2' color='#000'>チャンネルを削除</font><br><b>[Mask Editing]</b><br> <font size='2' color='#000'>削除</font><br><b>[Graph Editor]</b><br> <font size='2' color='#000'>キーフレーム削除</font><br><b>[File Browser]</b><br> <font size='2' color='#000'>選択したファイルを削除</font><br><b>[Dopesheet]</b><br> <font size='2' color='#000'>キーフレーム削除</font><br><b>[NLA Channels]</b><br> <font size='2' color='#000'>トラックを削除</font><br><b>[NLA Editor]</b><br> <font size='2' color='#000'>ストリップを削除</font><br><b>[Text]</b><br> <font size='2' color='#000'>削除</font><br> <font size='2' color='#060'>(+Ctrl)削除</font><br> <font size='2' color='#006'>(+Shift)カット</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>ストリップを消去</font><br><b>[Console]</b><br> <font size='2' color='#000'>削除</font><br> <font size='2' color='#060'>(+Ctrl)削除</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>トラックを削除</font><br> <font size='2' color='#006'>(+Shift)マーカーを削除</font><br><b>[Clip Graph Editor]</b><br> <font size='2' color='#000'>カーブを削除</font><br> <font size='2' color='#006'>(+Shift)もつれを削除</font><br>" shape="rect" coords="813,133,862,181">
<area href="#" title="<b>【End 】</b><br><br><b>[Font]</b><br> <font size='2' color='#000'>カーソルを移動</font><br> <font size='2' color='#006'>(+Shift)選択範囲の移動</font><br><b>[Text]</b><br> <font size='2' color='#000'>カーソルを移動</font><br> <font size='2' color='#060'>(+Ctrl)カーソルを移動</font><br> <font size='2' color='#006'>(+Shift)選択範囲の移動</font><br> <font size='2' color='#066'>(+Shift Ctrl)選択範囲の移動</font><br><b>[Console]</b><br> <font size='2' color='#000'>カーソルを移動</font><br>" shape="rect" coords="865,130,913,182">
<area href="#" title="<b>【PageDown 】</b><br><br><b>[Frames]</b><br> <font size='2' color='#000'>(+OS)フレームオフセット</font><br><b>[Pose]</b><br> <font size='2' color='#000'>フレームオフセット</font><br> <font size='2' color='#000'>(+OS)フレームオフセット</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>細分化</font><br><b>[Font]</b><br> <font size='2' color='#000'>カーソルを移動</font><br> <font size='2' color='#006'>(+Shift)選択範囲の移動</font><br><b>[View2D Buttons List]</b><br> <font size='2' color='#000'>スクロールダウン</font><br><b>[Animation Channels]</b><br> <font size='2' color='#000'>チャンネルを移動</font><br> <font size='2' color='#006'>(+Shift)チャンネルを移動</font><br><b>[Outliner]</b><br> <font size='2' color='#000'>ページスクロール</font><br><b>[NLA Editor]</b><br> <font size='2' color='#000'>ストリップを下に移動</font><br><b>[Text]</b><br> <font size='2' color='#000'>カーソルを移動</font><br> <font size='2' color='#006'>(+Shift)選択範囲の移動</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>ストリップにジャンプ</font><br> <font size='2' color='#600'>(+Alt)ストリップにジャンプ</font><br>" shape="rect" coords="920,135,966,182">
<area href="#" title="<b>【Insert 】</b><br><br><b>[Text]</b><br> <font size='2' color='#000'>上書き切り替え</font><br> <font size='2' color='#060'>(+Ctrl)コピー</font><br> <font size='2' color='#006'>(+Shift)貼り付け</font><br>" shape="rect" coords="809,74,863,126">
<area href="#" title="<b>【Home 】</b><br><br><b>[Mesh]</b><br> <font size='2' color='#000'><s>(+OS)細分化</s></font><br><b>[Font]</b><br> <font size='2' color='#000'>カーソルを移動</font><br> <font size='2' color='#006'>(+Shift)選択範囲の移動</font><br><b>[3D View]</b><br> <font size='2' color='#000'>カメラビュー中心</font><br> <font size='2' color='#000'>ビュー注視の中心</font><br> <font size='2' color='#600'>(+Alt)3Dカーソルを視点の中心に</font><br> <font size='2' color='#060'>(+Ctrl)全てを表示</font><br><b>[View2D Buttons List]</b><br> <font size='2' color='#000'>表示リセット</font><br><b>[Outliner]</b><br> <font size='2' color='#000'>階層表示</font><br><b>[Text]</b><br> <font size='2' color='#000'>カーソルを移動</font><br> <font size='2' color='#060'>(+Ctrl)カーソルを移動</font><br> <font size='2' color='#006'>(+Shift)選択範囲の移動</font><br> <font size='2' color='#066'>(+Shift Ctrl)選択範囲の移動</font><br><b>[SequencerPreview]</b><br> <font size='2' color='#000'>全てを表示</font><br><b>[Console]</b><br> <font size='2' color='#000'>カーソルを移動</font><br>" shape="rect" coords="865,74,914,125">
<area href="#" title="<b>【PageUp 】</b><br><br><b>[Frames]</b><br> <font size='2' color='#000'>(+OS)フレームオフセット</font><br><b>[Sculpt]</b><br> <font size='2' color='#000'>細分化</font><br><b>[Font]</b><br> <font size='2' color='#000'>カーソルを移動</font><br> <font size='2' color='#006'>(+Shift)選択範囲の移動</font><br><b>[View2D Buttons List]</b><br> <font size='2' color='#000'>スクロールアップ</font><br><b>[Animation Channels]</b><br> <font size='2' color='#000'>チャンネルを移動</font><br> <font size='2' color='#006'>(+Shift)チャンネルを移動</font><br><b>[Outliner]</b><br> <font size='2' color='#000'>ページスクロール</font><br><b>[NLA Editor]</b><br> <font size='2' color='#000'>ストリップを上に移動</font><br><b>[Text]</b><br> <font size='2' color='#000'>カーソルを移動</font><br> <font size='2' color='#006'>(+Shift)選択範囲の移動</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>ストリップにジャンプ</font><br> <font size='2' color='#600'>(+Alt)ストリップにジャンプ</font><br>" shape="rect" coords="917,74,968,125">
<area href="#" title="<b>【Pause 】</b><br><br><b>[Window]</b><br> <font size='2' color='#000'>Toggle Translated UI</font><br>" shape="rect" coords="918,8,967,58">
<area href="#" title="<b>【Numpad 0 】</b><br><br><b>[Node Editor]</b><br> <font size='2' color='#600'>(+Alt)Batch Change</font><br> <font size='2' color='#060'>(+Ctrl)Merge Nodes</font><br> <font size='2' color='#660'>(+Ctrl Alt)Merge Nodes</font><br> <font size='2' color='#666'>(+Shift Ctrl Alt)Change Factor</font><br>" shape="rect" coords="982,298,1085,350">
<area href="#" title="<b>【Numpad .(ピリオド) 】</b><br><br><b>[3D View]</b><br> <font size='2' color='#600'>(+Alt)ビューの注視のクリア</font><br> <font size='2' color='#060'>(+Ctrl)選択部分を表示</font><br> <font size='2' color='#006'>(+Shift)アクティブに注視</font><br><b>[Outliner]</b><br> <font size='2' color='#000'>アクティブを表示</font><br><b>[Image]</b><br> <font size='2' color='#000'>ビュー中心</font><br><b>[Node Editor]</b><br> <font size='2' color='#060'>(+Ctrl)Merge Nodes</font><br><b>[NLA Editor]</b><br> <font size='2' color='#000'>選択部分を表示</font><br><b>[Sequencer]</b><br> <font size='2' color='#000'>選択部分を表示</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>選択部分を表示</font><br><b>[Clip Graph Editor]</b><br> <font size='2' color='#000'>現在のフレームを中心に</font><br>" shape="rect" coords="1089,297,1139,349">
<area href="#" title="<b>【Numpad Enter 】</b><br><br><b>[Screen]</b><br> <font size='2' color='#000'>ファイルウィンドウを実行</font><br><b>[Object Mode]</b><br> <font size='2' color='#060'>(+Ctrl)Apply this Brush to Canvas</font><br> <font size='2' color='#066'>(+Shift Ctrl)Apply All Canvas</font><br><b>[Paint Curve]</b><br> <font size='2' color='#000'>カーブを描画</font><br><b>[3D View]</b><br> <font size='2' color='#006'>(+Shift)カメラを等倍にズーム</font><br><b>[Text]</b><br> <font size='2' color='#000'>改行</font><br><b>[Console]</b><br> <font size='2' color='#000'>コンソール実行</font><br> <font size='2' color='#006'>(+Shift)行をクリア</font><br>" shape="rect" coords="1141,247,1191,351">
<area href="#" title="<b>【Numpad 1 】</b><br><br><b>[3D View]</b><br> <font size='2' color='#066'>(+Shift Ctrl)View Numpad</font><br><b>[Image]</b><br> <font size='2' color='#000'>ビューのズーム比</font><br><b>[Node Editor]</b><br> <font size='2' color='#666'>(+Shift Ctrl Alt)Change Factor</font><br><b>[SequencerPreview]</b><br> <font size='2' color='#000'>シーケンサーの表示ズーム比</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>ビューのズーム比</font><br>" shape="rect" coords="984,245,1033,294">
<area href="#" title="<b>【Numpad 2 】</b><br><br><b>[3D View]</b><br> <font size='2' color='#060'>(+Ctrl)View Pan</font><br><b>[Image]</b><br> <font size='2' color='#000'>ビューのズーム比</font><br> <font size='2' color='#060'>(+Ctrl)ビューのズーム比</font><br> <font size='2' color='#006'>(+Shift)ビューのズーム比</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>ビューのズーム比</font><br> <font size='2' color='#060'>(+Ctrl)ビューのズーム比</font><br> <font size='2' color='#006'>(+Shift)ビューのズーム比</font><br>" shape="rect" coords="1036,244,1086,295">
<area href="#" title="<b>【Numpad 3 】</b><br><br><b>[3D View]</b><br> <font size='2' color='#066'>(+Shift Ctrl)View Numpad</font><br>" shape="rect" coords="1088,245,1139,294">
<area href="#" title="<b>【Numpad 4 】</b><br><br><b>[3D View]</b><br> <font size='2' color='#060'><s>(+Ctrl)View Pan</s></font><br><b>[Image]</b><br> <font size='2' color='#000'>ビューのズーム比</font><br> <font size='2' color='#060'>(+Ctrl)ビューのズーム比</font><br> <font size='2' color='#006'>(+Shift)ビューのズーム比</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>ビューのズーム比</font><br> <font size='2' color='#060'>(+Ctrl)ビューのズーム比</font><br> <font size='2' color='#006'>(+Shift)ビューのズーム比</font><br>" shape="rect" coords="982,189,1032,237">
<area href="#" title="<b>【Numpad 5 】</b><br><br>" shape="rect" coords="1037,187,1085,238">
<area href="#" title="<b>【Numpad 6 】</b><br><br><b>[3D View]</b><br> <font size='2' color='#000'>周回ビュー</font><br> <font size='2' color='#060'>(+Ctrl)View Pan</font><br>" shape="rect" coords="1087,189,1139,240">
<area href="#" title="<b>【Numpad + 】</b><br><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#060'>(+Ctrl)より多く選択</font><br><b>[Object Mode]</b><br> <font size='2' color='#060'>(+Ctrl)Hops Union Boolean</font><br> <font size='2' color='#060'>(+Ctrl)Brush Union</font><br> <font size='2' color='#066'>(+Shift Ctrl)Bool Tool Union</font><br> <font size='2' color='#066'>(+Shift Ctrl)BTOOL_OT_auto_union</font><br> <font size='2' color='#066'>(+Shift Ctrl)BTOOL_OT_boolean_union_direct</font><br><b>[Curve]</b><br> <font size='2' color='#060'>(+Ctrl)より多く選択</font><br><b>[Mesh]</b><br> <font size='2' color='#660'>(+Ctrl Alt)Hops Union Boolean Edit Mode</font><br><b>[Armature]</b><br> <font size='2' color='#060'>(+Ctrl)より多く選択</font><br><b>[Lattice]</b><br> <font size='2' color='#060'>(+Ctrl)より多く選択</font><br><b>[Particle]</b><br> <font size='2' color='#060'>(+Ctrl)より多く選択</font><br><b>[3D View]</b><br> <font size='2' color='#000'><s>ビューをズーム</s></font><br> <font size='2' color='#006'>(+Shift)ドリービュー</font><br><b>[View2D Buttons List]</b><br> <font size='2' color='#000'>ズームイン</font><br><b>[Animation Channels]</b><br> <font size='2' color='#000'>チャンネルを展開</font><br> <font size='2' color='#060'>(+Ctrl)チャンネルを展開</font><br><b>[UV Editor]</b><br> <font size='2' color='#060'>(+Ctrl)より多く選択</font><br><b>[Mask Editing]</b><br> <font size='2' color='#060'>(+Ctrl)より多く選択</font><br><b>[Outliner]</b><br> <font size='2' color='#000'>1階層 表示/隠す</font><br><b>[Graph Editor]</b><br> <font size='2' color='#060'>(+Ctrl)より多く選択</font><br><b>[Image]</b><br> <font size='2' color='#000'>ビューのズームイン</font><br><b>[Node Editor]</b><br> <font size='2' color='#600'>(+Alt)Batch Change</font><br> <font size='2' color='#060'>(+Ctrl)Merge Nodes</font><br> <font size='2' color='#660'>(+Ctrl Alt)Merge Nodes</font><br> <font size='2' color='#066'>(+Shift Ctrl)Merge Nodes</font><br><b>[File Browser Main]</b><br> <font size='2' color='#060'>(+Ctrl)ファイル名の番号を増加</font><br> <font size='2' color='#006'>(+Shift)ファイル名の番号を増加</font><br><b>[File Browser Buttons]</b><br> <font size='2' color='#060'>(+Ctrl)ファイル名の番号を増加</font><br> <font size='2' color='#006'>(+Shift)ファイル名の番号を増加</font><br><b>[Dopesheet]</b><br> <font size='2' color='#060'>(+Ctrl)より多く選択</font><br><b>[Text]</b><br> <font size='2' color='#060'>(+Ctrl)Intループコンテクスト</font><br><b>[Sequencer]</b><br> <font size='2' color='#060'>(+Ctrl)より多く選択</font><br><b>[Console]</b><br> <font size='2' color='#060'>(+Ctrl)Intループコンテクスト</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>ビューのズームイン</font><br>" shape="rect" coords="1140,133,1193,240">
<area href="#" title="<b>【Numpad 7 】</b><br><br><b>[3D View]</b><br> <font size='2' color='#066'>(+Shift Ctrl)View Numpad</font><br>" shape="rect" coords="984,133,1033,180">
<area href="#" title="<b>【Numpad 8 】</b><br><br><b>[3D View]</b><br> <font size='2' color='#000'>周回ビュー</font><br> <font size='2' color='#060'>(+Ctrl)View Pan</font><br><b>[Image]</b><br> <font size='2' color='#000'>ビューのズーム比</font><br> <font size='2' color='#060'>(+Ctrl)ビューのズーム比</font><br> <font size='2' color='#006'>(+Shift)ビューのズーム比</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>ビューのズーム比</font><br> <font size='2' color='#060'>(+Ctrl)ビューのズーム比</font><br> <font size='2' color='#006'>(+Shift)ビューのズーム比</font><br>" shape="rect" coords="1035,133,1085,182">
<area href="#" title="<b>【Numpad 9 】</b><br><br>" shape="rect" coords="1088,132,1139,182">
<area href="#" title="<b>【Numpad / 】</b><br><br><b>[Object Mode]</b><br> <font size='2' color='#060'>(+Ctrl)Complex Split Check</font><br> <font size='2' color='#060'>(+Ctrl)Brush Slice</font><br> <font size='2' color='#066'>(+Shift Ctrl)Bool Tool Slice</font><br> <font size='2' color='#066'>(+Shift Ctrl)BTOOL_OT_auto_slice</font><br><b>[Node Editor]</b><br> <font size='2' color='#000'>「NODE_MT_nw_add_reroutes_menu」Call Menu</font><br> <font size='2' color='#600'>(+Alt)Batch Change</font><br> <font size='2' color='#060'>(+Ctrl)Merge Nodes</font><br> <font size='2' color='#660'>(+Ctrl Alt)Merge Nodes</font><br> <font size='2' color='#066'>(+Shift Ctrl)Merge Nodes</font><br>" shape="rect" coords="1036,77,1084,125">
<area href="#" title="<b>【Numpad * 】</b><br><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#000'>レイヤーをソロ化</font><br><b>[Object Mode]</b><br> <font size='2' color='#060'>(+Ctrl)Brush Intersection</font><br> <font size='2' color='#060'>(+Ctrl)Complex Split Boolean</font><br> <font size='2' color='#066'>(+Shift Ctrl)Bool Tool Intersect</font><br> <font size='2' color='#066'>(+Shift Ctrl)BTOOL_OT_auto_intersect</font><br> <font size='2' color='#066'>(+Shift Ctrl)BTOOL_OT_boolean_inters_direct</font><br><b>[Node Editor]</b><br> <font size='2' color='#600'>(+Alt)Batch Change</font><br> <font size='2' color='#060'>(+Ctrl)Merge Nodes</font><br> <font size='2' color='#660'>(+Ctrl Alt)Merge Nodes</font><br> <font size='2' color='#066'>(+Shift Ctrl)Merge Nodes</font><br>" shape="rect" coords="1090,77,1135,123">
<area href="#" title="<b>【Numpad - 】</b><br><br><b>[Grease Pencil Stroke Edit Mode]</b><br> <font size='2' color='#060'>(+Ctrl)より少なく選択</font><br><b>[Object Mode]</b><br> <font size='2' color='#060'>(+Ctrl)Hops Difference Boolean</font><br> <font size='2' color='#060'>(+Ctrl)Brush Difference</font><br> <font size='2' color='#066'>(+Shift Ctrl)Bool Tool Difference</font><br> <font size='2' color='#066'>(+Shift Ctrl)BTOOL_OT_auto_difference</font><br> <font size='2' color='#066'>(+Shift Ctrl)BTOOL_OT_boolean_diff_direct</font><br><b>[Curve]</b><br> <font size='2' color='#060'>(+Ctrl)より少なく選択</font><br><b>[Mesh]</b><br> <font size='2' color='#660'>(+Ctrl Alt)Hops Difference Boolean Edit Mode</font><br><b>[Armature]</b><br> <font size='2' color='#060'>(+Ctrl)より少なく選択</font><br><b>[Lattice]</b><br> <font size='2' color='#060'>(+Ctrl)より少なく選択</font><br><b>[Particle]</b><br> <font size='2' color='#060'>(+Ctrl)より少なく選択</font><br><b>[3D View]</b><br> <font size='2' color='#000'><s>ビューをズーム</s></font><br> <font size='2' color='#006'>(+Shift)ドリービュー</font><br><b>[View2D Buttons List]</b><br> <font size='2' color='#000'>ズームアウト</font><br><b>[Animation Channels]</b><br> <font size='2' color='#000'>チャンネルを折りたたむ</font><br> <font size='2' color='#060'>(+Ctrl)チャンネルを折りたたむ</font><br><b>[UV Editor]</b><br> <font size='2' color='#060'>(+Ctrl)より少なく選択</font><br><b>[Mask Editing]</b><br> <font size='2' color='#060'>(+Ctrl)より少なく選択</font><br><b>[Outliner]</b><br> <font size='2' color='#000'>1階層 表示/隠す</font><br><b>[Graph Editor]</b><br> <font size='2' color='#060'>(+Ctrl)より少なく選択</font><br><b>[Image]</b><br> <font size='2' color='#000'>ビューのズームアウト</font><br><b>[Node Editor]</b><br> <font size='2' color='#600'>(+Alt)Batch Change</font><br> <font size='2' color='#060'>(+Ctrl)Merge Nodes</font><br> <font size='2' color='#660'>(+Ctrl Alt)Merge Nodes</font><br> <font size='2' color='#066'>(+Shift Ctrl)Merge Nodes</font><br><b>[File Browser Main]</b><br> <font size='2' color='#060'>(+Ctrl)ファイル名の番号を増加</font><br> <font size='2' color='#006'>(+Shift)ファイル名の番号を増加</font><br><b>[File Browser Buttons]</b><br> <font size='2' color='#000'>ファイル名の番号を増加</font><br> <font size='2' color='#060'>(+Ctrl)ファイル名の番号を増加</font><br> <font size='2' color='#006'>(+Shift)ファイル名の番号を増加</font><br><b>[Dopesheet]</b><br> <font size='2' color='#060'>(+Ctrl)より少なく選択</font><br><b>[Text]</b><br> <font size='2' color='#060'>(+Ctrl)Intループコンテクスト</font><br><b>[Sequencer]</b><br> <font size='2' color='#060'>(+Ctrl)より少なく選択</font><br><b>[Console]</b><br> <font size='2' color='#060'>(+Ctrl)Intループコンテクスト</font><br><b>[Clip Editor]</b><br> <font size='2' color='#000'>ビューのズームアウト</font><br>" shape="rect" coords="1141,77,1190,124">
</map>
</div>
</div>
<br>
</body>
</html>