feat(input): enable touchscreen long-press to right-click

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
main
Amir Alexander Abdelbaki 2026-06-02 15:12:32 +02:00
parent 86808b4573
commit 128bdc7d4f
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ hl.config({
left_handed = true, left_handed = true,
follow_mouse = 1, follow_mouse = 1,
sensitivity = 0, sensitivity = 0,
touch_long_press_time = 400,
touchpad = { touchpad = {
natural_scroll = false, natural_scroll = false,
}, },