Saturday, April 09, 2022

Re: cwm bind-key with space

On Sat 2022.04.09 at 21:04 +0200, Mare Dedeu wrote:
> Hello,
>
> I am trying to used Mod4 + space to bind a key to a script, but I seem to
> not be able to find out what is the name of the keysym key. "Space" is not
> working. I have tried to pick up the name
> from /usr/X11R6/include/X11/keysymdef.h
>
> ---> "XK_KP_Space" or "0xff80"

That's a different one, try "space" (lowercase). One way to find the
right one is with xev(1).

bind-key M-space <something>

> but neither is recognised by cwmrc.
>
> What am I doing wrong? Thanks!
>
> thanks

No comments:

Post a Comment