Re: [hackers] DWM keypad navigation?
Try using the program `xev`, and watch the console output for the keysym
that is pressed. That should give you the value that you need if you
prefix it with "XK_".
On Tue Dec 20, 2022 at 2:37 PM EST, wrote:
> > The keypad keys are prefixed with XK_KP (KP like KeyPad), and for
> example key number '1' is XK_KP_1
>
> That seems to not work? I tried with and without the key-lock toggled, and
> a bunch of different combinations - some give no error nor warning during
> compilation but then don't really work, either.
>
> Thanks.
Received on Tue Dec 20 2022 - 22:13:06 CET
This archive was generated by hypermail 2.3.0
: Tue Dec 20 2022 - 22:24:29 CET