[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: shift+left/right arrow cannot be bound in Emacs
From: |
Kaushal Modi |
Subject: |
Re: shift+left/right arrow cannot be bound in Emacs |
Date: |
Mon, 14 Sep 2015 15:35:53 +0000 |
They can be bound if they can be detected.
IIRC S-arrows (shift+arrows) don't work in --no-window mode. Are you
running emacs in GUI mode or -nw (aka terminal) mode?
If you are running in GUI mode, try "C-h c" followed by pressing
Shift+left.
You should one of the below in the echo area:
- <S-left> is undefined
- <S-left> runs the command <COMMAND BOUND TO S-left>
If it is undefined, and if you are running emacs in GUI mode, you can bind
<S-left> using
(global-set-key (kbd "<S-left>") #'YOUR-COMMAND)
On Mon, Sep 14, 2015 at 11:29 AM Uwe Brauer <oub@mat.ucm.es> wrote:
>
> Hello
>
>
> Using Kubuntu 10.04 on Linux, I am faced with the following problem:
>
> I can bind in Emacs:
>
> The left/right arrow keys, like
>
> control+left, or left (alt/hyper/super)+left
> but *not* shift+left.
>
> Somebody has an idea what is the reason for this behaviour?
>
> thanks
>
> Uwe Brauer
>
>
>
Re: shift+left/right arrow cannot be bound in Emacs,
Kaushal Modi <=
Re: shift+left/right arrow cannot be bound in Emacs, Emanuel Berg, 2015/09/15