main
59c7d64 ยท 8 days ago 139 commits
 1hl.config({
 2	input = {
 3		kb_layout = "us",
 4		kb_variant = "",
 5		kb_model = "",
 6		kb_options = "",
 7		kb_rules = "",
 8
 9		follow_mouse = 1,
10
11		sensitivity = 0,
12
13		touchpad = {
14			natural_scroll = false,
15		},
16	},
17})