emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] Re: switching to emacs via keboard shortcut


From: Tom
Subject: [Orgmode] Re: switching to emacs via keboard shortcut
Date: Tue, 2 Feb 2010 17:54:02 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Brody, William (Buck <BrodyW11 <at> darden.virginia.edu> writes:
> 
> I run org-mode on GMU Emacs for Windows.  During my workflow
> I am frequently alt-tab ‘ing to get back to Emacs.  Does anyone have a
> way to use a keyboard shortcut (maybe via an autohotkey script) to get back to
> emacs.

I use this:


CapsLock:: 
  SetCapsLockState, off
  winactivate ahk_class Emacs
  sendinput {f12}
  return



Pressing capslock (which is a useless key, imo) puts me into Agenda from 
anywhere. Note that I bound F12 in Emacs to get to the Agenda and the above 
script relies on that. 





reply via email to

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