From mboxrd@z Thu Jan 1 00:00:00 1970 From: Antoine Levitt Subject: Re: how to bind something to PrtScr Date: Wed, 04 May 2011 14:27:13 +0200 Message-ID: <871v0ed526.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:47271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHbDe-0001As-N6 for emacs-orgmode@gnu.org; Wed, 04 May 2011 08:30:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QHbDa-0003kO-Su for emacs-orgmode@gnu.org; Wed, 04 May 2011 08:30:18 -0400 Received: from lo.gmane.org ([80.91.229.12]:60175) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QHbDa-0003kI-MA for emacs-orgmode@gnu.org; Wed, 04 May 2011 08:30:14 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QHbDa-00085h-2m for emacs-orgmode@gnu.org; Wed, 04 May 2011 14:30:14 +0200 Received: from portable56.ceremade.dauphine.fr ([193.48.71.56]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 May 2011 14:30:13 +0200 Received: from antoine.levitt by portable56.ceremade.dauphine.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 04 May 2011 14:30:13 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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 " is undefined", so you'd do (global-set-key (kbd "") 'something)