Changed default value for config option input_hotkey_block_delay to 5.

This commit is contained in:
Robert Hammond 2020-06-06 18:04:24 -04:00
parent bd17e13ef7
commit af64bbb627
2 changed files with 2 additions and 2 deletions

View File

@ -1075,7 +1075,7 @@ static const unsigned input_bind_timeout = 5;
static const unsigned input_bind_hold = 2;
static const unsigned input_hotkey_block_delay = 0;
static const unsigned input_hotkey_block_delay = 5;
static const unsigned gfx_thumbnails_default = 3;

View File

@ -608,7 +608,7 @@
# Adds a delay in frames before the assigned hotkey blocks input. Useful if the the
# hotkey input is mapped to another action.
# input_hotkey_block_delay = "0"
# input_hotkey_block_delay = "5"
# Increases audio volume.
# input_volume_up = kp_plus