control: implement set-repeat

This commit is contained in:
Bonicgamer
2020-11-18 09:28:33 -05:00
committed by GitHub
parent 1626203c44
commit cbd4a2807b
4 changed files with 50 additions and 0 deletions

View File

@ -196,6 +196,10 @@ that tag 1 through 9 are visible.
*outer-padding* _pixels_
Set the padding around the edge of the screen to _pixels_.
*set-repeat* _rate_ _delay_
Set the keyboard repeat rate to _rate_ key repeats per second and
repeat delay to _delay_ milliseconds.
*unmap* [-release] _mode_ _modifiers_ _key_
Removes the mapping defined by the arguments *-release*, *modifiers* and *key* from *mode*.
See *map* for an explanation of the arguments.