From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: [PATCH] Suggestion to change speed key Date: Sun, 15 Nov 2009 08:23:57 +0100 Message-ID: References: <87tywx7xhi.fsf@dynapse.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9ZSw-0000w4-Le for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 02:24:06 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9ZSr-0000s5-NM for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 02:24:06 -0500 Received: from [199.232.76.173] (port=41013 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9ZSr-0000s2-IJ for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 02:24:01 -0500 Received: from ey-out-1920.google.com ([74.125.78.145]:20440) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N9ZSr-0002ki-9h for emacs-orgmode@gnu.org; Sun, 15 Nov 2009 02:24:01 -0500 Received: by ey-out-1920.google.com with SMTP id 3so1398695eyh.34 for ; Sat, 14 Nov 2009 23:24:00 -0800 (PST) In-Reply-To: <87tywx7xhi.fsf@dynapse.com> 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: "Gregory J. Grubbs" Cc: emacs-orgmode@gnu.org On Nov 14, 2009, at 7:49 PM, Gregory J. Grubbs wrote: > > The current speed keys include the following: > --8<---------------cut here---------------start------------->8--- > c org-cycle > C org-shifttab > --8<---------------cut here---------------end--------------->8--- > > But those keys already have equivalents with the same number of key > strokes: > c can also be done as TAB > S-c is S-TAB > > I find it quite useful to jump into and out of column view as I'm > zipping up and down the hierarchy of an org-mode file. Just to explain why I did put these two keys in there: For small devices where TAB is not on the keyboard, and for devices where it is not possible to press S-TAB. FOr the rest I agree with Bernt, let's for now collect good ideas for speed commands and then make a bigger, well-organized change at some point. - Carsten