help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Capture ALL keystrokes


From: Tassilo Horn
Subject: Re: Capture ALL keystrokes
Date: Thu, 29 May 2008 17:10:15 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

"Lennart Borgman (gmail)" <lennart.borgman@gmail.com> writes:

Hi,

> Have a look at kmacro-call-macro which does something similar. It is
> bound to "C-x e" and you repeat it with just "e".

Another possibility is to use a timer and a minor mode.  The first
keystroke enables the mode which will be disabled by a timer.  Any
further keystroke resets the timer to its initial value.

If you use EMMS, have a look at 

,----
| C-c + runs the command emms-volume-mode-plus, which is an interactive compiled
| Lisp function in `emms-volume.el'.
| 
| It is bound to C-c +.
| 
| (emms-volume-mode-plus)
| 
| Raise volume and enable or extend the `emms-volume-minor-mode' timeout.
`----

Bye,
Tassilo





reply via email to

[Prev in Thread] Current Thread [Next in Thread]