Skip to content

Commit 6e95dcd

Browse files
committed
chore: 조작법 정책 변경
1 parent e515456 commit 6e95dcd

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

indra/newview/app_settings/key_bindings.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@
1717
<binding key="PGDN" mask="NONE" command="push_down"/>
1818
<binding key="HOME" mask="NONE" command="toggle_fly"/>
1919

20-
<binding key="SPACE" mask="NONE" command="stop_moving"/>
2120
<binding key="ENTER" mask="NONE" command="start_chat"/>
2221
<binding key="DIVIDE" mask="NONE" command="start_gesture"/>
2322

2423
<binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/>
2524

2625
<binding key="" mask="NONE" mouse="LMB" command="script_trigger_lbutton"/>
26+
27+
<binding key="SPACE" mask="NONE" command="jump"/>
2728
</first_person>
2829
<third_person>
2930
<binding key="A" mask="NONE" command="turn_left"/>
@@ -41,7 +42,6 @@
4142
<!-- </FS:Chanayane> -->
4243
<binding key="F" mask="NONE" command="toggle_fly"/>
4344

44-
<binding key="SPACE" mask="NONE" command="stop_moving"/>
4545
<binding key="ENTER" mask="NONE" command="start_chat"/>
4646
<binding key="DIVIDE" mask="NONE" command="start_gesture"/>
4747

@@ -91,6 +91,8 @@
9191
<binding key="" mask="NONE" mouse="MMB" command="toggle_voice"/>
9292

9393
<binding key="" mask="NONE" mouse="LMB" command="script_trigger_lbutton"/>
94+
95+
<binding key="SPACE" mask="NONE" command="jump"/>
9496
</third_person>
9597
<sitting>
9698
<binding key="A" mask="ALT" command="spin_around_cw"/>

indra/newview/app_settings/settings_firestorm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<key>Type</key>
133133
<string>Boolean</string>
134134
<key>Value</key>
135-
<integer>0</integer>
135+
<integer>1</integer>
136136
</map>
137137

138138
<key>FSColorClienttags</key>

indra/newview/app_settings/settings_v3.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<key>Type</key>
133133
<string>Boolean</string>
134134
<key>Value</key>
135-
<integer>0</integer>
135+
<integer>1</integer>
136136
</map>
137137

138138
<key>FSColorClienttags</key>

0 commit comments

Comments
 (0)