From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Subject: Re: switching to emacs via keboard shortcut Date: Tue, 2 Feb 2010 17:54:02 +0000 (UTC) Message-ID: References: <46FF04F1BA077D4586212E7E31C57D2A01DB36F5F4@MAIL.darden.virginia.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NcMyR-00020f-1o for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 12:55:39 -0500 Received: from [199.232.76.173] (port=36651 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NcMyP-00020W-Lp for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 12:55:37 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NcMyL-0003OU-39 for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 12:55:37 -0500 Received: from lo.gmane.org ([80.91.229.12]:46129) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NcMyK-0003OO-PG for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 12:55:32 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1NcMxJ-00028V-Cm for emacs-orgmode@gnu.org; Tue, 02 Feb 2010 18:55:29 +0100 Received: from 94.21.170.136 ([94.21.170.136]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Feb 2010 18:54:29 +0100 Received: from levelhalom by 94.21.170.136 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 02 Feb 2010 18:54:29 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Brody, William (Buck 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.