diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2014-08-12 14:58:25 +0200 |
---|---|---|
committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2014-08-15 15:39:47 +0300 |
commit | 66a41a06e78d7363cbbec4486cf420fc5ab4c3e8 (patch) | |
tree | 0199ac5b30403974cd6eb4600fbab25b76c1db64 /man | |
parent | 05e4a1f768bbeecb357a449924cd8a9f2b6b0112 (diff) |
compositor: fetch repeat info from weston.ini
Diffstat (limited to 'man')
-rw-r--r-- | man/weston.ini.man | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/weston.ini.man b/man/weston.ini.man index 667f70a0..3d8eef90 100644 --- a/man/weston.ini.man +++ b/man/weston.ini.man @@ -396,6 +396,17 @@ sets the keymap options (string). See the Options section in .B "xkeyboard-config(7)." .RE .RE +.TP 7 +.BI "repeat-rate=" "40" +sets the rate of repeating keys in characters per second (unsigned integer) +.RE +.RE +.TP 7 +.BI "repeat-delay=" "400" +sets the delay in milliseconds since key down until repeating starts (unsigned +integer) +.RE +.RE .SH "TERMINAL SECTION" Contains settings for the weston terminal application (weston-terminal). It allows to customize the font and shell of the command line interface. |