Fix
[ryzomcore.git] / ryzom / client / data / gamedev / interfaces_v3 / login_keys.xml
blob8776797c8f75604aa9c47e1f2c3174e1d81a6d30
1 <!-- ************************** -->
2 <!-- login keyboard assignation -->
3 <!-- ************************** -->
5 <interface_config>
7 <!-- Text edit -->
8 <key name="KeyLEFT" action="edit_previous_char" context="edit"/>
9 <key name="KeyLEFT" shift="1" action="edit_select_previous_char" context="edit"/>
10 <key name="KeyLEFT" ctrl="1" action="edit_previous_word" context="edit"/>
11 <key name="KeyLEFT" ctrl="1" shift="1" action="edit_select_previous_word" context="edit"/>
12 <key name="KeyRIGHT" action="edit_next_char" context="edit"/>
13 <key name="KeyRIGHT" shift="1" action="edit_select_next_char" context="edit"/>
14 <key name="KeyRIGHT" ctrl="1" action="edit_next_word" context="edit"/>
15 <key name="KeyRIGHT" ctrl="1" shift="1" action="edit_select_next_word" context="edit"/>
16 <key name="KeyHOME" action="edit_goto_line_begin" context="edit"/>
17 <key name="KeyHOME" shift="1" action="edit_select_to_line_begin" context="edit"/>
18 <key name="KeyHOME" ctrl="1" action="edit_goto_block_begin" context="edit"/>
19 <key name="KeyHOME" ctrl="1" shift="1" action="edit_select_to_block_begin" context="edit"/>
20 <key name="KeyEND" action="edit_goto_line_end" context="edit"/>
21 <key name="KeyEND" shift="1" action="edit_select_to_line_end" context="edit"/>
22 <key name="KeyEND" ctrl="1" action="edit_goto_block_end" context="edit"/>
23 <key name="KeyEND" ctrl="1" shift="1" action="edit_select_to_block_end" context="edit"/>
24 <key name="KeyUP" action="edit_previous_line" context="edit"/>
25 <key name="KeyDOWN" action="edit_next_line" context="edit"/>
26 <key name="KeyDELETE" action="edit_delete_char" context="edit"/>
27 <key name="KeyC" ctrl="1" action="edit_copy" context="edit"/>
28 <key name="KeyV" ctrl="1" action="edit_paste" context="edit"/>
29 <key name="KeyX" ctrl="1" action="edit_cut" context="edit"/>
30 <key name="KeyA" ctrl="1" action="edit_select_all" context="edit"/>
31 <key name="KeyTAB" action="login_tab" context="edit"/>
32 <key name="KeyBACK" action="edit_back" context="edit" repeat="1"/>
34 </interface_config>