Re: [dev] [dwm] Dvorak programmer keyboard

2013-05-24 Thread Hugues Moretto-Viry
Hi, You can also use keysym instead of the name. On AZERTY, when you press &, it shows: state 0x10, keycode 10 (keysym 0x26, ampersand), Personnally, I use 0x26 and not XK_ampersand -- H.Mo.

Re: [dev] [dwm] Dvorak programmer keyboard

2013-05-24 Thread Thuban
As example, on azerty, 12345 is replaced by &é"'(. Associated keycodes are : XK_ampersand,XK_eacute,XK_quotedbl,XK_apostrophe,XK_parenleft Such things can be found via xev, as it has benn already said. -- ,--. : /` ) Xavier Cartron | `-'http://yeuxdelibad.net \_ signature.asc Descr

Re: [dev] [dwm] Dvorak programmer keyboard

2013-05-24 Thread Szymon Olewniczak
> Use the keys array. If you don't know the name of the keys use xev. xev is the tool what I was looking for. Thanks. Regards, Szymon

Re: [dev] [dwm] Dvorak programmer keyboard

2013-05-24 Thread Hannes Blut
On 24.05.13 at 06:55pm, Szymon Olewniczak wrote: I assign this keys to point to dwm tags. Use the keys array. If you don't know the name of the keys use xev. -- CXblut cxb...@gmail.com #blut on irc.freenode.net @cxblut twitter signature.asc Description: Digital signature

Re: [dev] [dwm] Dvorak programmer keyboard

2013-05-24 Thread Chris Down
On 25 May 2013 00:55, Szymon Olewniczak wrote: > today I decided to switch from i3 to dwm. Nearly > everything works perfectly instead of tags. I using dvorak programmer > keyboard and instad > of 123456789 on the top row of keyboard I have: &[{}(=*)+] . Now how can > I assign this keys to point

[dev] [dwm] Dvorak programmer keyboard

2013-05-24 Thread Szymon Olewniczak
Hi, today I decided to switch from i3 to dwm. Nearly everything works perfectly instead of tags. I using dvorak programmer keyboard and instad of 123456789 on the top row of keyboard I have: &[{}(=*)+] . Now how can I assign this keys to point to dwm tags. Regards, Szymon