From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Tim O'Callaghan" Subject: Re: [RFC] Proposal for rebindings in Org 8.3 Date: Sun, 9 Feb 2014 21:01:54 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCaaL-0000Ix-Ra for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 15:02:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCaaK-0000mj-QC for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 15:02:37 -0500 Received: from mail-we0-x230.google.com ([2a00:1450:400c:c03::230]:61214) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCaaK-0000m7-Jo for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 15:02:36 -0500 Received: by mail-we0-f176.google.com with SMTP id q58so3590676wes.7 for ; Sun, 09 Feb 2014 12:02:35 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: org-mode > > Rasmus writes: > >> For me the following keys need shift or Alt-Gr: ^, ", `, !, ?, and >> ~. > > Oh, do you really need the Alt-Gr key for `?' and `!' ? > > Does that mean you don't use `C-c !' or that you rarely use it? > > Of course, this may have nothing to do with the keybinding itself, > but I'm curious. > If i can throw in my 2-cents, I have been using Alt-O or(Meta-O if you prefer) for a Ctrl-C, Ctrl-C substitute in org-mode for years. Now i use a combination of an activation key (Alt-O or f4) and a kind of fast-key mnemonic map. I need mnemonics because there is just too much in org-mode, and i prefer to just type an extra key rather than have to bend to hit a semi-random modifier + cryptic keymap entry. so: Alt+o,a => agenda, Alt+o,0 => capture -> inbox Alt+o,1 => agenda file 1 .... Alt+o, A,h => agenda - home tag Alt+o,T,c => org table convert region Alt+o,T,C,b => org table convert buffer. .... Basically, two keys to most used personal functions. To save the pinkies, alt and shift are the only modifiers. alt for the activator, and shift to dig into a personalised sub-menu. I tried binding to FNkeys, but i could not memorise them. the "ah" = at home comes naturally to me. I for one will follow this idea with interest. Tim.