svkbd_dvorak/layout.arrows.h

16 lines
275 B
C
Raw Normal View History

2011-03-24 19:31:00 +01:00
static Key keys[] = {
{ 0, XK_Shift_L, 2 },
{ "", XK_Left, 1 },
{ "", XK_Down, 1 },
{ "", XK_Up, 1 },
{ "", XK_Right, 1},
{ "Alt", XK_Alt_L, 2 },
2011-04-04 22:43:12 +02:00
{ "[X]", XK_Cancel, 1 },
2011-03-24 19:31:00 +01:00
};
Buttonmod buttonmods[] = {
{ XK_Shift_L, Button2 },
{ XK_Alt_L, Button3 },
};