emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Susan Cragin <susancragin@earthlink.net>
To: Emacs-orgmode list <emacs-orgmode@gnu.org>
Subject: Re: Some desktop managers co-opt C-M-right and C-M-left
Date: Sun, 20 Apr 2014 07:58:00 -0400 (GMT-04:00)	[thread overview]
Message-ID: <6870739.1397995080369.JavaMail.root@elwamui-hound.atl.sa.earthlink.net> (raw)

I answered my own question. 
.emacs does not take precedence over my desktop manager. 

Solution: use Super key, as follows.
(global-set-key (kbd "C-s-<right>") 'org-demote-subtree)
(global-set-key (kbd "C-s-<left>") 'org-promote-subtree)
(global-set-key (kbd "C-s-<up>") 'org-move-subtree-up)
(global-set-key (kbd "C-s-<down>") 'org-move-subtree-down)

             reply	other threads:[~2014-04-20 11:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-20 11:58 Susan Cragin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-04-20 12:03 Some desktop managers co-opt C-M-right and C-M-left Susan Cragin
2014-04-20 11:45 Susan Cragin
2014-04-20 11:56 ` Thorsten Jolitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6870739.1397995080369.JavaMail.root@elwamui-hound.atl.sa.earthlink.net \
    --to=susancragin@earthlink.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).