help-gnu-emacs
[Top][All Lists]
Advanced

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

macro with keypad three


From: Stefan Thomas
Subject: macro with keypad three
Date: Wed, 8 Oct 2008 15:04:14 +0200

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

reply via email to

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