emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Antoine Levitt <antoine.levitt@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: how to bind something to PrtScr
Date: Wed, 04 May 2011 14:27:13 +0200	[thread overview]
Message-ID: <871v0ed526.fsf@gmail.com> (raw)
In-Reply-To: BANLkTikoQ7DEtr3FijP4Utmt+v5BaRUfOA@mail.gmail.com

04/05/11 14:17, Piter_
> Hi.
> I want to bind image inserting function to Ctrl-PrtScr, but cant
> figure out what is the name of this button in emacs.
> Does anybody know?
> Thanks.
> Petro

Use C-h k to figure it out. Here, C-h k ctrl-prtscr does "<C-print> is
undefined", so you'd do

(global-set-key (kbd "<C-print>") 'something)

      parent reply	other threads:[~2011-05-04 12:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-04 12:17 how to bind something to PrtScr Piter_
2011-05-04 12:22 ` Matt Lundin
2011-05-04 12:27 ` Antoine Levitt [this message]

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.orgmode.org/

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

  git send-email \
    --in-reply-to=871v0ed526.fsf@gmail.com \
    --to=antoine.levitt@gmail.com \
    --cc=emacs-orgmode@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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

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).