shift+right/left is defined with the kRIT/kLFT capability. I'm still
looking for up/down.
hey,
On Sat, Apr 9, 2011 at 8:05 AM, Sara Fauzia wrote:
> I am unable to do shift selection in st (the suckless tool), with Emacs
> (http://www.gnu.org/software/emacs/manual/html_node/emacs/Shift-Selection.html).
> The
> arrow keys also did not work in Emacs, so I fixed this by adding the
> foll
I am unable to do shift selection in st (the suckless tool), with Emacs
(http://www.gnu.org/software/emacs/manual/html_node/emacs/Shift-Selection.html).
The
arrow keys also did not work in Emacs, so I fixed this by adding the
following to my config.h:
{ XK_Left, "\033[D" },
{ XK_Right,