blob: 4ef500bf4375563dc5cad1a85b158bcfb11e89f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="content_panel">
<text_editor name="voice_intro_text1">
아래의 옵션을 사용하여 음성 채팅 경험하기를 구성합니다.
</text_editor>
<radio_group name="ear_location">
<radio_item name="0">
카메라 위치에서 음성 채팅 청취
</radio_item>
<radio_item name="1">
아바타 위치에서 음성 채팅 청취
</radio_item>
</radio_group>
<check_box label="Push-to-Talk 모드로 세컨드라이프 시작"
name="push_to_talk_check" />
<check_box label="Push-to-Talk 토글 모드 사용" name="push_to_talk_toggle_check" />
<text name="push_to_talk_label">
Push-to-Talk 트리거:
</text>
<button label="키 설정" name="set_voice_hotkey_button" />
<button label="마우스 중간 버튼" name="set_voice_middlemouse_button" />
</panel>
|