mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 07:25:38 +00:00
Configured RetroArch hotkeys
This commit is contained in:
parent
5ecfdf762b
commit
61b28241af
|
@ -147,7 +147,7 @@ frontend_log_level = "1"
|
|||
game_specific_options = "true"
|
||||
gamemode_enable = "false"
|
||||
gamma_correction = "0"
|
||||
global_core_options = "false"
|
||||
global_core_options = "true"
|
||||
history_list_enable = "true"
|
||||
input_ai_service = "nul"
|
||||
input_ai_service_axis = "nul"
|
||||
|
@ -219,7 +219,7 @@ input_driver = "x"
|
|||
input_duty_cycle = "3"
|
||||
input_enable_hotkey = "nul"
|
||||
input_enable_hotkey_axis = "nul"
|
||||
input_enable_hotkey_btn = "nul"
|
||||
input_enable_hotkey_btn = "4"
|
||||
input_enable_hotkey_mbtn = "nul"
|
||||
input_exit_emulator = "escape"
|
||||
input_exit_emulator_axis = "nul"
|
||||
|
@ -242,7 +242,7 @@ input_grab_mouse_toggle_axis = "nul"
|
|||
input_grab_mouse_toggle_btn = "nul"
|
||||
input_grab_mouse_toggle_mbtn = "nul"
|
||||
input_hold_fast_forward = "l"
|
||||
input_hold_fast_forward_axis = "nul"
|
||||
input_hold_fast_forward_axis = "+5"
|
||||
input_hold_fast_forward_btn = "nul"
|
||||
input_hold_fast_forward_mbtn = "nul"
|
||||
input_hold_slowmotion = "e"
|
||||
|
@ -254,13 +254,13 @@ input_joypad_driver = "sdl2"
|
|||
input_keyboard_layout = ""
|
||||
input_load_state = "f4"
|
||||
input_load_state_axis = "nul"
|
||||
input_load_state_btn = "nul"
|
||||
input_load_state_btn = "9"
|
||||
input_load_state_mbtn = "nul"
|
||||
input_max_users = "5"
|
||||
input_menu_toggle = "f1"
|
||||
input_menu_toggle_axis = "nul"
|
||||
input_menu_toggle_btn = "nul"
|
||||
input_menu_toggle_gamepad_combo = "0"
|
||||
input_menu_toggle_btn = "3"
|
||||
input_menu_toggle_gamepad_combo = "2"
|
||||
input_menu_toggle_mbtn = "nul"
|
||||
input_movie_record_toggle = "o"
|
||||
input_movie_record_toggle_axis = "nul"
|
||||
|
@ -321,7 +321,7 @@ input_overlay_y_separation_landscape = "0.000000"
|
|||
input_overlay_y_separation_portrait = "0.000000"
|
||||
input_pause_toggle = "p"
|
||||
input_pause_toggle_axis = "nul"
|
||||
input_pause_toggle_btn = "nul"
|
||||
input_pause_toggle_btn = "1"
|
||||
input_pause_toggle_mbtn = "nul"
|
||||
input_player10_a = "nul"
|
||||
input_player10_a_axis = "nul"
|
||||
|
@ -2676,7 +2676,7 @@ input_player9_y_axis = "nul"
|
|||
input_player9_y_btn = "nul"
|
||||
input_player9_y_mbtn = "nul"
|
||||
input_poll_type_behavior = "2"
|
||||
input_quit_gamepad_combo = "0"
|
||||
input_quit_gamepad_combo = "4"
|
||||
input_recording_toggle = "nul"
|
||||
input_recording_toggle_axis = "nul"
|
||||
input_recording_toggle_btn = "nul"
|
||||
|
@ -2688,7 +2688,7 @@ input_reset_axis = "nul"
|
|||
input_reset_btn = "nul"
|
||||
input_reset_mbtn = "nul"
|
||||
input_rewind = "r"
|
||||
input_rewind_axis = "nul"
|
||||
input_rewind_axis = "+4"
|
||||
input_rewind_btn = "nul"
|
||||
input_rewind_mbtn = "nul"
|
||||
input_rumble_gain = "100"
|
||||
|
@ -2698,11 +2698,11 @@ input_runahead_toggle_btn = "nul"
|
|||
input_runahead_toggle_mbtn = "nul"
|
||||
input_save_state = "f2"
|
||||
input_save_state_axis = "nul"
|
||||
input_save_state_btn = "nul"
|
||||
input_save_state_btn = "10"
|
||||
input_save_state_mbtn = "nul"
|
||||
input_screenshot = "f8"
|
||||
input_screenshot_axis = "nul"
|
||||
input_screenshot_btn = "nul"
|
||||
input_screenshot_btn = "0"
|
||||
input_screenshot_mbtn = "nul"
|
||||
input_send_debug_info = "f10"
|
||||
input_send_debug_info_axis = "nul"
|
||||
|
@ -2719,11 +2719,11 @@ input_shader_prev_btn = "nul"
|
|||
input_shader_prev_mbtn = "nul"
|
||||
input_state_slot_decrease = "f6"
|
||||
input_state_slot_decrease_axis = "nul"
|
||||
input_state_slot_decrease_btn = "nul"
|
||||
input_state_slot_decrease_btn = "12"
|
||||
input_state_slot_decrease_mbtn = "nul"
|
||||
input_state_slot_increase = "f7"
|
||||
input_state_slot_increase_axis = "nul"
|
||||
input_state_slot_increase_btn = "nul"
|
||||
/home/steamos/RetroDECK/emu-configs/retroarch.cfginput_state_slot_increase_btn = "11"
|
||||
input_state_slot_increase_mbtn = "nul"
|
||||
input_streaming_toggle = "nul"
|
||||
input_streaming_toggle_axis = "nul"
|
||||
|
|
Loading…
Reference in a new issue