From: Drew Adams <drew.adams@oracle.com>
To: Marcin Borkowski <mbork@mbork.pl>,
Help Gnu Emacs mailing list <help-gnu-emacs@gnu.org>
Subject: RE: I'd like Emacs to display a big (but short) "pop up" text
Date: Tue, 8 Aug 2017 05:20:54 -0700 (PDT) [thread overview]
Message-ID: <9efa4956-284e-4846-8602-1782b52874e8@default> (raw)
In-Reply-To: <87o9rqlkm4.fsf@jane>
> I'd like to display a "pop up"/"tip", i.e., a short text (a few
> characters). The thing is, I want it to be visible: large font,
> preferably centered on the screen. My use case is demoing Emacs, and
> before showing the effects of e.g. C-x 2, I'd like to show
> a big-lettered "C-x 2" on the screen. It would be nice to use something
> like the blocks in M-x tetris to build the letters, or anything else
> that would clearly show "C-x 2" or whatever keychord I'm showing.
I created ‘showkey.el’ for just this. It shows keys and other events
as you use them.
You can tailor the behavior to ignore given event types for display.
There are 2 ways to show keys:
* ‘showkey-tooltip-mode’ – Show only the last key used, in a tooltip.
Refreshed with each such event.
* ‘showkey-log-mode’ – Show a log of such events, in a separate frame.
Refreshed with each new event. On top of other frames, without
stealing focus.
Description: https://www.emacswiki.org/emacs/ShowKey
Code: https://www.emacswiki.org/emacs/download/showkey.el (or MELPA)
next prev parent reply other threads:[~2017-08-08 12:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-08 5:00 I'd like Emacs to display a big (but short) "pop up" text Marcin Borkowski
2017-08-08 5:29 ` Eric Abrahamsen
2017-08-08 9:57 ` Stephen Berman
2017-08-08 12:20 ` Drew Adams [this message]
2017-08-09 23:44 ` Eric Abrahamsen
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=9efa4956-284e-4846-8602-1782b52874e8@default \
--to=drew.adams@oracle.com \
--cc=help-gnu-emacs@gnu.org \
--cc=mbork@mbork.pl \
/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).