Dear emacs-users,
I have defined a new macro, that I can execute in shell mode with C-3:
(fset 'dreiklang
   (lambda (&optional arg) "Keyboard macro." (interactive "p") (kmacro-exec-ring-item (quote ([67108896 134217779 134217826 134217847 60 21 67108896 2 62 5] 0 "%d")) arg)))
(global-set-key [?\C-3] 'dreiklang)
 But I want to execute this macro with the 3 of the keypad. How can I define this?
Thanks for Your help,
Stefan