mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-05 16:00:06 +01:00
76 lines
2.3 KiB
JSON
76 lines
2.3 KiB
JSON
{
|
|
"a": {
|
|
"NAV_BROWSER": ["move_browser_selection_up"],
|
|
"PLAYER": ["seek_back_on_player", "decrease_seek_time"],
|
|
"NAV_SETTINGS": ["move_settings_selection_up"],
|
|
"NAV_SHADERS": ["move_shaders_selection_up"],
|
|
"LENGTH_SET": ["return_to_default_control_mode"],
|
|
"SHADER_PARAM": ["decrease_this_param", "decrease_shader_param"]
|
|
},
|
|
"b": {
|
|
"NAV_BROWSER": ["move_browser_selection_down"],
|
|
"PLAYER": ["seek_forward_on_player", "increase_seek_time"],
|
|
"NAV_SETTINGS": ["move_settings_selection_down"],
|
|
"NAV_SHADERS": ["move_shaders_selection_down"],
|
|
"LENGTH_SET": ["return_to_default_control_mode"],
|
|
"SHADER_PARAM": ["increase_this_param", "increase_shader_param"]
|
|
},
|
|
"c": {
|
|
"NAV_BROWSER": ["enter_on_browser_selection"],
|
|
"PLAYER": ["toggle_action_on_player","toggle_show_on_player"],
|
|
"NAV_SETTINGS": ["enter_on_settings_selection"],
|
|
"NAV_SHADERS": ["enter_on_shaders_selection"],
|
|
"LENGTH_SET": ["record_fixed_length"],
|
|
"SHADER_PARAM": ["return_to_default_control_mode"]
|
|
},
|
|
"d": {
|
|
"DEFAULT": ["switch_to_next_player", "toggle_player_mode"]
|
|
},
|
|
"e": {
|
|
"DEFAULT": ["set_playing_sample_start_to_current_duration", "clear_playing_sample_start_time"],
|
|
"SHADER_PARAM": ["decrease_param_focus"]
|
|
},
|
|
"f": {
|
|
"DEFAULT": ["set_playing_sample_end_to_current_duration", "clear_playing_sample_end_time"],
|
|
"SHADER_PARAM": ["increase_param_focus"]
|
|
},
|
|
"g": {
|
|
"DEFAULT": ["toggle_capture_preview", "toggle_capture_recording"]},
|
|
"h": {
|
|
"DEFAULT": ["cycle_display_mode"]
|
|
},
|
|
"i": {
|
|
"DEFAULT": ["toggle_function"]
|
|
},
|
|
"j": {
|
|
"DEFAULT": ["load_slot_0_into_next_player","previous_bank"]
|
|
},
|
|
"k": {
|
|
"DEFAULT": ["load_slot_1_into_next_player","next_bank"]
|
|
},
|
|
"l": {
|
|
"DEFAULT": ["load_slot_2_into_next_player","clear_all_slots"]
|
|
},
|
|
"m": {
|
|
"DEFAULT": ["load_slot_3_into_next_player"]
|
|
},
|
|
"n": {
|
|
"DEFAULT": ["load_slot_4_into_next_player"]
|
|
},
|
|
"o": {
|
|
"DEFAULT": ["load_slot_5_into_next_player","toggle_screen_mirror"]
|
|
},
|
|
"p": {
|
|
"DEFAULT": ["load_slot_6_into_next_player","toggle_shaders"]
|
|
},
|
|
"q": {
|
|
"DEFAULT": ["load_slot_7_into_next_player", "increase_speed"]
|
|
},
|
|
"r": {
|
|
"DEFAULT": ["load_slot_8_into_next_player", "decrease_speed"]
|
|
},
|
|
"s": {
|
|
"DEFAULT": ["load_slot_9_into_next_player","quit_the_program"]
|
|
}
|
|
}
|