Re: [O] how to bind something to PrtScr

2011-05-04 Thread Antoine Levitt
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

Re: [O] how to bind something to PrtScr

2011-05-04 Thread Matt Lundin
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

[O] how to bind something to PrtScr

2011-05-04 Thread 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