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.
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode