Re: [wiki] dvorak for programmers and layouts in dwm
> Hi All.
Hi,
> Could you please help with this:
>
> I want to use DVP and DWM together,
> but I do not understand how to change
> the shortcuts in config.h?
>
> Example:
> TAGKEYS( XK_2 {,2)
> ^^ ^
You can find the X11 keysyms definitions (which DWM uses) in
$X11INC/keysyms.h, which are usually in the form "XK_character".
> In DVP '2' changed on '{'
So 2 is XK_2, { would be XK_braceleft.
There's also a keycode patch on the wiki which can help for non-us
keyboard layouts, which parses keycodes instead of keysyms on
keyboard events.
Received on Sat Jul 30 2016 - 13:40:25 CEST
This archive was generated by hypermail 2.3.0
: Sat Jul 30 2016 - 13:48:12 CEST