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
Piter_ writes:
> I want to bind image inserting function to Ctrl-PrtScr, but cant
> figure out what is the name of this button in emacs.
Typing C-h k and the button in question should give you the name.
On my system, the name is .
Best,
Matt
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