emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Alternative to arrow keys (more ergonomic)?


From: Martin Beck
Subject: Re: [O] Alternative to arrow keys (more ergonomic)?
Date: Fri, 13 Jun 2014 07:33:12 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

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








reply via email to

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