Martin Beck <elwood151 <at> web.de> writes: > Sorry, if it may be obvious, but how do I remap CapsLock to H (Hyper)? > > Kind regards > > Martin > >
p.s. I tried ;; remap CapsLock Key to Hyper Key ;;source: http://ergoemacs.org/emacs/emacs_hyper_super_keys.html , http://emacs-fu.blogspot.de/2008/12/remapping-caps-lock.html (setq w32-enable-caps-lock nil) (global-set-key [capslock] 'hyper) but when trying to use your keys, it returns an error, that function hyper is void. How can I define/enable it? Martin