Skip to content

Commit b4a939a

Browse files
committed
Config file updated
1 parent 67a9cee commit b4a939a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

config.ini

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ share_hold_mode = 2
3333
share_longpress_key = 91,56,19
3434

3535
; See above. In milliseconds (1000 = 1 second)
36+
; Default: 1000
3637
share_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
4446
share_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
5154
share_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)
5861
xbox_key = 91,34
5962

63+
; Default: 1
6064
xbox_hold_mode = 1
65+
66+
; Default: 1
6167
xbox_longpress_key = 1
68+
6269
xbox_longpress_duration = 1000
6370
xbox_delay = 0
6471
xbox_duration = 1

0 commit comments

Comments
 (0)