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


2.3.3 Control Commands

C-e q

Toggle reading globally (speechd-speak-toggle-speaking). With a prefix argument, toggle it in the current buffer only.

C-e s

Stop reading current message (speechd-stop). Other queued messages will still be read. If the prefix argument is given, stop reading the current message of any client, not just of the current connection.

C-e x

Stop reading all the queued messages of the current connection and of the connections listed in speechd-cancelable-connections. If the universal prefix argument is given, stop reading all the messages of all connections. If a numeric prefix argument is given, stop all the messages of the current Emacs session.

C-e p

Pause reading — just be quiet for now and postpone current reading until the resume command is invoked (speechd-pause). If the prefix argument is given, pause reading of all clients.

C-e SPC

Resume paused reading (speechd-resume). If the prefix argument is given, resume reading of all clients.

C-e 1
C-e 2
C-e 3
C-e 4
C-e 5
C-e 6
C-e 7
C-e 8
C-e 9

Set one of the predefined speech rates (speechd-speak-key-set-predefined-rate). C-e 1 sets the slowest rate, C-e 5 sets the medium rate, and C-e 9 sets the fastest rate.


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