a bunch of small bugs and tasks and fixes

This commit is contained in:
langolierz
2018-10-08 23:02:26 +00:00
parent 78c4b00c66
commit a133bb551e
8 changed files with 58 additions and 19 deletions

View File

@@ -1,5 +1,15 @@
{
"7": {
"DEFAULT": ["set_the_current_video_alpha_continuous"]
"0": {
"DEFAULT": ["set_the_shader_param_0_continuous"]
},
"1": {
"DEFAULT": ["set_the_shader_param_1_continuous"]
},
"2": {
"DEFAULT": ["set_the_shader_param_2_continuous"]
},
"3": {
"DEFAULT": ["set_the_shader_param_3_continuous"]
}
}

View File

@@ -64,10 +64,10 @@
"DEFAULT": ["load_slot_6_into_next_player","toggle_shaders"]
},
"q": {
"DEFAULT": ["load_slot_7_into_next_player", "start_of_capture_preview"]
"DEFAULT": ["load_slot_7_into_next_player", "increase_speed"]
},
"r": {
"DEFAULT": ["load_slot_8_into_next_player", "stop_of_capture_preview"]
"DEFAULT": ["load_slot_8_into_next_player", "decrease_speed"]
},
"s": {
"DEFAULT": ["load_slot_9_into_next_player","quit_the_program"]