parent
07b4b3e516
commit
102a7ef183
4 changed files with 0 additions and 97 deletions
@ -1,9 +1,3 @@ |
||||
|
||||
static int wh = 30; |
||||
static int ww = 0; |
||||
static int wx = 0; |
||||
static int wy = -30; |
||||
|
||||
static Key keys[] = { |
||||
{ 0, XK_Shift_L, 2 }, |
||||
{ "←", XK_Left, 1 }, |
@ -1,8 +1,3 @@ |
||||
static int wh = 200; |
||||
static int ww = 0; |
||||
static int wx = 0; |
||||
static int wy = -200; |
||||
|
||||
static Key keys[] = { |
||||
{ "^°′", XK_dead_circumflex, 1}, |
||||
{ "1!¹", XK_1, 1 }, |
@ -1,8 +1,3 @@ |
||||
static int wh = 200; |
||||
static int ww = 0; |
||||
static int wx = 0; |
||||
static int wy = -200; |
||||
|
||||
static Key keys[] = { |
||||
{ "1!", XK_1, 1 }, |
||||
{ "2@", XK_2, 1 }, |
Loading…
Reference in new issue