Next: , Previous: , Up: Customization   [Contents][Index]


2.4.14 Keys

The command keys of speechd-el are defined by the speechd-speak-prefix variable and the speechd-speak-mode-map key map.

speechd-speak-prefix

This variable defines the prefix key of the speechd-el commands, which is C-e by default. If you change the variable value after speaking has already been started through the speechd-speak command and you do not set it through the customization interface, you must rerun the speechd-speak so that the change took any effect.

speechd-speak-mode-map

This key map holds the mapping of the keys following the prefix key. You can set keys here in the usual way, e.g.

(define-key speechd-speak-mode-map "t" 'speechd-say-text)

to get the speechd-say-text command bound to the C-e t key (assuming C-e is the prefix key).