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