DMCP interface  03.15_020
Keyboard options

Keyboard options. More...

Functions

int toggle_slow_autorepeat ()
 Toggle slow_autorepeat flag in system.
 
int is_slow_autorepeat ()
 Query slow autorepeat flag value.
 
void runner_key_tout_init (const int slow)
 Initialize slow autorepeat flag. More...
 

Detailed Description

Keyboard options.

Function Documentation

◆ runner_key_tout_init()

void runner_key_tout_init ( const int  slow)

Initialize slow autorepeat flag.

Parameters
slow1 = slow autorepeat mode, 0 - normal autorepeat mode

Note that this function doesn't have to be called in program. System initializes autorepeat default mode by calling runner_key_tout_value(0).

This function is rather mentioned for initialization of autorepeat mode by program e.g. from user's profile.