put_keyboard_attributes/[1,2]
     put_keyboard_attributes(+AttributeList)
     put_keyboard_attributes(+Displayable, +AttributeList)
     

Allows the user to change the state of the keyboard.

Displayable is a ProXL Displayable. If omitted, the default Display is used.

AttributeList is a List of keyboard attributes, whose elements will be used to change the state of the keyboard. Valid attributes are:


key_click_percent(C)
C is either an integer between 0 and 100, or default, to restore the keyboard default.
bell_percent(B)
B is either an integer between 0 and 100, or default, to restore the keyboard default.
bell_pitch(P)
P is either a non-negative integer, or default, to restore the keyboard default.
bell_duration(D)
D is either a non-negative integer, or default, to restore the keyboard default.
led(N)
N specifies the led number, an integer between 1 and 32.
led_mode(M)
M is either on or off.
auto_repeat_mode(R)
R is either on, off or default.