File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ share_hold_mode = 2
3333share_longpress_key = 91,56,19
3434
3535; See above. In milliseconds (1000 = 1 second)
36+ ; Default: 1000
3637share_longpress_duration = 1000
3738
3839; Wait this long before tapping a key (whether longpress or not).
@@ -41,13 +42,15 @@ share_longpress_duration = 1000
4142; In hold_mode = 2, wait this many ms after the button is released before sending
4243; the keypress (whether key or longpress_key).
4344; Don't make it too long as other presses will not be detected during this wait.
45+ ; Default: 0
4446share_delay = 0
4547
4648; Wait this long before releasing a key (whether longpress or not).
4749; In milliseconds
4850; Ignored if hold_mode = 1
4951; In hold_mode = 2, wait this many ms before releasing the key (whether key or longpress_key).
5052; Don't make it too long as other presses will not be detected during this wait.
53+ ; Default: 1
5154share_duration = 1
5255
5356; Map the Xbox/Guide button on the controller
@@ -57,8 +60,12 @@ share_duration = 1
5760; Default: 91,34 (Open Xbox Game Bar: WINDOWS+G)
5861xbox_key = 91,34
5962
63+ ; Default: 1
6064xbox_hold_mode = 1
65+
66+ ; Default: 1
6167xbox_longpress_key = 1
68+
6269xbox_longpress_duration = 1000
6370xbox_delay = 0
6471xbox_duration = 1
You can’t perform that action at this time.
0 commit comments