Adds shift to second layer and changes shift icon

master
Jonathan Hodgson 3 years ago
parent f4266d0972
commit d687b3f294
  1. 2
      config.def.h
  2. 3
      layout.colemak.h

@ -1,7 +1,7 @@
static const Bool wmborder = True;
static int fontsize = 8;
static const char *fonts[] = {
"Iosevka Nerd Font:size=9"
"Iosevka Nerd Font:size=11"
};
static const char *colors[SchemeLast][2] = {
/* fg bg */

@ -29,7 +29,7 @@ static Key keys_en[46] = {
{ 0, XK_o, 1 },
{ "\'@", XK_apostrophe, 1 },
{ 0 }, /* New row */
{ "", XK_Shift_L, 1 },
{ "🢁", XK_Shift_L, 1 },
{ 0, XK_z, 1 },
{ 0, XK_x, 1 },
{ 0, XK_c, 1 },
@ -79,6 +79,7 @@ static Key keys_symbols[46] = {
{ 0 }, /* New row */
{ "🢁", XK_Shift_L, 1 },
{ "", XK_Home, 1 },
{ "", XK_Left, 1 },
{ "", XK_Up, 1 },

Loading…
Cancel
Save