Rename Back Button Timeout and disable it by default
Users don't expect long presses of the back button to not work out of the box.
This commit is contained in:
@@ -429,7 +429,7 @@ namespace config {
|
||||
{ 0x11, 0xA2 },
|
||||
{ 0x12, 0xA4 },
|
||||
},
|
||||
2s, // back_button_timeout
|
||||
-1ms, // back_button_timeout
|
||||
500ms, // key_repeat_delay
|
||||
std::chrono::duration<double> { 1 / 24.9 }, // key_repeat_period
|
||||
|
||||
|
||||
Reference in New Issue
Block a user