Blame layout.en.inc.c

d3e9d7
#ifndef LAYOUT_EN_INC_C
d3e9d7
#define LAYOUT_EN_INC_C
d3e9d7
d3e9d7
d3e9d7
#include "layout.defs.h"
d3e9d7
d3e9d7
d3e9d7
Key keysEn[] = {
d3e9d7
  HEADER
d3e9d7
  { S, Y, W2, H, XK_grave, XK_asciitilde },
d3e9d7
  { N, 0, W, 0, XK_1, XK_exclam },
d3e9d7
  { N, 0, 0, 0, XK_2, XK_at },
d3e9d7
  { N, 0, 0, 0, XK_3, XK_numbersign },
d3e9d7
  { N, 0, 0, 0, XK_4, XK_dollar },
d3e9d7
  { N, 0, 0, 0, XK_5, XK_percent },
d3e9d7
  { N, 0, 0, 0, XK_6, XK_asciicircum },
d3e9d7
  { N, 0, 0, 0, XK_7, XK_ampersand },
d3e9d7
  { N, 0, 0, 0, XK_8, XK_asterisk },
d3e9d7
  { N, 0, 0, 0, XK_9, XK_parenleft },
d3e9d7
  { N, 0, 0, 0, XK_0, XK_parenright },
d3e9d7
  { N, 0, 0, 0, XK_minus, XK_underscore },
d3e9d7
  { N, 0, 0, 0, XK_equal, XK_plus },
d3e9d7
  { N, 0, W2, 0, XK_BackSpace, 0, "<-Bksp" },
d3e9d7
  { S, N, W2, 0, XK_Tab, 0, "->|" },
d3e9d7
  { N, 0, W, 0, XK_q },
d3e9d7
  { N, 0, 0, 0, XK_w },
d3e9d7
  { N, 0, 0, 0, XK_e },
d3e9d7
  { N, 0, 0, 0, XK_r },
d3e9d7
  { N, 0, 0, 0, XK_t },
d3e9d7
  { N, 0, 0, 0, XK_y },
d3e9d7
  { N, 0, 0, 0, XK_u },
d3e9d7
  { N, 0, 0, 0, XK_i },
d3e9d7
  { N, 0, 0, 0, XK_o },
d3e9d7
  { N, 0, 0, 0, XK_p },
d3e9d7
  { N, 0, 0, 0, XK_bracketleft, XK_braceleft, "[", "{" },
d3e9d7
  { N, 0, 0, 0, XK_bracketright, XK_braceright, "]", "}" },
d3e9d7
  { N, 0, W2, H2, XK_Return, 0, "Enter" },
d3e9d7
  { S, Y3, W2, H, XK_Caps_Lock, 0, "Caps Lock", "", KF_MOD, IM_CAPSLOCK_BIT },
d3e9d7
  { N, 0, W, 0, XK_a },
d3e9d7
  { N, 0, 0, 0, XK_s },
d3e9d7
  { N, 0, 0, 0, XK_d },
d3e9d7
  { N, 0, 0, 0, XK_f },
d3e9d7
  { N, 0, 0, 0, XK_g },
d3e9d7
  { N, 0, 0, 0, XK_h },
d3e9d7
  { N, 0, 0, 0, XK_j },
d3e9d7
  { N, 0, 0, 0, XK_k },
d3e9d7
  { N, 0, 0, 0, XK_l },
d3e9d7
  { N, 0, 0, 0, XK_semicolon, XK_colon, ";", ":" },
d3e9d7
  { N, 0, 0, 0, XK_apostrophe, XK_quotedbl, "'", "\"" },
d3e9d7
  { N, 0, 0, 0, XK_backslash, XK_bar, "\\", "|" },
d3e9d7
  { S, N, W4, 0, XK_Shift_L, 0, "Shift", "", KF_HOLD },
d3e9d7
  { N, 0, W, 0, XK_z },
d3e9d7
  { N, 0, 0, 0, XK_x },
d3e9d7
  { N, 0, 0, 0, XK_c },
d3e9d7
  { N, 0, 0, 0, XK_v },
d3e9d7
  { N, 0, 0, 0, XK_b },
d3e9d7
  { N, 0, 0, 0, XK_n },
d3e9d7
  { N, 0, 0, 0, XK_m },
d3e9d7
  { N, 0, 0, 0, XK_comma, XK_less, ",", "<" },
d3e9d7
  { N, 0, 0, 0, XK_period, XK_greater, ".", ">" },
d3e9d7
  { N, 0, 0, 0, XK_slash, XK_question, "/", "?" },
d3e9d7
  { N, 0, W4, 0, XK_Shift_R, 0, "Shift", "", KF_HOLD },
d3e9d7
  { S, N, W2, 0, XK_Control_L, 0, "Ctrl", "", KF_HOLD },
d3e9d7
  { N, 0, W2, 0, XK_Alt_L, 0, "Alt", "", KF_HOLD },
d3e9d7
  { N, 0, W2, 0, 0, 0, "<--", "", KF_LAYOUT, LI_PREV },
d3e9d7
  { N, 0, W5, 0, XK_space },
d3e9d7
  { N, 0, W2, 0, 0, 0, "-->", "", KF_LAYOUT, LI_NEXT },
d3e9d7
  { N, 0, W2, 0, XK_Alt_R, 0, "Alt", "", KF_HOLD },
d3e9d7
  { N, 0, W2, 0, XK_Control_R, 0, "Ctrl", "", KF_HOLD },
d3e9d7
  FOOTER
d3e9d7
};
d3e9d7
d3e9d7
#endif