unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Capture ALL keystrokes
Date: Thu, 29 May 2008 17:10:15 +0200	[thread overview]
Message-ID: <87r6blkuy0.fsf@baldur.tsdh.de> (raw)
In-Reply-To: 483EB067.8000404@gmail.com

"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	other threads:[~2008-05-29 15:10 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-29 10:36 Capture ALL keystrokes Ben Forbes
2008-05-29 11:11 ` Daniel Pittman
2008-05-29 12:01   ` Ben Forbes
2008-05-29 13:32     ` Lennart Borgman (gmail)
2008-05-29 15:10       ` Tassilo Horn [this message]
     [not found] <mailman.12372.1212057381.18990.help-gnu-emacs@gnu.org>
2008-05-30  9:57 ` harven
2008-05-30 11:21   ` Ben Forbes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r6blkuy0.fsf@baldur.tsdh.de \
    --to=tassilo@member.fsf.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).