Support keyboard key repeats

This commit is contained in:
loki
2020-04-26 00:23:34 +02:00
parent 1862662b3a
commit 8d735e5611
5 changed files with 104 additions and 8 deletions

View File

@@ -65,6 +65,14 @@
# If back_button_timeout < 0, then the Home/Guide button will not be emulated
# back_button_timeout = 2000
# !! Windows only !!
# Control how fast keys will repeat themselves
# The initial delay in milliseconds before repeating keys
# key_repeat_delay = 500
#
# How often keys repeat every second
# This configurable option supports decimals
# key_repeat_frequency = 24.9
# The name of the audio sink used for Audio Loopback
# If you do not specify this variable, pulseaudio will select the default monitor device.