emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] how to bind something to PrtScr


From: Antoine Levitt
Subject: Re: [O] how to bind something to PrtScr
Date: Wed, 04 May 2011 14:27:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

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)




reply via email to

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