Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2021
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.82 KB | None | 0 0
  1. <keybingidg>
  2.     <group name="kb_grp_direction">
  3.         <command id="kb_left"                           exe="left"/>
  4.         <command id="kb_right"                          exe="right"/>
  5.         <command id="kb_up"                             exe="up"/>
  6.         <command id="kb_down"                           exe="down"/>
  7.     </group>
  8.     <group name="kb_grp_movement">
  9.         <command id="kb_forward"                        exe="forward"/>
  10.         <command id="kb_backward"                       exe="back"/>
  11.         <command id="kb_left_strafe"                    exe="lstrafe"/>
  12.         <command id="kb_right_strafe"                   exe="rstrafe"/>
  13.         <command id="kb_left_lookout"                   exe="llookout"/>
  14.         <command id="kb_right_lookout"                  exe="rlookout"/>
  15.         <command id="kb_jump"                           exe="jump"/>
  16.         <command id="kb_crouch"                         exe="crouch"/>
  17.         <command id="kb_walk"                           exe="accel"/>
  18.         <command id="kb_sprint"                         exe="sprint_toggle"/>
  19.         <command id="kb_freelook"                       exe="freelook"/>       
  20.     </group>
  21.     <group name="kb_grp_weapons">
  22.         <command id="kb_weapon1"                        exe="wpn_1"/>
  23.         <command id="kb_weapon2"                        exe="wpn_2"/>
  24.         <command id="kb_weapon3"                        exe="wpn_3"/>
  25.         <command id="kb_weapon4"                        exe="wpn_4"/>
  26.         <command id="kb_weapon5"                        exe="wpn_5"/>
  27.         <command id="kb_weapon6"                        exe="wpn_6"/>
  28.         <!--<command id="kb_artefact"                   exe="artefact"/> --> <!-- WORKS JUST NOT USED -->
  29.         <command id="kb_wpn_next"                       exe="wpn_next"/>
  30.         <command id="kb_next_slot"                      exe="next_slot"/>
  31.         <command id="kb_prev_slot"                      exe="prev_slot"/>
  32.         <command id="kb_fire"                           exe="wpn_fire"/>
  33.         <command id="kb_zoom"                           exe="wpn_zoom"/>
  34.         <command id="kb_reload"                         exe="wpn_reload"/>
  35.         <command id="kb_func"                           exe="wpn_func"/>
  36.         <command id="kb_firemode_next"                  exe="wpn_firemode_next"/>
  37.         <command id="kb_firemode_prev"                  exe="wpn_firemode_prev"/>  
  38.         <command id="kb_suppressor"                     exe="custom13"/>
  39.         <command id="kb_scope"                          exe="custom25"/>
  40.         <command id="kb_grenade_throw"                  exe="custom19"/>
  41.         <command id="kb_unload_all"                     exe="custom15"/>
  42.         <command id="kb_lower_weapon"                   exe="safemode"/>
  43.        
  44.     </group>
  45.     <group name="kb_grp_inventory">
  46.         <command id="kb_inventory"                      exe="inventory"/>
  47.         <command id="kb_torch"                          exe="torch"/>
  48.         <command id="kb_detector"                       exe="show_detector"/>
  49.         <command id="kb_night_vision"                   exe="night_vision"/>
  50.         <command id="kb_geiger"                         exe="custom14"/>
  51.         <command id="kb_mask_clean"                     exe="cam_zoom_in"/>
  52.         <command id="kb_drop"                           exe="drop"/>
  53.         <command id="kb_quick_use_1"                    exe="quick_use_1"/>
  54.         <command id="kb_quick_use_2"                    exe="quick_use_2"/>
  55.         <command id="kb_quick_use_3"                    exe="quick_use_3"/>
  56.         <command id="kb_quick_use_4"                    exe="quick_use_4"/>
  57.         <command id="kb_item_anim"                      exe="cam_zoom_out"/>
  58.     </group>
  59.     <group name="kb_grp_pda">
  60.         <command id="kb_active_jobs"                    exe="active_jobs"/>
  61.         <command id="kb_map"                            exe="custom20"/>
  62.         <command id="kb_scores"                         exe="scores"/>
  63.         <command id="kb_radio"                          exe="custom7"/>
  64.         <command id="kb_music_player"                   exe="custom8"/>
  65.         <command id="kb_volume_up"                      exe="custom9"/>
  66.         <command id="kb_volume_down"                    exe="custom10"/>
  67.         <command id="kb_next_track"                     exe="custom11"/>
  68.         <command id="kb_prev_track"                     exe="custom12"/>
  69.         <command id="kb_switch_playlist"                exe="custom16"/>
  70.     </group>
  71.     <group name="kb_grp_companions">
  72.         <command id="kb_companion_wheel"                exe="custom18"/>
  73.         <command id="kb_companion_combat"               exe="custom1"/>
  74.         <command id="kb_companion_movement"             exe="custom2"/>
  75.         <command id="kb_companion_move"                 exe="custom3"/>
  76.         <command id="kb_companion_cover"                exe="custom4"/>
  77.         <command id="kb_companion_loot"                 exe="custom5"/>
  78.     </group>
  79.     <group name="kb_grp_common">
  80.         <command id="kb_use"                            exe="use"/>
  81.         <!-- <command id="kb_cam_autoaim"                   exe="cam_autoaim"/> -->
  82.         <command id="kb_cam_1"                          exe="cam_1"/>
  83.         <command id="kb_cam_2"                          exe="cam_2"/>
  84.         <command id="kb_cam_3"                          exe="cam_3"/>
  85.         <command id="kb_hud"                            exe="custom6"/>
  86.         <command id="kb_pause"                          exe="pause"/>
  87.         <command id="kb_console"                        exe="console"/>
  88.         <command id="kb_debugger"                       exe="custom17"/>
  89.         <command id="ui_mm_save_game"                   exe="quick_save"/>
  90.         <command id="ui_mm_load_game"                   exe="quick_load"/>
  91.         <command id="kb_screenshot"                     exe="screenshot"/>
  92.         <command id="kb_quit"                           exe="quit"/>
  93.        
  94.         <!-- More custom keybinds you can use
  95.         <command id="kb_custom_20"                      exe="custom20"/>
  96.         <command id="kb_custom_21"                      exe="custom21"/>
  97.         <command id="kb_custom_22"                      exe="custom22"/>
  98.         <command id="kb_custom_23"                      exe="custom23"/>
  99.         <command id="kb_custom_24"                      exe="custom24"/>
  100.         <command id="kb_custom_25"                      exe="custom25"/>
  101.         -->
  102.     </group>
  103. </keybingidg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement